Unix - Study Mode
[#576] Which of the following system call is more powerful (in waiting mechanism) than wait system call?
Correct Answer
(B) waitpid
[#577] vi editor has . . . . . . . . named buffers.
Correct Answer
(C) 26
[#578] . . . . . . . . option is used with a test for checking if the file exists and has the size greater than zero.
Correct Answer
(D) -s
[#579] Double quotes are more permissive than single quotes and allow the evaluation of the $ and ` itself.
Correct Answer
(A) True
[#580] Which one of the following is used for looping with a list?
Correct Answer
(D) for