Vidyalelo
Computer Science · Q97

UNIX

Engineering and GATE · Computer Science · question 97

Q97

Which command is used to locate all the .profile files in the system?

A.
ls profile
B.
find /-name profile -print
Answer
C.
cd /.profile
D.
l -u .profile
E.
None of the above

Answer: Option B

Solution

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