What is the difference between a soft link and hard link?
Answer
Hard link is the same file, using the same inode. Soft link is a shortcut to another file, using a different inode.
Hard link is the same file, using the same inode. Soft link is a shortcut to another file, using a different inode.