Added comment:

.\" For Unix domain sockets and regular files, EPERM is only returned in
.\" Linux 2.2 and earlier; in Linux 2.4 and later, unprivileged can
.\" use mknod() to make these files.
This commit is contained in:
Michael Kerrisk 2005-05-18 09:39:52 +00:00
parent 99408a60ee
commit 6e5a730913
1 changed files with 5 additions and 1 deletions

View File

@ -132,7 +132,11 @@ requested creation of something other than a regular file,
FIFO (named pipe), or Unix domain socket, and the caller
is not privileged (Linux: does not have the
.B CAP_MKNOD
capability); also returned if the filesystem containing
capability);
.\" For Unix domain sockets and regular files, EPERM is only returned in
.\" Linux 2.2 and earlier; in Linux 2.4 and later, unprivileged can
.\" use mknod() to make these files.
also returned if the filesystem containing
.I pathname
does not support the type of node requested.
.TP