Hi i'm new to Linux and I need to use it temporary to set up LetsEncrypt. Once complete, I needed to move the /etc/letsencrypt/live/fullchain.pem file into the root dir but i moved the file incorectly:
mv fullchain.pem /fullchain
and then it showed up in my root as red fule fullchain so :
mv fullchain fullchain.pem
and something gone totally wrong. It appears to be a shortcut. The old file is gone.
How can I rescue the file or get it back? Is the permission wrong? because the live folder is totally not accessible true the file browser but accessible true term with sudo -i
