Linux: Difference between revisions

43 bytes added ,  31 March 2020
Line 301: Line 301:


In addition to the above, there are 3 special bits:
In addition to the above, there are 3 special bits:
* Sticky bit <code>t</code> - only allow the owners of subfiles/subfolders to modify them
* [https://en.wikipedia.org/wiki/Sticky_bit Sticky bit <code>t</code>] - only allow the owners of subfiles/subfolders to modify them
** Useful for shared folders such as /tmp
** Useful for shared folders such as /tmp
* Setuid - automatically elevate execution of this file to the owner's priviledges
* Setuid - automatically elevate execution of this file to the owner's priviledges