device numbers

(thing) by Baron_Saturday Tue Jan 02 2001 at 4:51:18
The two numbers (major and minor) that determine what a device file under a unix-like operating system does when it is accessed.

See device file for more details.
(idea) by everyone Tue Jan 02 2001 at 5:00:05
These indicate which driver is used (major), and which part of the hardware it represents (minor)

In Linux 2.4, devfs makes these completely transparent to the user. No more mknod. Entries in /dev are created automagically as modules are loaded and hardware is detected.

So soon, device numbers will be a thing of the past in the Linux world.
Y'know, if you log in, you can write something here, or contact authors directly on the site. Create a New User if you don't already have an account.