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(2) - redhat |
mknod(8) - mojave |
mknod(1) - centos |
mknod(8) - opendarwin |
mknod(5) - hpux |
Similar Topics in the Unix Linux Community |
---|
mknod system call to clone /dev/null |
Help:NFS mknod failed |
Mknod |
What is mknod file present in /etc folder in AIX server used for ? |
Backingup larger files with TAR command |