If you are using the WSL feature in Windows 10 (formerly known as Bash On Ubuntu), you definitely know that you can install and run multiple Linux distros from Microsoft Store. Arch Linux is yet another distro you can install starting today.
Tag: Windows 10 WSL
Windows Subsystem for Linux 2 Will Include Full Linux Kernel
Microsoft today announced a new architecture for the Windows Subsystem for Linux: WSL 2. It will allow for dramatic file system performance increases, and full system call compatibility, meaning you can run more Linux apps in WSL 2 such as Docker.
List Available WSL Linux Distros in Windows 10
Starting with Windows 10 build 18342 (19H1) and Windows 10 build 18836 (20H1), Microsoft added some new commands to the built-in wsl.exe tool. By using the new arguments, you can quickly list available distros in WSL Linux.
Remove User from WSL Linux in Windows 10
In this article, we will see how to remove a user account from a WSL Linux distro. You can remove any user account you created in a distro, including your default user account, leaving root as the only user you have.
Add or Remove Sudo Users in WSL Linux in Windows 10
Continuing with my WSL coverage, I would like to share how to add or remove a user to the sudo group in a WSL Linux distro in order to allow or deny it from running commands and apps as root. This is applicable to newly added user accounts, as they have no sudo privileges out of the box. Also, we will see how to find which user accounts are already members of the sudo group.
Find User Accounts in WSL Linux in Windows 10
You may have multiple user accounts in a WSL Linux distro. This post explains how to quickly find available user accounts in a WSL console. The method described in the article is suitable for any WSL distro.
Remove User From WSL Linux Distro in Windows 10
You may have multiple user accounts in a WSL Linux distro. This post shows how to remove a user account from WSL Linux in Windows 10.
Switch User in WSL Linux Distro in Windows 10
Each WSL Linux distro you have installed in Windows 10 contains its own set of user accounts. A WSL distro starts with its default user account that will be signed in automatically. It is possible to override the default user account and start a distro with a specific user account signed in by default. Also, you can switch between Linux user accounts without leaving your WSL session.
Add User to WSL Linux Distro in Windows 10
In a previous article, we saw how to run a WSL distro as a specific user without setting that account as your default WSL user. In this post, we will learn how to add a new user account to an installed WSL Linux distro in Windows 10.
Update and Upgrade WSL Linux Distro in Windows 10
The ability to run Linux natively in Windows 10 is provided by the WSL feature. Windows 10 does not automatically update or upgrade the packages in a distro installed in WSL. This is a task that a WSL Linux user need to perform himself.