Linux - Study Mode
[#751] Which command shows all the abbreviations in vi editor?
Correct Answer
(A) ab
[#752] Which file of the proc filesystem can be used instead of "syslog" system call to read kernel messages?
Correct Answer
(A) /proc/kmsg
[#753] RSTART is set by invoking the
Correct Answer
(A) match function
[#754] The GDB command "info local"
Correct Answer
(C) displays the list of local variables & value of local values for the current stack frame
[#755] In makefile the comment begins with the character
Correct Answer
(B) #