
Nelson R. answered 10/06/19
AA in Computer Networking from Bellingham Technical College
You seem to have the general command structure correct. That is ln -s (for symbolic link) source_file myfile.
However, your paths seem off. I presume it is not working. I recommend that you carefully check your paths. You seem to be trying to make a symbolic link to the kernel and create a link called kernel. I think you might be getting a name conflict. I would suggest carefully examining your paths. The '+basebuil+' seems odd as well as the kernel to kernel connection. I hope that helps.