Algorithms Quiz | Sudo Placement [1.8] | Question 10
The shell command
find -name passwd -print
is executed in /etc directory of a computer system running Unix. Which of the following shell commands will give the same information as the above command when executed in the same directory?
(A) ls passwd
(B) cat passwd
(C) grep name passwd
(D) grep print passwd
Answer: (C)
Explanation:
Quiz of this Question
Please comment below if you find anything wrong in the above post