[Gllug] OT: Apple OS X Server File Permissions
Ian Baillie
ian.baillie at westminster.org.uk
Thu Oct 31 14:28:39 UTC 2002
OK, sorry I was unable to access the email yesterday.
Anyway, back on to permissions...
I tried looking for sticky directories (mode 1000) as suggested, but
didn't find any. Any other clues? I'm stumped, and at the brink of
spending an evening or weekend backing up the user files and
reinstalling, which I could really do without.
I have noticed that the group which owns /Users (where the users home
directories are stored) appears to be unknown.
Ian
On Tue, 2002-10-29 at 14:43, Tethys wrote:
>
> Ian Baillie writes:
>
> >A novice question, but how do I find the sticky bit? (I do recall this
> >from a book I read many moons ago, but I'm still a novice).
>
> Look for the "t" flag in the permissions string. For example:
>
> isengard:~% ls -ld /tmp
> drwxrwxrwt 20 root root 8192 Oct 29 14:38 /tmp
>
> If you want to search for, say, sticky directories with find, you
> need to look for mode 1000:
>
> find . -type d -perm -1000 -print
>
> Tet
>
> --
> Gllug mailing list - Gllug at linux.co.uk
> http://list.ftech.net/mailman/listinfo/gllug
--
Gllug mailing list - Gllug at linux.co.uk
http://list.ftech.net/mailman/listinfo/gllug
More information about the GLLUG
mailing list