Skip to content

Find all Hard links to file

cpx October 9, 2013 1 min read bash
find / -xdev -samefile file1

Second Method

$ ls -li file1
2655341 -rw-r--r-- 3 peter peter 0 2008-09-02 19:09 file1
find /home -xdev -inum 2655341
0 0 votes
Article Rating
guest

0 Comments
Oldest
Newest Most Voted
0
Would love your thoughts, please comment.x
()
x