*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->FreeBSD man pages -> mknod (8)              
Title
Content
Arch
Section
 

MKNOD(8)

Contents


NAME    [Toc]    [Back]

     mknod -- build special file

SYNOPSIS    [Toc]    [Back]

     mknod name [c | b] major minor [owner:group]

DESCRIPTION    [Toc]    [Back]

     The mknod utility creates device special files.  To make nodes manually,
     the four required arguments are:

     name    Device name, for example ``sd'' for a SCSI disk on an HP300 or a
	     ``pty'' for pseudo-terminals.

     b | c   Type of device.  If the device is a block type device such as a
	     tape or disk drive which needs both cooked and raw special files,
	     the type is b.  All other devices are character type devices,
	     such as terminal and pseudo devices, and are type c.

     major   The major device number is an integer number which tells the kernel
 which device driver entry point to use.  To learn what major
	     device number to use for a particular device, check
	     /usr/src/sys/conf/majors.

     minor   The minor device number tells the kernel which subunit the node
	     corresponds to on the device; for example, a subunit may be a
	     file system partition or a tty line.

     owner:group
	     The owner group operand pair is optional, however, if one is
	     specified, they both must be specified.  The owner may be either
	     a numeric user ID or a user name.	If a user name is also a
	     numeric user ID, the operand is used as a user name.  The group
	     may be either a numeric group ID or a group name.	Similar to the
	     user name, if a group name is also a numeric group ID, the operand
 is used as a group name.

     Major and minor device numbers can be given in any format acceptable to
     strtoul(3), so that a leading `0x' indicates a hexadecimal number, and a
     leading `0' will cause the number to be interpreted as octal.

COMPATIBILITY    [Toc]    [Back]

     The chown(8)-like functionality is specific to FreeBSD.

SEE ALSO    [Toc]    [Back]

      
      
     mkfifo(1), mknod(2), chown(8)

HISTORY    [Toc]    [Back]

     A mknod utility appeared in Version 6 AT&T UNIX.


FreeBSD 5.2.1		       December 11, 1993		 FreeBSD 5.2.1
[ Back ]
 Similar pages
Name OS Title
mknod IRIX build special file or named pipe (FIFO)
buildppd IRIX build a PPD file for a printer
mkfs Linux build a Linux file system
makepsres IRIX Build PostScript resource database file.
exim_dbmbuild Linux program to build a database file for exim
lssf HP-UX list a special file
mknod Tru64 Creates a special file
mknod NetBSD make a special file node
pxfischr IRIX Tests for character special file
mknod OpenBSD make a special file node
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service