Ch.4.2 Understanding Hardware Flashcards

1
Q

uname

A

Check operating system name

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

uname -r

A

Check kernal release version

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

free -m

A

Obtains memory info with megabyte units

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

lscpu

A

Ouputs cpu more friendy display of cpu information

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

lsblk

A

Lists block devices on system

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

What is the max amount of memory an app can use on a 32 bit system ?

A

4gb

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

How many bits must a system have if it runs appss that need more than 4gb of memory ?

A

64bit

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

Software that combines additional disks and partitions into one device ?

A

Logical Volume Manager (LVM)

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

What does a device driver do ?

A

Accepts standard sets of requests then translates them into device appropriate control activites

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

What is found in the “/dev” dir ?

A

Files to identify physical devices, device access, and supported drivers

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

What are devices file name prefixed with ?

A

“sd”

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

What are device files for SD cards prefixed with ?

A

“mmcblk”

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

How are devives and partitions named using the “/dev/sda” convention ?

A
  • all start with “sd”
  • next letter maps to entire device in descending order
  • a number is appended at the end to represent the partition
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is located in dir “proc/cpuinfo” ?

A

detailed information about a system’s processor

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

What does the command “lscpu” display ?

A

The same info that “proc/cpuinfo” displays but in a more friendly format

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