Google News
logo
Linux - Quiz(MCQ)
Which is the correct command syntax to locate a file containing the words "hello" and "this"?
A)
locate -i *hello*this*
B)
locate -i **hello**this
C)
locate -i *hello*this
D)
locate -i **hello**this**

Correct Answer :   locate -i *hello*this


Explanation : The correct command syntax to locate a file containing the words "hello" and "this":

locate -i *hello*this​

Advertisement