ln
Create hard or symbolic links between files.
Syntax
$ln [OPTIONS] TARGET LINK_NAME
Examples
Examples
$ln file.link file
Examples
$ln -s /path/folder link
Distro comparison
Enable service at boot
Enable services to start automatically.
Typical use cases
ln source link
ln -s /path/link
Note
Use -s for symbolic links. Hard links require the same filesystem.
Export