VSWSL/Arch-WSL

what is the root password

0xFF1E071F opened this issue · 2 comments

Hello
Thanks for this repo.

I want to login as root! How can i do that? When I enter su root or just su I cannot login with my own user password? But my password works on sudo command.

Thank you

there isn't and default root password set you have to set it yourself by typing passwd

Thank you.

For people who stuck like me in your user shell write down:

sudo passwd root

Then enter your credentials

close #15