Linux - Study Mode
[#66] From where would the read statement read if the following statements were executed? exec < file1
exec < file2
exec < file3
read line
Correct Answer
(B) It would not read any files
[#67] Which file shows the parameter passed to kernel at the time of starting?
Correct Answer
(B) /proc/cmdline
[#68] In GCC compiler, "-shared" option is given to create the shared library with
Correct Answer
(B) object files
[#69] What is temporary breakpoint?
Correct Answer
(C) it stops the program once & removes after one execution of the program
[#70] What is the command that can print lines of first file matching with second file?
Correct Answer
(D) comm