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