Linux Flashcards

1
Q

What is a pseudo file system

A

a hierarchical interface to non-file objects that appear as if they were regular files in the tree of a disk-based or long-term-storage file system.

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

What are the two primary psuedo file systems in linux

A

/proc and /sys

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

Describe the /proc directory

A

Contains inforamtion about the processes running on a system.

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

Describe the /sys directory

A

Contains information about the systems hardware and kernel modules. no processes information listed here

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

Describe man proc command

A

Shows local documentation on the /proc psuedo file system

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

What is the kernel?

A

The core framework of the operating system, Handles all memory management and hardware interactions

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

What does the command uname do?

A

Displays info about the currently running kernel

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

What does the command lsmod do?

A

Displays a listing of all currently loaded modules

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

What doe the command modprobe do?

A

Dynamically loads and unload kernel modules at runtime

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

What is udev?

A

The device manager for the Linux Kernel, links info on system hardware to /dev

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

What is dbus

A

Sends data messages between apps. A conduit of info about what is going on in the system, udev utilizes dbus to notify users and the system when new hardware is attached

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

What does the commmand lspci do

A

Displays info on PCI devices attached

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

What does the command lsusb do

A

Displays info on processors on a system

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

What does the command lsblk do?

A

Displays info on all block devices on a system

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