bug-findutils
[Top][All Lists]
Advanced

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

[bug #17951] find doesn't correctly stat directories


From: anonymous
Subject: [bug #17951] find doesn't correctly stat directories
Date: Mon, 09 Oct 2006 12:02:27 +0000
User-agent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux; de) KHTML/3.5.2 (like Gecko)

URL:
  <http://savannah.gnu.org/bugs/?17951>

                 Summary: find doesn't correctly stat directories
                 Project: findutils
            Submitted by: None
            Submitted on: Montag 09.10.2006 um 12:02 UTC
                Category: find
                Severity: 3 - Normal
              Item Group: Wrong result
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: Ronny Peine
        Originator Email: address@hidden
             Open/Closed: Open
                 Release: 4.3.0
           Fixed Release: None

    _______________________________________________________

Details:

Following find commandline gives me "Permission denieds" for directories
which don't even match the expressions:
find /tmp -maxdepth 1 -mtime -1 -type f -name 'Acro*' -user "$LOGNAME"
-print0

LOGNAME is the user of the invoking command.
find-4.3.0 still seems to touch all the files in /tmp even the expression
Acro* doesn't match.

Given Output:
find: /tmp/kde-root: Permission denied
find: /tmp/.gnome: Permission denied
find: /tmp/.gnome_private: Permission denied

Expected Output:
<nothing>

Previous find versions were working correctly in this case.
The 'oldfind' binary works correctly, too.
For me this seems related to the new 'fts'.

Any advice or idea?



    _______________________________________________________

Carbon-Copy List:

CC Address                          | Comment
------------------------------------+-----------------------------
Available only the item webpage     | Originator Email




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/





reply via email to

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