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(8) - freebsd |
| mknod(2) - minix |
| mknod(8) - opendarwin |
| mknod(8) - osf1 |
| mknod(8) - osx |
| Similar Topics in the Unix Linux Community |
|---|
| mknod |
| Help:NFS mknod failed |
| Mknod |
| Info regarding mknod -p |
| Backingup larger files with TAR command |