Wednesday 14 March 2012

A better Find in linux

Looking for a file on linux?
Want to search to whole machine and you're getting permission denied errors?

Use this command:
find / -name YOUR_SEARCH_WORD_HERE 2>/dev/null

No comments:

Post a Comment