ln
ln
ln
creates links between target files and directories.ln /path/to/app ~/bin/app
would create a shortcut to/path/to/app
to the PATH folder~/bin
using the nameapp
, so you could runapp
from the terminal to launch the program in/path/to/app
Metadata
Sources
ln(1): make links between files - Linux man page