bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug#329358: [bug #14619] find -perm +... broken in 4.2.25


From: Ph. Marek
Subject: Re: Bug#329358: [bug #14619] find -perm +... broken in 4.2.25
Date: Tue, 4 Oct 2005 07:35:41 +0200
User-agent: KMail/1.8.2

On Tuesday 04 October 2005 01:08, James Youngman wrote:
> Follow-up Comment #2, bug #14619 (project findutils):
>
> Does -perm /... do what you expected -perm +... to do?
I did a short test, and I believe that
        find <path> -type f -perm /+x
gives me what I used to get with
        find <path> -type f -perm +x

Although I didn't test all various combinations - there may be other breakage.

But it's much better than
        find <path> -type f -perm +x
where I get no results; I currently use
        find <path> -type f -perm +0111
which works as expected.


Regards,

Phil




reply via email to

[Prev in Thread] Current Thread [Next in Thread]