Unix - Study Mode
[#556] vi editor stores most of its information in a hidden swap file.
Correct Answer
(A) True
[#557] Which command does not terminates unless we log out of the system?
Correct Answer
(B) shell
[#558] Which of the following system calls performs the action of cd command?
Correct Answer
(D) chdir and fchdir
[#559] To create an archive named abc.tar consisting of two files, file01 and file02, which of the following command will be used?
Correct Answer
(B) tar -cvf file01 file02 abc.tar
[#560] Which of the following shell doesn't support ! symbol for negating the character class?
Correct Answer
(D) C