Question d’entretien chez Amazon

Difference between Softlink and Hardlink?

Réponse à la question d'entretien

Utilisateur anonyme

29 sept. 2017

Softlink points to a path to file, the advantage is that it can be in a different filesystem. Hardlink is a reference to inode of a file while inode has the real data. It can be used only in the same filesystem.