#find / -type f \( -perm -4000 -o -perm -2000 \) -exec ls -ld '{}' \;

How do I find all setuid and setgid files?