Home : General : Internet Technologies :

General: Internet Technologies: Re: [jpsingh] Chown fails in client login for user defined in ldap server: Edit Log

Here is the list of edits for this post
Re: [jpsingh] Chown fails in client login for user defined in ldap server
You probably want
chown -hR userB:users /home/userB
(you may be able to get away with it using -f -- otherwise, add that user to /etc/passwd)

If you want to copy a file hierarchy (i.e., a directory and all subdirectories)
, you need to use the -r option:
cp -r target destination

Last edited by:

mkp: Dec 6, 2006, 5:56 AM

Edit Log: