Unix - Study Mode

[#396] Which command is used for saving and quitting the editor simultaneously?
Correct Answer

(C) ':x'

[#397] Which of the following key options is used with tar to create an archive?
Correct Answer

(A) -c

[#398] System calls and library functions are same.
Correct Answer

(B) False

[#399] Which of the following signals can neither be ignored nor catch?
Correct Answer

(C) SIGKILL and SIGSTOP

[#400] To assign execute permission to the user (owner) for a file named file01.txt, which of the following command will be used?
Correct Answer

(D) chmod u+x file01.txt