Linux CLI - Searching and Finding
You want to find the source code and manual page locations for the
grep command. Which command will give you this information?grep command. Which command will give you this information?whereis purposewhereis locates binary, source, and manual files.which shows only executable; locate searches database; find searches filesystem but is slow.whereis to find source and manual files [OK]which expecting source fileslocate without updated databasefind unnecessarily15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions