Search notes:

device file

There are four type of device files (for the corresponding type of devices) The type of the device file can be shown by the first character with ls -l.
Network cards don't have an associated device file.
Device files are created with mknod. They should be created in the /dev directory.

See also

Documentation/devices.txt

Index