Find SUID marked files ```sh find / -perm -u=s -type f 2>/dev/null ```