This is where the first of (Adult web hosting) the options
This is where the first of the options comes in. If we specify -mount, we can tell findnot to searchmounted directories: # find / -mount -name wish -print/usr/bin/wish# We still find the file, but without searching other mounted file systems. The full syntax for the findcommand is: find [path] [options] [tests] [actions] The pathpart is nice and easy: We can use either an absolute path, such as /bin, or a relative path, .. If we need to, we can also specify multiple paths, for example find /var /home. There are several options; the main ones are as follows: OptionMeaning-depthSearch the contents of a directory before looking at the directory itself. -followFollow symbolic links. -maxdepths NSearch at most Nlevels of directory when searching. -mount(or -xdev)Don t search directories on other file systems. Now for the tests. There are a large number of tests that can be given to find, and each test returnseither trueor false. When findis working, it considers each file it finds in turn and applies each in the order they were defined, on that file. If a test returns false, findstops considering the file it looking at and moves on; if the test returns true, findwill process the next test or action current file. The tests we list in the following table are just the most common; consult the manualpages for the extensive list of possible tests you can apply using find. TestMeaning-atime NThe file was last accessed Ndays ago. -mtime NThe file was last modified Ndays ago. -name patternThe name of the file, excluding any path, matches the pattern pro- vided. To ensure that the pattern is passed to find, and not evalu- ated by the shell immediately, the pattern must always be in quotes. -newer otherfileThe file is newer than the file otherfile. -type CThe file is of type C, where Ccan be of a particular type; the mostcommon are d for a directory and f for a regular file. For othertypes consult the manual pages. -user usernameThe file is owned by the user with the given name.
Note: In case you are looking for affordable and reliable webhost to host and run your business application check Vision ftp web hosting services