How can you see the actual hard link by ls?
Fresh3 days ago
Mar 15, 2026260358 viewsConfidence Score1%
1%
Problem
I run I would like to see at the folder where the file A points to by .
Error Output
ln /a/A /b/B
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How can you see the actual hard link by ls?
Low Risk
You can find inode number for your file with and shows references count (number of hardlinks to a particular inode) after you found inode number, you can search for all files with same inode: will show filenames for inode NUM in current dir (.)
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix