Linux - Study Mode
[#796] Which command gives the first byte where the difference is in the file1 & file2?
Correct Answer
(B) cmp
[#797] The break statement
Correct Answer
(D) all of the mentioned
[#798] Is page table per process entity?
Correct Answer
(A) Yes
[#799] Which one of the following is not a system device?
Correct Answer
(D) None of the mentioned
[#800] dup2(1,0)
Correct Answer
(B) closes the stdin and copies the stdout descriptor to stdin