I am Ubuntu Ubuntu 20.04 LTS (GNU/Linux 5.4.72-microsoft-standard-WSL2 x86_64)
And I forgot what I did but now I am able to get this $ sign in my prompt.
However, now I am trying to follow a tutorial where the steps include :
karen@DESKTOP-SB41UI7:~$ wget -q -O - https://pkg.jenkins.io/debian-stable/jenkins.io.key | sudo apt-key add - [sudo] password for karen:
But, I remember I have set a no password required in my laptop...for Ubuntu access. For this case, how do I go about reset the password or make it like no need password forever ? Tks.
passwd karen
to change password for that user, after first runningwsl --user root
– vidarlo Jul 17 '21 at 14:55passwd username
will change password forusername
. – vidarlo Jul 18 '21 at 15:30