Linux - Study Mode

[#351] When a program is linked with a shared library
Correct Answer

(A) only a small table is created in the executable

[#352] How do you print the lines between 5 and 10, both inclusive
Correct Answer

(A) cat filename | head | tail -6

[#353] In vi editor, which command reads the content of another file?
Correct Answer

(C) ex

[#354] Linux filesystem contains mainly
Correct Answer

(D) all of the mentioned

[#355] Race condition can be avoided by using
Correct Answer

(D) both semaphore & mutex