home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.utils.bug
- Path: sparky!uunet!convex!darwin.sura.net!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!groan.berkeley.edu!rusty
- From: rusty@groan.berkeley.edu (Rusty Wright)
- Subject: find -perm +mode doesn't work for me
- Message-ID: <9211111832.AA03101@groan.Berkeley.EDU>
- Sender: gnulists@ai.mit.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Wed, 11 Nov 1992 02:32:04 GMT
- Approved: bug-gnu-utils@prep.ai.mit.edu
- Lines: 8
-
- Gnu find 3.7, running on SunOS 4.1.3, but compiled on SunOS 4.1.1,
- probably with gcc 2.something. I'm trying to find all setuid or
- setgid files with
-
- find /usr -perm +6000 -print
-
- but got no output and there are some setuid and setgid files in /usr.
-
-