Symbolic creation
ln -s Link source registered name
Forcibly put a symbolic link
ln -sf link source registered name
If the registered name already has a link source, overwrite the newly specified link source with the command instead of the link source.
ln -nsf link source registered name
Recommended Posts