Question 11053 – Operating-Systems
January 6, 2024
GATE 2005-IT
January 6, 2024
Question 11053 – Operating-Systems
January 6, 2024
GATE 2005-IT
January 6, 2024

Question 11054 – Operating-Systems

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?

Correct Answer: C

Question 2 Explanation: 
Note: Out of syllabus.
A
ls passwd
B
cat passwd
C
grep name passwd
D
grep print passwd

Leave a Reply

Your email address will not be published. Required fields are marked *