how do I remove the chmod +t file permissions
Execute
#chmod -t your_folder
to remove the sticky bit.
+
means add
and -
means remove
.
Read the manpage for more details: man chmod
Execute
#chmod -t your_folder
to remove the sticky bit.
+
means add
and -
means remove
.
Read the manpage for more details: man chmod