Re: Login Problem
1. login as root
Type the following in the terminal:
2. groupadd anygroup
3. useradd -g anygroup -d /home/anyuser anyuser
4. passwd anyuser
# "anyuser123"
5. mkdir -p /home/anyuser
6. chown -R anyuser /home/anyuser
7. chgrp -R anygroup /home/anyuser
8. logout
9. login as anyuser
Cheers,
Yuriy
On 11/23/05, Rafal Czlonka <rjc@linuxstuff.pl> wrote:
> > I used the gui, for adding users and groups, there i editted xyz to abc
>
> Since I don't know what kind of gui it was, please send the output of:
>
> # ls -la /home/abc
> # cat /etc/passwd|grep abc
> # cat /etc/group
>
> --
> Rafal
>
>
> --
> To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>
>
Reply to: