Symlink / Hardlink

$ ls -li                    # get the inode number
find . -inum inode_number	# then find file with same number

Ruby

see also:

  • rsync - which can recreate file from simlink when copying
  • NFS - which can only work with relative link
  • Find duplicate - which can generate symlink for similar files
Written on October 18, 2021, Last update on January 6, 2023
backup filesystem file