View Single Post

   
  #6 (permalink)  
Old 02-19-2008, 11:30 AM
Scott McMillan
 
Posts: n/a
Default Re: find executables

On Thu, 13 May 2004 15:23:09 GMT, "alex" <alex@hotmail.com> wrote:

>root@aeshells.com:~# find /home -perm 1
>root@aeshells.com:~# find /home -perm 111
>root@aeshells.com:~#
>


You are missing the '+' in front of '1' and '111'.

'find /home -perm +111 ...' works on my Slack 9.1 with GNU find
version 4.1.7

>nope, neithier of those work, the part that gets me is that is says in the
>man page, "exact permissions"
>

<snipped>

>--alex
>



Scott McMillan
Reply With Quote