On Thu, May 24, 2007 at 07:27:46PM +0200, Michelle Konzack wrote:
> 
> How is this possibel?
> You can not change the permission of ${HOME} if you are NOT root.
> 
You certainly can change the permissions on $HOME if you are not root:

[EMAIL PROTECTED]:/home$ pwd
/home
[EMAIL PROTECTED]:/home$ ll -d roberto
drwxr-x---  12 roberto roberto 4096 May 22 01:12 roberto
[EMAIL PROTECTED]:/home$ chmod o+rx roberto
[EMAIL PROTECTED]:/home$ ll -d roberto
drwxr-xr-x  12 roberto roberto 4096 May 22 01:12 roberto
[EMAIL PROTECTED]:/home$ chmod o-rx roberto
[EMAIL PROTECTED]:/home$ ll -d roberto
drwxr-x---  12 roberto roberto 4096 May 22 01:12 roberto
[EMAIL PROTECTED]:/home$ 

Regards,

-Roberto

-- 
Roberto C. Sánchez
http://people.connexer.com/~roberto
http://www.connexer.com

Attachment: signature.asc
Description: Digital signature

Reply via email to