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.

2 Replies

drwxr-xr-x is 755.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct