Linux Solved MCQ
Linux Solved MCQ contain set of 10 MCQ questions for Linux MCQ which will help you to clear beginner level quiz.
1. Which of the following is not a valid run-level
a) S
b) 0
c) 8
d) 1
2. On Linux, initrd is a file
a) containing root file-system required during bootup
b) Contains only scripts to be executed during bootup
c) Contains root-file system and drivers required to be preloaded during bootup
d) None of the above
3. Which is loaded into memory when system is booted?
a) Kernel
b) Shell
c) Commands
d) Script
4. The process of starting up a computer is known as
a) Boot Loading
b) Boot Record
c) Boot Strapping
d) Booting
5. Bootstrapping is also known as
a) Quick boot
b) Cold boot
c) Hot boot
d) Fast boot
6. The shell used for Single user mode shell is:
a) bash
b) Csh
c) ksh
d) sh
7. Single user mode shell runs as
a) Admin user
b) Root user
c) normal user
d) Log user
8. Which is the only partition mounted in Single user mode
a) boot
b) usr
c) root
d) tmp
9. Which daemon manages the physical memory by moving process from physical memory to swap space when more physical memory is needed?
a) Sched daemon
b) Swap daemon
c) Init daemon
d) Process daemon
10. At the end of kernel bootstrap, which process is started?
a) /etc/init
b) /etc/sched
c) /etc/swap
d) /etc/kernel
11. The process id of init process is:
a) -1
b) 0
c) 1
d) 2