We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 708e51a commit 92ff693Copy full SHA for 92ff693
Doc/lib/libos.tex
@@ -692,6 +692,11 @@ \subsection{Files and Directories \label{os-file-dir}}
692
open a file before actually doing so using \function{open()} creates a
693
security hole, because the user might exploit the short time interval
694
between checking and opening the file to manipulate it.}
695
+
696
+\note{I/O operations may fail even when \function{access()}
697
+indicates that they would succeed, particularly for operations
698
+on network filesystems which may have permissions semantics
699
+beyond the usual \POSIX{} permission-bit model.}
700
\end{funcdesc}
701
702
\begin{datadesc}{F_OK}
0 commit comments