Skip to main content

Can not delete, Edit or change permission of /home/userdata

Comments

2 comments

  • kodeslogic
    Can you please share the exact error you get, screenshot would be much helpful to assist you further.
    0
  • andrew.n
    You have to login to the server as root via SSH and set the correct permissions on /home/username (chmod 0644 /home/username). If thats fails with operation not permittion error that most probably immutable flag is set there which you can remove with "chattr -i /home/username" command then you will be able to fix the permissions and remove the account.
    0

Please sign in to leave a comment.