home permission

Mike McCarty Mike.McCarty at sbcglobal.net
Mon Mar 27 08:42:12 UTC 2006


Eric Tanguy wrote:
> Le vendredi 24 mars 2006 à 10:03 -0600, Mike McCarty a écrit :
> 
>>Eric Tanguy wrote:
>>
>>>I have a special user created by fedora-usermgmt for a daemon (uid 102
>>>gid 102) this daemon needs to read a rep in my home directory so i tried
>>>to make my home directory readable by anyone but the daemon still have
>>>no access to the directory. someon could explain that ?
>>>Thanks
>>
>>Not enough info. Please do this:
>>
>>$ ls -ld /home/my_user_name
>>$ ls -l  /home/my_user_name/file_daemon_needs_to_read
>>
>>and show us the output.
>>
>>Mike
> 
> ls -ld /home/tanguy/
> drwxr--r-- 68 tanguy tanguy 4096 mar 24 23:14 /home/tanguy/
> [tanguy at bureau ~]$ ls -ld /home/tanguy/videos/Amityville.avi
> -rw-r--r-- 1 tanguy tanguy 737034114 déc 31
> 02:59 /home/tanguy/videos/Amityville.avi

The UNIX file permisions are kinda screwy. For a file, the
"x" attribute means "execute allowed", but for a directory
"x" attribute means "can change directory to this place".

Try adding "x" to your directory, it may help.

$ chmod 754 /home/tanguy

You may need 755.

Mike
-- 
p="p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}
This message made from 100% recycled bits.
You have found the bank of Larn.
I can explain it for you, but I can't understand it for you.
I speak only for myself, and I am unanimous in that!




More information about the fedora-list mailing list