Penguin
Note: You are viewing an old revision of this page. View the current version.

Kernel space is where the kernel and device drivers run. See UserSpace.

modprobe(8) is an example of a user space program that loads modules into kernel space. ps(1) and top(1) are examples of user space programs that inspect KernelSpace.