Category
page 1File system permissions
chmod
' is a shell command for changing access permissions and special mode flags of files (including special files such as directories). The name is short for change mod'e where mode refers to the permissions and flags collectively.
filesystem permissions
allowed actions in file systems
sticky bit
user ownership access right flag that can be assigned to files and directories on Unix-like systems
umask
<!--