I got 1 error like this. can't access website + delete files : permission error

Seems no files are immutable but just to be sure

To remove the immutable flag, we can only use chattr with the - operator:

sudo chattr -R -i  /home/mycoolwebsite/public_html
1 Like