> from failsafe terminal, after login
> anthony@thinking:/$ cd /home/anthony/
> bash: cd: /home/anthony/: Permission denied
Don't say!
Log in as root. Then:
# cd /home
# chmod 755 anthony
# exit
Log in again, now as anthony.
This was recommended few days ago
by Ron Johnson.
Zoran