Investigating H/W Flashcards

1
Q

Linux device manager that detects that a hard drive has been connected and passes information about the hard drive through the dbus service

A

udev

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

passes all information about everything that goes on within the Linux system to other services and devices. The hard drive is then attached to the /dev pseudo file system.

A

dbus service

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

contains the actual handles to all devices that are connected to the system. Any piece of hardware that gets picked up by udev gets added to the /dev file
system location.

A

/dev pseudo file system

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

all of the hardware configured on our system

A

/dev directory

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

lists all the block devices on a computer and that information gets passed through dbus and gets passed down to the /dev file system.

A

lsblk command,

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

indicates how many cores that this CPU can actually work with. This is an 8 core machine. So we have an individual directory for each 1 of these cores and within each there’s a file that pertains to information about the actual CPU itself.
core directory,

A

CPU 0 through 7

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

video cards that are attached to your system

A

D-R-I Direct Rendering Interface

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

list out all of the PCI devices that we have currently attached to our computer and will query the /dev directory for us and print out the
information of what we have connected to our PCI bus on our system.

A

ls pci command

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

drivers that are used by the Linux kernel to talk with hardware,

A

kernel modules

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

to list out which components of the hardware are being used with which particular kernel modules.

A

ls pci -k

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

get more information along with which kernel driver is being used for each individual piece of hardware

A

ls pci -v

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

If you want to know which file system each partition contains, you can use the -f option with the lsblk command.

A

ls pci -f

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

means that there is only 1 partition on this external hard drive, but it also gets its own separate entry within the /dev
directory.

A

SDA 1

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

pertains to the individual partitions that are on this particular disk

A

N1, N1P1, N1P2.

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