No Access to home folder
Den Mon, 17 Dec 2007 17:49:24 +0100 skrev Hadron:
Yet an other way to solve this.
This way you don't have to change the permissions
of you're files only the ownership and group.
Boot in to rescue mode (hit 'ESC-key' wile boot)
after boot in the console type;
replace username to you're own username
sudo chown -R username /home/username
Hit 'ENTER'
then type;
sudo chgrp -R username /home/username
Hit 'ENTER'
then reboot
The '-R' stands for 'recursive' meaning that it will
change's the ownership and group for all files and
directory's starting with the /home/username.
/Anders
|