(Answer) (Category) OSU Physics Faq's : (Category) Linux : (Category) Security :
How do I find all of the SUID and SGID files?
You can list all of the SUID and SGID files on your system with the command (executed as root; don't type the "#"):
   # find / \( -perm -004000 -o -perm -002000 \) -type f -print
[If you don't run this as root, you'll get a lot of "Permission denied" commands

2000-Mar-23 9:27am furnstahl.1@osu.edu
[Append to This Answer]
2000-Mar-23 9:27am
Previous: (Answer) How do I know if my password (/etc/passwd) file has been compromised?
Next: (Answer) How can I tell if my machine has been cracked?
This document is: http://www.physics.ohio-state.edu/cgi-bin/fom?file=90
[Search] [Appearance] [Show Expert Edit Commands]
This is a Faq-O-Matic 2.721.