Re: find executables On Thu, 13 May 2004 14:42:25 GMT, "alex" <alex@hotmail.com> wrote:
>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
'find /home -perm +1' should produce what you are looking for.
Scott McMillan |