Skip to content

Find all Hard links to file

cpx October 9, 2013 1 min read Bash/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

Be the first to comment

protected · no tracking

0 comments