2.Udev And Devices Flashcards

1
Q

What does a file have to end with for udev to recognize it?

A

.rules

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Are udev rules customizable?

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a device node?

A

A file system entree

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Character and Block devices have what associated to them?

A

file system entries

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

do network devices have file system entries ?

A

no

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

device nodes are used so that ?

A

programs can communicate with devices .

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

networks devices work by transmitting and receiving what?

A

packets

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

a device driver may manage what?

A

multiple device nodes .

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

where are device nodes usually placed?

A

/dev

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

device nodes can be created with what utility?

A

mknod

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

what is the format of the mknod utility?

A

[-m mode] /dev/name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

what items have file system entries associated with them?

A

block and character devices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

what devices do not have file system entries associated with them?

A

network devices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

what does the utility mknod do ?

A

create device nodes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly