• Unix/Linux is the operating system kernel, which started by the boot loader, which itself started by the BIOS/UEFI;
  • Ensures coordination between hardware and software, including managing hardware, processing, users, permissions, and the file system;
  • Provides common base to all programs, runs in ring zero (kernel space);
  • Everything out kernel is user space;