Linux

What is the difference between a soft link and hard link?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

Hard link is the same file, using the same inode. Soft link is a shortcut to another file, using a different inode.