Unix - Study Mode

[#541] Two UNIX systems may or may not use the same set of system calls.
Correct Answer

(B) False

[#542] Which one of the following is the best way of saving and quitting the editor?
Correct Answer

(A) ZZ

[#543] Which command is used with vi editor to move cursor forward to first occurrence of character 'ch' in the current line?
Correct Answer

(B) fch

[#544] Which of the following keys is used to delete the character beneath the cursor?
Correct Answer

(A) x

[#545] Which command is used to assign only read permission to all three categories of the file 'note'?
Correct Answer

(C) chmod ugo=r note