Unix - Study Mode

[#941] . . . . . . . . is a simple tool that will collect and show system input and output storage device statistics.
Correct Answer

(D) Iostat

[#942] To delete from current cursor upto the first occurrence of }, which of the following will be used?
Correct Answer

(C) d / }

[#943] Which option is used to find command to search for files based on access time?
Correct Answer

(A) -atime

[#944] We can also duplicate the file descriptor using . . . . . . . .
Correct Answer

(B) dup2

[#945] Which one of the following command is used for replacing | with : globally?
Correct Answer

(C) sed 's/|/:/g' emp.lst