Linux - Study Mode
[#706] Sysfs represents the
Correct Answer
(A) kernel objects
[#707] In awk, the built-in variable FS is
Correct Answer
(A) input field seperator
[#708] What is the output of this program? #!/bin/bash
a=10
b=$(( $a<0&&$a<100 ))
echo $b
exit 0
Correct Answer
(B) 0
[#709] If user tries to remove (rm) a readonly file (444 permission), what will happen?
Correct Answer
(B) The rm command prompts for a confirmation, the command is successful upon confirmation
[#710] The user can define a command for GDB with the command
Correct Answer
(A) define