Chapter 16 - Basic Kernel Management Flashcards
What is Linux kernel?
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
What are kernel threads?
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
What are the tools provided by linux to see what the linux kernel is doing?
dmesg utility
/proc filesystem
uname utility
Which command shows you continuos monioring of plugging and unplugging of hardware components?
systemd-udevd
udevadm monitor
Which command lists all kernel modules that currently are used?
lsmod
Which command to use to get more information about a specific kernel module?
modinfo