Creating a symbolic link is useful when you want to point to an application, a file or folder located in a different location.
Usage:
ln -s /Original/Folder/Path /Destination/Folder/Path
Example:
ln -s /Volumes/ExHDD/MyPrograms /Users/John/Desktop/Pro