To find setuid executables, run % find . -type f -perm +06000 -print (or use find / to start looking from the root directory.)
% find . -type f -perm +06000 -print
(or use find / to start looking from the root directory.)
find /