1827727 Members
2774 Online
109968 Solutions
New Discussion

File Mode Access

 
SOLVED
Go to solution
Kurtkarl
Frequent Advisor

File Mode Access

Hi,

Would anyone know what does T on the file mode access field stands for? I have lots of them on my /var/tmp directory and could'nt delete it. It fills up my /var filesystem. They kept on re-genrating with same file size.

Thanks in advance
Joey

-rw------T 1 root root 2097152 Sep 22 09:02 donald.410
-rw------T 1 root root 2097152 Sep 22 09:02 robin.411
-rw------T 1 root root 2097152 Sep 22 09:02 robin.412
Just starting to learn thru this forum
2 REPLIES 2
John Palmer
Honored Contributor
Solution

Re: File Mode Access

Something has done a 'chmod 1600' on the file. This is the 'sticky bit on execution'.

chmod -t will remove it.

see man ll and man chmod.
Kurtkarl
Frequent Advisor

Re: File Mode Access

John

Thanks it works..I guess I have to do more readings about files with sticky bits.

rgds
joey
Just starting to learn thru this forum