Managing Kernel Modules Flashcards

1
Q

What are some of the things the kernel is responsible for?

A

Memory, Processes, Devices, Resource allocation, File system access

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

What is the command you would run to see all of the information about your version of Linux?

A

uname -a

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

What command would you run in order to see all modules and their status?

A

lsmod

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

What utility command could you run to get more information on a specific module?

A

modinfo

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

Whats the command you can run to install a module?

A

insmod

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

Whats the command you can run to remove a module?

A

rmmod

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

What path are the modules that are loaded into the kernel located at?

A

/usr/lib/modules OR /lib/modules

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

What command can you use to tell the system to probe for new hardware?

A

modprobe

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

Where are the configuration files for modprobe?

A

/etc/modprobe.conf OR /etc/modprobe.d/

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

Whats a command you could run to identify module dependencies?

A

depmod

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

What command can you use to see all of the parameters that manipulate the kernel at runtime?

A

sysctl -a

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