Re: Setuid?and?setgid?files (2) (?)

From: David Correa (tech@linux-tech.com)
Date: 01/15/02


Date: Tue, 15 Jan 2002 10:20:01 -0800 (PST)
From: David Correa <tech@linux-tech.com>
To: security-discuss@linuxsecurity.com

On Mon, 14 Jan 2002, Shalom Nevet wrote:
> find / -type f -a -perm -4000 -o -print
>
> find / -type f -a -perm -2000 -o -print
>
> Please note: -4000 is suid, -2000 is the guid.
Hiya ..

do

find / -type f -a -perm -4000 -o -print > suid_files &
find / -type f -a -perm -2000 -o -print > guid_files &

then you can examine the suid_files and guid_files files

cheers

David Correa
http://www.linux-tech.com

------------------------------------------------------------------------
     To unsubscribe email security-discuss-request@linuxsecurity.com
         with "unsubscribe" in the subject of the message.