home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / admin / 4756 < prev    next >
Encoding:
Text File  |  1992-08-29  |  748 b   |  21 lines

  1. Newsgroups: comp.unix.admin
  2. Path: sparky!uunet!unislc!dold
  3. From: dold@unislc.uucp (Clarence Dold)
  4. Subject: Re: SECURITY -- How to list files having suid
  5. References: <1992Aug27.181633.6131@odin.corp.sgi.com>
  6. Message-ID: <1992Aug29.003419.24446@unislc.uucp>
  7. Organization: Unisys Corporation SLC
  8. Distribution: world,local
  9. Date: Sat, 29 Aug 1992 00:34:19 GMT
  10. Lines: 9
  11.  
  12. From article <1992Aug27.181633.6131@odin.corp.sgi.com>, by trant@shire.corp.sgi.com (Ken Trant):
  13.  
  14. > find / -user root -perm -4000 -exec ls -l {} \; | mail trant
  15. How about sgid?  Other owners besides root?
  16. find /  -type f \( -perm -4000 -o -perm -2000 \) -exec ls -l {} \; | mail trant
  17. -- 
  18. ---
  19. Clarence A Dold - dold@unislc.slc.Unisys.COM
  20.                ...pyramid!ctnews!tsmiti!dold
  21.