Vidyalelo
Computer Science · Q711

UNIX

Engineering and GATE · Computer Science · question 711

Q711

What will be the output of the following command? find / -name a.out -print

A.
all files having filename as a.out
Answer
B.
all files in the root directory
C.
undefined output
D.
erroneous

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board