bug-findutils
[Top][All Lists]
Advanced

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

[bugs #12181] find -H/-L symlink_to_dir reports "Too many levels of symb


From: Geoff Clare
Subject: [bugs #12181] find -H/-L symlink_to_dir reports "Too many levels of symbolic links"
Date: Tue, 1 Mar 2005 10:00:33 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041111 Firefox/1.0 (Debian package 1.0-2)

URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=12181>

                 Summary: find -H/-L symlink_to_dir reports "Too many levels
of symbolic links"
                 Project: findutils
            Submitted by: geoffclare
            Submitted on: Tue 03/01/2005 at 10:00
                Category: find
                Severity: 5 - Average
              Item Group: Wrong result
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: Geoff Clare
        Originator Email: 
             Open/Closed: Open
                 Release: 4.2.18
           Fixed Release: None

    _______________________________________________________

Details:

$ mkdir dir
$ ln -s dir link
$ touch dir/file
$ find -H link
link
find: link: Too many levels of symbolic links
$ find -L link
link
find: link: Too many levels of symbolic links

The problem doesn't occur with 4.2.15:

$ find-4.2.15 -H link
link
link/file
$ find-4.2.15 -L link
link
link/file







    _______________________________________________________

This item URL is:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=12181>

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





reply via email to

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