Linux - Study Mode
[#466] The option -fsyntax-only of gcc
Correct Answer
(A) checks the code for syntax error
[#467] While debugging with GDB
Correct Answer
(C) variables can be print & modify
[#468] The "step" command of GDB
Correct Answer
(C) executes the current line of the program & stops the next statement to be executed
[#469] The command "mknod myfifo b 4 16"
Correct Answer
(A) Will create a block device if user is root
[#470] Which file contains the filesystems to be automatically mounted during boot?
Correct Answer
(B) /etc/fstab