phil cryer
2011-Jan-13 20:57 UTC
[Gluster-users] what does the permission T mean? -rwx-----T
I have a file that looks like this, what does T tell me in terms of permissions and glusterfs? -rwx-----T 1 root root 3414 Oct 22 15:27 reportr2.sh P -- http://philcryer.com
Fabricio Cannini
2011-Jan-13 21:40 UTC
[Gluster-users] what does the permission T mean? -rwx-----T
2011/1/13 phil cryer <phil at cryer.us>:> I have a file that looks like this, what does T tell me in terms of > permissions and glusterfs? > > -rwx-----T 1 root ? ? root ? ? ? 3414 Oct 22 15:27 reportr2.shhi Phil. On a file, it means that whoever has write permission can only *add* content to it. In a directory, it means that whoever has write permission can only *add* files to it, and only the owner can erase the directory, even if the file/dir perms are 777.