View Single Post

   
  #7 (permalink)  
Old 02-19-2008, 11:30 AM
Joost Kremers
 
Posts: n/a
Default Re: find executables

alex wrote:
> root@aeshells.com:~# find /home -perm 1
> root@aeshells.com:~# find /home -perm 111
> root@aeshells.com:~#
>
> nope, neithier of those work,


you're forgetting the + sign:

find /home -perm +111

--
Joost Kremers joostkremers@yahoo.com
Selbst in die Unterwelt dringt durch Spalten Licht
EN:SiS(9)
Reply With Quote