First, Happny new year all here! I'm very new to UNIX\Linux and I've mistakenly created the following Symlink:
sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf-enabled/phpmyadmin.confservice
What is the right way to delete it and what is the logic behind it?:
I understand I should do unlink ***something***
command inside the folder /etc/apache2/conf-enabled/
and after I navigated to it... Therefore I ask:
why is the deletion action done based on the second path and not in the first one ... ?
Usually, is something else be written there besides the file name?
- I'm afraid to make damage therefore I ask this...