Answer :
- Soft links create a reference to files path, hard links reference inode directly.
Explanation :
Hard links directly reference the inode of the file, functioning as a clone of the original file, whereas soft links (symbolic links) reference the files pathname, making them dependent on the original files location.