Remove access restriction from home directory

What I have found the easiest is to change the uid in Garuda as follows:

  1. Exit Garuda, and login as root (important not to be already there as 'username' - where username is your name)
  2. enter usermod -u 1002 guest
  3. enter groupmod -g 1002 guest
  4. enter usermod -u 1000 username
  5. enter groupmod -g 1000 username

The logout and login in as 'username' and see if it got it :grin:

4 Likes