source: trunk/minix/man/man8/MAKEDEV.8@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 1.3 KB
Line 
1.TH MAKEDEV 8
2.SH NAME
3MAKEDEV, DESCRIBE \- make/describe device files
4.SH SYNOPSIS
5.B MAKEDEV
6.RB [ \-n ]
7.IR key " ..."
8.br
9.B DESCRIBE
10.RI [ device "] ..."
11.SH DESCRIPTION
12.B MAKEDEV
13may be used to create the device files normally found in the
14.B /dev
15directory. The
16.I key
17arguments are simply the names of the devices you want.
18.B MAKEDEV
19knows about all supported devices and will create them in the current
20directory with the proper owner and mode. For many devices
21.B MAKEDEV
22will not only create the device you want, but also the devices related
23to it that you will probably want too. Naming one floppy device will
24create all floppy devices for the same drive for instance.
25.PP
26Call
27.B MAKEDEV
28without arguments to see a list of keys that it understands. Then use
29the
30.B \-n
31flag to make the script echo the commands it will execute the next time
32when you call it without that flag.
33.PP
34The special key
35.B std
36must be given alone to
37.BR MAKEDEV .
38This key will create all standard devices.
39.PP
40The command
41.B DESCRIBE
42will give you a one-line description of a given device. It will by
43default list all devices in
44.BR /dev .
45.SH "SEE ALSO"
46.BR dev (4),
47.BR mknod (8).
48.SH BUGS
49.BR MAKEDEV "'s"
50eagerness to create devices may cause many "File exists" errors from
51.BR mknod .
52.SH AUTHOR
53Kees J. Bot (kjb@cs.vu.nl)
Note: See TracBrowser for help on using the repository browser.