File Systems

Symbolic Link

English

Overview

A shortcut-like file that points to another file or directory elsewhere.

Details

A special file that holds the target's path as a string. It becomes a broken link if the target is deleted. Unlike a hard link, it can point across different file systems and can even target a directory -- practical differences worth knowing.

More Linux terms