Query: mknod
OS: minix
Section: 8
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MKNOD(8) System Manager's Manual MKNOD(8)NAMEmknod - create a special fileSYNOPSISmknod file [b] [c] major minor mknod file pEXAMPLESmknod /dev/plotter c 7 0 # Create special file for a plotter mknod /dev/fd3 b 2 3 # Create a device for diskette drive 3 mknod /tmp/stream p # Create a named pipeDESCRIPTIONMknod creates a special file named file , with the indicated major and minor device numbers. The second argument specifies a block spe- cial, a character special, or a named pipe. Named pipes do not have device numbers so they are omitted.SEE ALSOmkfifo(1), mknod(2). MKNOD(8)
Related Man Pages |
---|
mknod(1m) - opensolaris |
mknod(8) - mojave |
mknod(2) - minix |
mknod(1) - centos |
mknod(8) - osx |
Similar Topics in the Unix Linux Community |
---|
mknod |
Mknod |
Info regarding mknod -p |
What is mknod file present in /etc folder in AIX server used for ? |
Backingup larger files with TAR command |