Finding all symbolic and hard links to a file on UNIX
Posted
by colin.t.welch
on Super User
See other posts from Super User
or by colin.t.welch
Published on 2010-01-03T22:01:03Z
Indexed on
2010/06/07
13:23 UTC
Read the original article
Hit count: 368
If I have a specific file in a UNIX filesystem, is there a way to use bash to find all links to that file, both symbolic and hard? If I need different commands for each, what are they?
© Super User or respective owner