bug-coreutils
[Top][All Lists]
Advanced

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

bug#49335: v.8.32 - stat(1) | Symbolic link interpreted as hard link


From: Ricky Tigg
Subject: bug#49335: v.8.32 - stat(1) | Symbolic link interpreted as hard link
Date: Fri, 2 Jul 2021 19:32:58 +0300

Hello, symbolic link counted as hard link. To reproduce:

$ touch t; ln -sr t l; stat -c '%i %h %n %F' t l
4172493 1 t regular empty file
4172494 1 l symbolic link

'%h' reports *1* despite no hard link is involved. Isn't rather *0*
expected?


reply via email to

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