mknod

version: 0.0.9
mknod [OPTION]... NAME TYPE [MAJOR MINOR]

Create the special file NAME of the given TYPE.

Options

--help, -h

Print help information

--version, -V

Print version information

--mode=<MODE>, -m <MODE>

set file permission bits to MODE, not a=rw - umask

name of the new file

type of the new file (b, c, u or p)

major file type

minor file type