File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 126126whatever is on the stack or CPU register. Both flags and mode are stored in the
127127system file table, see page \pageref {OPENFILETABLES }.
128128\item Macros for use with \emph {mode } can be usually found in the manual page
129- for \texttt {chmod(2) }, and you can find them also in the \texttt {stat.h } header
130- file (or in another file included from it) where the standard requires them to
131- be.
129+ for \texttt {chmod(2) }, and you can find them also in the \texttt {sys/ stat.h }
130+ header file (or in another file included from it) where the standard requires
131+ them to be.
132132\item A no longer needed slot in the file descriptor or system file table is
133133zeroed out before its reuse.
134134\item There are other flags as well:
11601160
11611161\begin {itemize }
11621162\item The \emph {mode } parameter does not contain the file type, of course. See
1163- \texttt {stat.h } or the \texttt {chmod(2) } manual page for available bit
1163+ \texttt {sys/ stat.h } or the \texttt {chmod(2) } manual page for available bit
11641164masks.
11651165\item Only the owner of a file can change its mode. Mode like
11661166\texttt {rw-rw-rw- } has nothing to do with that.
You can’t perform that action at this time.
0 commit comments