Bob wrote: > I tried to do what you had said regarding chown and I get an error > chown: missing operand after 'bob:/home/bob' > >> From: "Nils Kassube" <kassube at gmx.net> > >>> sudo chown -R $USER: $HOME Did you perhaps mistype the command? It looks like you left away the space between "$USER:" and "$HOME". Nils