Answers for "ln: failed to create symbolic link 'protoc': File exists"

C
2

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"
Posted by: Guest on July-06-2020

Code answers related to "C"

Browse Popular Code Answers by Language