Re: find executables On Thu, 13 May 2004 11:15:17 -0400, Scott McMillan <smcm@usa.net>
wrote:
>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
Oops, sorry, make that 'find /home -perm +111'. My previous post
would find files with u+x set, not any others.
I should learn to slow down when I'm typing ;-)
Scott McMillan |