Permission Issues
I can't get the permissions to work. Trying to change permissions for let's encrypt:
sudo chmod -R 0755 /etc/letsencrypt/live
does nothing:
ls -ld /etc/letsencrypt/live
drwxr-xr-x 3 root root 4096 Aug 8 16:23 /etc/letsencrypt/live
What am I doing wrong? Even as root user with chmod the permissions don't change.
Any help is appreciated.