ln: failed to create symbolic link ‘/etc/init.d/nexus’: File exists code example
Example: ln: failed to create symbolic link 'protoc': File exists
ln -sf existing_file sym_link
NOTE:
use "-f" flag in "ln" command.
Recursively "ln" command sucessfully creates symlink to "existing_file"