Linux - Study Mode
[#171] The compiler converts
Correct Answer
(B) preprocessed source code into assembly code
[#172] The contents of root filesystem is responsible to
Correct Answer
(D) all of the mentioned
[#173] If one of the thread in multithreaded process is blocked on an I/O, which of the following is true?
Correct Answer
(A) The entire process with block if their is no kernel supported threads
[#174] Ctrl-Z key combination
Correct Answer
(B) stops the process running in the shell
[#175] What is the return value ($?) of this code: os = Unix
[$osName = UnixName] && exit 2
[${os}Name = UnixName] && exit 3
Correct Answer
(D) 3