Find all Setuid and Setguid file on your system.

Post Type: 
Tutorial

find / -type f \( -perm -04000 -o -perm -02000 \) \-exec ls -lg {} \;

http://en.wikipedia.org/wiki/Setuid