2.Udev And Devices Flashcards
What does a file have to end with for udev to recognize it?
.rules
Are udev rules customizable?
Yes
What is a device node?
A file system entree
Character and Block devices have what associated to them?
file system entries
do network devices have file system entries ?
no
device nodes are used so that ?
programs can communicate with devices .
networks devices work by transmitting and receiving what?
packets
a device driver may manage what?
multiple device nodes .
where are device nodes usually placed?
/dev
device nodes can be created with what utility?
mknod
what is the format of the mknod utility?
[-m mode] /dev/name
what items have file system entries associated with them?
block and character devices
what devices do not have file system entries associated with them?
network devices
what does the utility mknod do ?
create device nodes