bug-findutils
[Top][All Lists]
Advanced

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

[bug #44078] Find fails if executed from a directory on which the user h


From: Dale Worley
Subject: [bug #44078] Find fails if executed from a directory on which the user has no list permissions and exec is an option used
Date: Sat, 04 Apr 2015 01:56:37 +0000
User-agent: Mozilla/5.0 (X11; Linux i686 (x86_64)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2342.2 Safari/537.36

Follow-up Comment #5, bug #44078 (project findutils):

If I follow this formula, I get the expected results in both instances.  This
is with version 4.5.11 on Fedora 19.

$ mkdir /tmp/bug
$ chmod a-r /tmp/bug
$ cd /tmp/bug
$ find /tmp
$ find /tmp -exec echo '{}' ';'

Can you try this method, so as to avoid having to arrange for "sudo" to work,
and also to check if there is some peculiar side-effect of using sudo?


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?44078>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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