I have a tar file that has my home directory and I want to use the backup by making it a user.
Créate a new user.
Untar the archive into /home/newuser
sudo chown -R newuser:newuser /home/newuser
Login with as newuser
2 Likes