Linux Quiz

Linux Quiz

 



Linux Quiz contain set of 10 MCQ questions for Linux MCQ which will help you to clear beginner level quiz.



1. Operating system kernel must be located in
a) /
b) /boot
c) either in / or in /boot
d) none of the mentioned
Answer:c
2. System binaries are stored in
a) /sbin directory
b) /usr/sbin directory
c) /usr/local/sbin directory
d) all of the mentioned
Answer:d
3. How many links are created when we creat a directory file?
a) 1
b) 2
c) 3
d) 4
Answer:b
4. It is not possible to change theĀ  ctime using touch command.
a) True
b) False
Answer:a
 
5. 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
Answer:c
 
6. The process of starting up a computer is known as
a) Boot Loading
b) Boot Record
c) Boot Strapping
d) Booting
Answer:c
 
7. Single user mode shell runs as
a) Admin user
b) Root user
c) normal user
d) Log user
Answer:b
 
8. The file /proc/locks displays the file currently locked by the
a) kernel
b) user
c) superuser
d) none of the mentioned
Answer:a
 
9. The file /proc/kcore displays a size of
a) RAM
b) RAM plus 4 KB
c) RAM plus 8 KB
d) none of the mentioned
Answer:b
 
10. If one of the thread in multithreaded process is blocked on an I/O, which of the following is true?
a) The entire process with block if their is no kernel supported threads
b) Other threads of the process will continue to execute even if there is no kernel supported threads
c) It depends on specific implementatation
d) All of the above
Answer:a