mknod.2: Post-merge reworking of text

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-02-21 10:31:43 +01:00
parent 60e7d95b98
commit 53eeabdef0
1 changed files with 6 additions and 2 deletions

View File

@ -269,14 +269,18 @@ for this purpose; one should use
.BR mkfifo (3),
a function especially defined for this purpose.
Under Linux, this call cannot be used to create directories.
Under Linux,
.BR mknod ()
cannot be used to create directories.
One should make directories with
.BR mkdir (2).
.\" and one should make UNIX domain sockets with socket(2) and bind(2).
There are many infelicities in the protocol underlying NFS.
Some of these affect
.BR mknod ().
.BR mknod ()
and
.BR mknodat (2).
.SH SEE ALSO
.BR chmod (2),
.BR chown (2),