Re: Setuid?and?setgid?files (2) (?)
From: David Correa (tech@linux-tech.com)Date: 01/15/02
- Previous message: Bruno Gimenes Pereti: "Re: Firewall and Security"
- In reply to: Shalom Nevet: "Re: Setuid?and?setgid?files (2) (?)"
- Next in thread: David Correa: "Re: Setuid?and?setgid?files (2) (?)"
- Next in thread: Alisson Leite de Morais Veras: "SAMBA x Windows Policy"
- Reply: David Correa: "Re: Setuid?and?setgid?files (2) (?)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
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.
- Previous message: Bruno Gimenes Pereti: "Re: Firewall and Security"
- In reply to: Shalom Nevet: "Re: Setuid?and?setgid?files (2) (?)"
- Next in thread: David Correa: "Re: Setuid?and?setgid?files (2) (?)"
- Next in thread: Alisson Leite de Morais Veras: "SAMBA x Windows Policy"
- Reply: David Correa: "Re: Setuid?and?setgid?files (2) (?)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]