Home Ethical Hacking How to Find all the SUID/SGID executables on System How to Find all the SUID/SGID executables on System Ethical Hacking RFS January 16, 2021 comments off find / -type f -a \( -perm -u+s -o -perm -g+s \) -exec ls -l {} \; 2> /dev/null