find all files with set user id or set group id on the server
find / \( -perm -004000 -o -perm -002000 \) -type f -print