Results 1 to 3 of 3
Hi all:
Just curious about the t permission.
When you do the command ls -ld /tmp , the output is drwxrwxrwt .
What is the t permission flag for? I ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-17-2008 #1Just Joined!
- Join Date
- Jul 2008
- Location
- Mississauga, Ontario, Canada
- Posts
- 2
What is the t stands for?
Hi all:
Just curious about the t permission.
When you do the command ls -ld /tmp, the output is drwxrwxrwt.
What is the t permission flag for? I have never seen this with any directories or files before.
- 07-17-2008 #2
The t stands for a sticky bit on your permissions. It means that if you have a sticky bit on a file or directory, then only the owner of the files will be able to modify or delete those files.
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 07-17-2008 #3Linux Engineer
- Join Date
- Feb 2005
- Posts
- 1,044
The term "sticky" derives from its original use on UNIX executable files as a hint to the system not to swap the (frequently needed) process out too readily. (I prefer "tacky" since it begins with a 't'.)


Reply With Quote
