Unix - Study Mode
[#116] Which command shows some attributes of a process?
Correct Answer
(C) ps
[#117] Which of the following is an invalid command?
Correct Answer
(D) :w # file01
[#118] Every if is closed with a corresponding . . . . . . . .
Correct Answer
(B) fi
[#119] Which of the following system call is used for truncating a file?
Correct Answer
(D) truncate and ftruncate
[#120] The command is valid. $ ls -lRa $HOME > home.ls
Correct Answer
(A) True