Linux - Study Mode
[#681] The command "gcc -save-temps example.c" will generate
Correct Answer
(D) all of the mentioned
[#682] . . . . . . . . timer is decremented only when the process is executing
Correct Answer
(B) ITIMER_VIRTUAL
[#683] Pick the run level to run Linux in multi user mode with networking?
Correct Answer
(B) 3
[#684] What is the output of this program? #!/bin/bash
demo_var=hello
readonly demo_var
demo_var=hi
echo $demo_var
exit 0
Correct Answer
(A) hello
[#685] The command 'hash'
Correct Answer
(D) all of the mentioned