File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -653,6 +653,28 @@ \subsection{Files and Directories \label{os-file-dir}}
653653
654654\begin {funcdesc }{chmod}{path, mode}
655655Change the mode of \var {path} to the numeric \var {mode}.
656+ \var {mode} may take one of the following values:
657+ \begin {itemize }
658+ \item \code {S_ISUID}
659+ \item \code {S_ISGID}
660+ \item \code {S_ENFMT}
661+ \item \code {S_ISVTX}
662+ \item \code {S_IREAD}
663+ \item \code {S_IWRITE}
664+ \item \code {S_IEXEC}
665+ \item \code {S_IRWXU}
666+ \item \code {S_IRUSR}
667+ \item \code {S_IWUSR}
668+ \item \code {S_IXUSR}
669+ \item \code {S_IRWXG}
670+ \item \code {S_IRGRP}
671+ \item \code {S_IWGRP}
672+ \item \code {S_IXGRP}
673+ \item \code {S_IRWXO}
674+ \item \code {S_IROTH}
675+ \item \code {S_IWOTH}
676+ \item \code {S_IXOTH}
677+ \end {itemize }
656678Availability: \UNIX , Windows.
657679\end {funcdesc }
658680
You can’t perform that action at this time.
0 commit comments