ch15 review silberschatz operating systems concepts essentials 2nd ed
Review Questions Section 15.1 15.1 True or False? The Linux kernel and a Linux distribution are the same thing. False 15.2 What are the two types of Linux kernels? Developmental Kernel odd numbers Production Kernel even numbers 15.3 True or False? Linux is public domain software. False Section 15.2 15.4 What are the three main bodies of code in a Linux system? Kernel, system libraries, and system utilities Section 15.3 15.5 What is the benefit of using a kernel module? kernel modules allow a linux system to be set up with a standard minimal kernel without any extra device drivers built in Section 15.4 15.6 True or False? Linux uses a process model similar to UNIX systems. True 15.7 In addition to the fork() system call, what other system call can be used to create a thread in Linux? clone() Section 15.5 15.8 What are the two different types of scheduling algorithms in Linux? Time-sharing algorithm and real-time priority based algorithm 15.9 What are passwords that al...