home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.admin
- Path: sparky!uunet!unislc!dold
- From: dold@unislc.uucp (Clarence Dold)
- Subject: Re: SECURITY -- How to list files having suid
- References: <1992Aug27.181633.6131@odin.corp.sgi.com>
- Message-ID: <1992Aug29.003419.24446@unislc.uucp>
- Organization: Unisys Corporation SLC
- Distribution: world,local
- Date: Sat, 29 Aug 1992 00:34:19 GMT
- Lines: 9
-
- From article <1992Aug27.181633.6131@odin.corp.sgi.com>, by trant@shire.corp.sgi.com (Ken Trant):
-
- > find / -user root -perm -4000 -exec ls -l {} \; | mail trant
- How about sgid? Other owners besides root?
- find / -type f \( -perm -4000 -o -perm -2000 \) -exec ls -l {} \; | mail trant
- --
- ---
- Clarence A Dold - dold@unislc.slc.Unisys.COM
- ...pyramid!ctnews!tsmiti!dold
-