ln: failed to create symbolic link '': 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"