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.