H How to Find all the SUID/SGID executables on System 1 Min Read 0 119 find / -type f -a \( -perm -u+s -o -perm -g+s \) -exec ls -l {} \; 2> /dev/null Categorized in: Linux Penetration TestingPenetration Testing Share Article: