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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.


[Index of Archives]     [Fedora Announce]     [Linux Crypto]     [Kernel]     [Netfilter]     [Bugtraq]     [USB]     [Fedora Security]

  Powered by Linux