Error on reboot after setting up VNC
NoOp
glgxg at sbcglobal.net
Thu Feb 28 17:56:05 UTC 2008
On 02/28/2008 07:43 AM, Wade Smart wrote:
>
> I am logged in at the terminal now. I did
> sudo chown wadesmart:wadesmart /home/wadesmart/*
> and was able to cd to /home, as I could not before.
>
> I did ls -l wadesmart and it says on every folder under that:
> total 0
> ?---------------------------? ? ? ? ? wadesmart/bin
>
> Are ALL my permissions screwed?
>
Yes. Use the -R option (recursive).
sudo chown -R wadesmart:wadesmart /home/wadesmart/
sudo chmod 700 /home/wadesmart
More information about the ubuntu-users
mailing list