Click to See Complete Forum and Search --> : wtf is this?


mandreko
03-05-2001, 09:31 AM
i was looking through permissions on my machine (I was bored) and i found a directory that had this:
drwxrwx--T

what is that "T"?

mandreko
03-05-2001, 04:40 PM
maybe nobody knew since it was early when i posted..

Does anyone know this? could it be a security risk? it's on a tmp folder

Shadoglare
03-05-2001, 04:52 PM
If I remember right it just means that it has a "sticky bit" applied to it, which means that only the owner and root can screw with it.

demian
03-05-2001, 04:55 PM
No security risk here. This is the sticky bit and it is quite commonly placed on the tmp directory. That way the directory is world-writable but a user other than the super user cannot delete files in it created by somebody else.