find -local

From: Eric Seale (virek@rediffmail.com)
Date: Wed Jul 14 2004 - 18:03:40 EDT


Hello.

I'm confused. I have no idea what this means:

 
     -local
True if the file system type is not a remote file sys-
           tem type as
defined in the /etc/dfs/fstypes file. nfs
           is used as the default
remote filesystem type if the
           /etc/dfs/fstypes file is not
present. Note that -local
           will descend the hierarchy of non-local
directories.
           See EXAMPLES for an example of how to search for local
files without descending.

     Example 9: Printing local files without
descending non-local
     directories

     example% find . ! -local -prune -o
-print

I have a workstation with dozens of NFS mounts but I only want to
search the local disk (c0t0d0s0) for files larger than 10 megabytes.

Would I
`find / ! -local -size +20480` ?

Remote file system types are defined in
/etc/dfs/fstypes?

- Eric Seale // http://rivet.unknown.nu -
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 23:29:05 EDT