Use find command to get a list of all hard links to a file. 1. Find out the inode number for the file ls -asldi [filename] 2. Run find find . -inum [inode number]
© 2005 tiplib.com