find executables I used "find / -perm 4000" to find all suid files on the system,
what i want to do is "find /home -perm +x" but that doesn't work, i've read
the man page, but i can't quite get it.. what command can i use to find any
file, with any exec bit (u+x OR g+x OR o+x) set?
Thanks
--
-alex |