Unix - Study Mode
[#196] $ cp -f copies forcefully.
Correct Answer
(A) True
[#197] Which of the following expression is a correct wildcard pattern if we want an expression in which the last character is not numeric?
Correct Answer
(D) *[!0-9]
[#198] du command can also be used for reporting the disk space consumed by each user.
Correct Answer
(A) True
[#199] The attributes of every process are stored in . . . . . . . .
Correct Answer
(C) process table
[#200] Quit (:q) command doesn't work if the buffer is unsaved.
Correct Answer
(A) True