Unix - Study Mode
[#741] The syntax of the find command is . . . . . . . .
Correct Answer
(A) find path_list selection_criteria action
[#742] awk doesn't use $ in evaluation or assignment of variables.
Correct Answer
(A) True
[#743] When we use &&, the second command is executed only when first succeeds.
Correct Answer
(A) True
[#744] close system call returns . . . . . . . .
Correct Answer
(D) 0 and -1
[#745] If two users execute the same program, the memory requirements are doubled.
Correct Answer
(B) False