Results 1 to 2 of 2
Hello forum,
I'm going mad with a specifi problem on openldap.
I cannot chown -R any file at all as when I'm doing that then all /home/* directories change user ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-06-2006 #1Just Joined!
- Join Date
- Dec 2003
- Location
- Greece
- Posts
- 43
Cannot chown /home + openldap
Hello forum,
I'm going mad with a specifi problem on openldap.
I cannot chown -R any file at all as when I'm doing that then all /home/* directories change user and group and not just the particular one where I am passing to the chown command.
An example:
cd /home/user1
chown user1
omain\ Users * -R
then it starts changing the permissions not only to /home/user1/* but to everyone at /home/
Any help is realy appreciate.
Thanks
- 12-06-2006 #2why are you using '*'? -R option will change ownership of all the files/folders in 'User' folder.chown user1omain\ Users * -R
Code:cd /home/user1 chown -R user1:Domain Users
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
