View Single Post

   
  #1 (permalink)  
Old 02-19-2008, 11:30 AM
alex
 
Posts: n/a
Default 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


Reply With Quote