I changed the permission of /home
folder to 777
and now I cannot access my account and login only as a guest (Ubuntu 14.04) with no sudo support.
Permission in home folder is as follows:
drwxr-xr-x 134 root root 12288 Dec 14 11:47 etc
d--------- 4 root root 4096 Dec 14 09:50 home
drwxr-xr-x 24 root root 4096 Dec 11 23:04 lib
drwxr-xr-x 2 root root 4096 Dec 4 18:05 lib32
drwxr-xr-x 2 root root 4096 Dec 4 18:05 lib64
drwx------ 2 root root 16384 Nov 30 23:42 lost+found
I will appreciate if there is a fix other than reinstall.
pkexec chmod 755 /home
, I'm not sure, but let's see if it do the trick. – Lety Dec 14 '14 at 20:28chmod 755 /home
. – Lety Dec 14 '14 at 20:41