find and NO nfs

From: William Kwan (william.kwan@db.com)
Date: Tue Aug 23 2005 - 16:29:35 EDT


Hi all,

I want to look for some files and dont' need to look at things other than
ufs and vxfs. I absolutely dont' need to look at NFS also.
I did this
        find / -local -type f -perm -6000 -print

and
        - it take much longer than it should
        - I got a few error message on can't read some user home dir
mounted by autofs
        - and got this "find: cannot open /: Stale NFS file handle" (I was
root)

Tried this and seems to have the same problem.

        find / \( -fstype ufs -o -fstype vxfs \) -type f -perm -6000
-print

Is it me using the wrong find syntax or is this system build version?

thanks in advance and I'll summarize even it is a dumb mistake =)
William
_______________________________________________
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:31:22 EDT