Chapter 16 - Basic Kernel Management Flashcards

1
Q

What is Linux kernel?

A

It is the layer between the user who works with Linux from a shell environment and the hardware that is available in the computer on which the user is working

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

What are kernel threads?

A

The operating system tasks that are performed by the kernel are implemented by different kernel threads. Kernel threads are easily recognized with a command like ps aux. The kernel thread names are listed between square brackets

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

What are the tools provided by linux to see what the linux kernel is doing?

A

dmesg utility
/proc filesystem
uname utility

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

Which command shows you continuos monioring of plugging and unplugging of hardware components?

A

systemd-udevd

udevadm monitor

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

Which command lists all kernel modules that currently are used?

A

lsmod

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

Which command to use to get more information about a specific kernel module?

A

modinfo

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