Files
oldlinux-files/Minix/1.7.5/MANUALS/CAT2/MKNOD.2
2024-02-19 00:21:39 -05:00

15 lines
333 B
Groff

Name: mknod - make a directory, or a special or ordinary file
Syntax: int mknod (char *path, int mode, int dev)
Description:
Create a special file.
See Also:
chmod(2), exec(2), umask(2), fs(4).
mkdir(1) in the UNIX System V User Reference Manual.
Bugs:
This description could be slightly longer.