
23 Sep
2008
23 Sep
'08
2:50 p.m.
On Tue, Sep 23, 2008 at 08:34:36PM +0200, Matthias Kilian wrote:
I've changed it to "-perm -111"
Unfortunately, this will only find files with the executable bit set for user, group and owner, so it should be "-perm +111". However, even more unfortunately, at least the find(1) on OpenBSD doesn't support the +mode pattern.[...]
According to http://www.opengroup.org/onlinepubs/000095399/utilities/find.html `-perm +onum' (where onum is an octal number) seems to be yet another gnuism, so `-perm -100' is probably the most portable (and least breaking) option for any system not using gfind. Ciao, Kili