Chgrp,
Umask,
Chown,
Stat,
Symlink,
Sticky,
Chflags,
Find,
Setmode,
Fts_open,
Install,
Chmod CHMOD(1) - General Commands Manual # CHMOD(1) - General Commands Manual
NAME # chmod - change file modes
SYNOPSIS # chmod [-h] [-R [-H | -L | -P]] mode file …
DESCRIPTION # The chmod utility modifies the file mode bits of the listed files as specified by the mode operand. The mode of a file dictates its permissions, among other attributes.
The options are as follows:
-H
If the -R option is also specified, symbolic links on the command line are followed.
...
LS(1) - General Commands Manual # LS(1) - General Commands Manual
NAME # ls - list directory contents
SYNOPSIS # ls [-1AaCcdFfgHhikLlmnopqRrSsTtux] [file …]
DESCRIPTION # For each operand that names a file of a type other than directory, ls displays its name as well as any requested, associated information. For each named directory, ls displays the names of files contained within that directory, as well as any requested, associated information.
...
STICKY(8) - System Manager’s Manual # STICKY(8) - System Manager’s Manual
NAME # sticky - sticky text and append-only directories
DESCRIPTION # A special file mode, called the sticky bit (mode S_ISVTX), is used to indicate special treatment for files and directories. See chmod(2) or the file /usr/include/sys/stat.h for an explanation of file modes.
STICKY FILES # Historically, an executable shareable file which had the sticky bit set was not immediately discarded from swap space after execution.
...