Operation not permitted

When I try to restore a user, it doesn’t let me. Now I am trying to remove the home user folder as I think this is the reason since I tried restoring but it says user already exist. Althought I was able to remove the homedir of the other one, when I tested the restore again, still don’t work :frowning:

The next issue is this for the other user:

Error: Operation not permitted

image

How you’re switching to root ?

try sudo su -l

But be careful!

That’s because Hestia sets the immutable bit to conf directory.

chattr -i /home/admin/conf
rm -rf /home/admin/

But are you sure you want to do that?

1 Like

sudo su -

Not anymore, I guess. I found the underlying issue of my main problem. Thanks guys!