Linux - Study Mode
[#711] On Linux, initrd is a file
Correct Answer
(C) Contains root-file system and drivers required to be preloaded during bootup
[#712] Which one of the following is not a valid makefile directive?
Correct Answer
(D) none of the mentioned
[#713] To increase the response time and throughput, the kernel minimizes the frequency of disk access by keeping a pool of internal data buffer called
Correct Answer
(C) Buffer cache
[#714] Default action of SIGSEGV is
Correct Answer
(B) Core dump + Terminate
[#715] To open a file file1 with cursor at line number 4
Correct Answer
(A) vi +num file1