Create Symbolic: Links [new]
Allow software to find data in a default path even if you have moved that data to a different partition.
macOS uses the standard Unix ln command. create symbolic links
unlink my_link rm my_link # same effect
ln -s [target] [link_name]
