bug-findutils
[Top][All Lists]
Advanced

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

[bug #54667] find -type l fails to find symlink on NTFS volumes under li


From: Tavian Barnes
Subject: [bug #54667] find -type l fails to find symlink on NTFS volumes under linux
Date: Tue, 18 Sep 2018 10:47:32 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0

Follow-up Comment #3, bug #54667 (project findutils):

I don't have ufsd to test with, but if I had to guess I'd say it's probably
returning DT_REG in d_type for symlinks, but still returning S_IFLNK from
stat() for them.  Depending on whether stat() is called, you may get the right
or the wrong type, which explains the difference between %Y being specified or
not.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?54667>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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