chmod a+rwx gives read, write, and execute to everyone.
+t sets the sticky bit.
Sticky bit on a shared directory means users can create files, but only the file owner, directory owner, or root can delete them.
This is the same model used on /tmp.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit