Tag:
find

Skip network filesystems when searching with find

by
Ryan
on
January 19, 2009

When you run the find command on the root directory of a system you may want to exclude all network filesystems and confine your search to only your local machine. The benefits of this are obvious as it will save you a great amount of time especially if the mounted filesystem is very large.
Luckily [...]

Read More
No Comments
system administration

Search for files with the find command

by
Ryan
on
October 20, 2008

The find command allows you to recursively search and locate files on your system based on specific criteria. You can search by name, owner, group, type, permissions, date, as well as many others.
The find command uses the following format:

find [search_path(s)] [search_criteria]

The following is the most basic way to run the find command. It will list [...]

Read More
No Comments
commands
Copyright 2008-2010 WiredRevolution.com. All rights reserved.