Linux - Study Mode
[#621] Which among the following allows fast file system recovery?
Correct Answer
(B) Journaling
[#622] What is the output of the program? #! /usr/bin/awk -f
BEGIN {
print toupper("eXaMpLe_1_$")
}
Correct Answer
(A) EXAMPLE_1_$
[#623] Which is not the correct option for removing a message queue
Correct Answer
(C) ipcrm -m
[#624] The permission -rwSr–r– represented in octal expression will be
Correct Answer
(D) 4644
[#625] The command "awk {print $1} test.txt" will
Correct Answer
(B) print the first field of every line in test.txt