Re: More on file permissions
Re: More on file permissions
- Subject: Re: More on file permissions
- From: Stefan Schüßler <email@hidden>
- Date: Sat, 27 Sep 2003 11:30:33 +0200
First - 'd' means 'directory'
'l' means 'symbolic link'
'-' means 'regular file'.
Second - the order is from left to right: owner, group and other, each
with
3 enties for read, write and execute (rwx).
Third - 755 means 7 (read+write+execute) for owner, and 5
(read+execute)
for both group and other.
where read=4, write=2, execute=1
Stefan
Am Samstag, 27.09.03 um 10:25 Uhr schrieb April Gendill:
i have long since gone to the terminal and typed man ls and man chmod.
And unless my man pages are completely different than yours, there is
absolutely no mention of how the directory permissions listings:
drwxrwxrwx and chmod NNN relate.
I am trying to find out first, what the d means. Second if its left to
right owner, group ,other or other,group,owner or what.
Third, which chmod example: 755, effects which field.
I was hoping that some one could offer more than an rtfm but I suppose
not.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.