Home ..

Basics for /bin/find

Not intended to be a comprehensive list. At your local UNIX prompt type man find for more options.

/bin/find <starting path> [options]

NOTE: Find is limited by file/directories permissions. It's possible to see error messages such as:

find: cannot read /root: Permission denied. while searching.

There are 2 ways to avoid seeing this message:
  1. Execute the command as root

  2. append 2> /dev/null to the end of the command to redirect standard error to /dev/null






Wednesday, 23-Jul-2008 15:44:18 EDT