mknod man page on DragonFly

Man page or keyword search:  
man Server   44335 pages
apropos Keyword Search (all sections)
Output format
DragonFly logo
[printable version]

MKNOD(8)		  BSD System Manager's Manual		      MKNOD(8)

NAME
     mknod — build special file

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

DESCRIPTION
     The mknod utility creates device special files.

     To make nodes manually, the four required arguments are:

     name    Device name, for example “da” for a SCSI disk 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 ker‐
	     nel which device driver entry point to use.

     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 oper‐
	     and 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
     The chown(8)-like functionality is specific to DragonFly / FreeBSD.

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

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

BSD			       December 11, 1993			   BSD
[top]

List of man pages available for DragonFly

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net