8
6
Windows 10's Anniversary Update just came out and I immediately installed the Windows Subsystem for Linux to see how it fares. I found only one major shortcoming so far: there was no obvious way to use the root account as the default.
I know it goes against a lot of best practices and what not, but I personally don't like having to remember to type sudo
in front of most commands. This can get especially annoying when I open a text file for editing with nano
only to discover I have to abandon my changes because I didn't use sudo
.
Is there any way to make the terminal start as root by default?
3For the newer Ubuntu 18.04 distro, the command is:
ubuntu1804 config --default-user root – NetRay – 2018-08-06T15:37:49.223
Where can I see if I use the WSL fall creater update? – Timo – 2019-10-23T18:11:41.620
lxrun does not work in my powershell. I use Wsl Debian, do you know the command for this to start the app as root? – Timo – 2019-10-23T18:12:32.370