home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / gnu / utils / bug / 2035 < prev    next >
Encoding:
Text File  |  1992-11-11  |  697 b   |  21 lines

  1. Newsgroups: gnu.utils.bug
  2. Path: sparky!uunet!convex!darwin.sura.net!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!groan.berkeley.edu!rusty
  3. From: rusty@groan.berkeley.edu (Rusty Wright)
  4. Subject: find -perm +mode doesn't work for me
  5. Message-ID: <9211111832.AA03101@groan.Berkeley.EDU>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Wed, 11 Nov 1992 02:32:04 GMT
  10. Approved: bug-gnu-utils@prep.ai.mit.edu
  11. Lines: 8
  12.  
  13. Gnu find 3.7, running on SunOS 4.1.3, but compiled on SunOS 4.1.1,
  14. probably with gcc 2.something.  I'm trying to find all setuid or
  15. setgid files with
  16.  
  17.     find /usr -perm +6000 -print
  18.  
  19. but got no output and there are some setuid and setgid files in /usr.
  20.  
  21.