Linux Basics for Hackers

Finding Stuff

  • locate: searching the entire file system.
  • whereis: searching the binaries and man page
  • which: searching binaries in the PATH variable
  • find: searching with specific pattherns

Leave a Reply