This document discusses three special Linux file permissions: sticky bit, SUID, and SGID.
Sticky bit allows only the owner of a directory or files within to delete or rename files in that directory. SUID runs scripts as the owner user rather than the running user. SGID runs scripts as the group owner instead of the running user's group. These special permissions give more control over access and execution for files and directories.