Originally Posted by arteK
Try:
userdel l4d2
useradd l4d2 -p password
su l4d2
enter password
|
so i userdel l4d1 and l4d2
then i restarted
:~$ sudo su -
:~# userdel l4d1
:~# useradd l4d1 -p password
:~# su l4d1
$ password
su: password: not found
also
:~$ sudo su -
:~# userdel l4d1
:~# useradd l4d1 -p password
:~# su l4d1
$ su l4d1
password: (i entered password but i don't see anything)
su: authentication failure
this time i put in the last 4 things of the line and not the user name and desktop just to save time because i think they might be important. But after the su l4d1 i just get a line that says "$" and then i typed in password so i dont know what that means. Again help is appreciated.