Difference Between Hard link and Soft link in Linux
Mar 8, 2024 · 1 min read · Hard link can be crated on same filesystem. It has same inode (inode is one of the data structure in Linux kernel which keeps information about file). Here is the command to create hard link, ln file1 file2 Hard link has some limitation like, hard li...
Join discussion