Unix - Study Mode

[#831] Which of the following command is used for viewing the attributes of contents of an archive?
Correct Answer

(A) tar -tvf abc.tar

[#832] Which of the following is not a subset of BRE (basic regular expression) character subset?
Correct Answer

(D) ch+

[#833] There are . . . . . . . . distinct phases of a process.
Correct Answer

(D) 3

[#834] Which data structure is used to store information about a process?
Correct Answer

(A) process control block (pcb)

[#835] POSIX shell provides job control facilities like bg or fg.
Correct Answer

(B) False