WSL

How to add users to WSL Distro (Windows Subsystem for Linux)

How to add users to WSL Distro (Windows Subsystem for Linux)

WSL or Windows Subsystem for Linux for Windows 10 support multiuser capabilities. And when it comes to user management for software, various aspects of software management can be discussed. Adding a user to the Windows Subsystem for Linux on Windows 10 is one of those aspects. It is worth noting that this method will work only after the distro is all set up.

Add users to WSL Distro

There are two main methods to add users to Windows Subsystem for Linux distro on Windows 10. They are the following:

  1. When logged in as a SUDO user.
  2. When logged in as ROOT.

1] When logged in as a SUDO user

After you have opened your Linux distro and logged in as a SUDO user, enter the following command to add a user:

sudo adduser 

It will ask you to Enter new UNIX password. After you have entered that, you will have to Retype new UNIX password.

Then it will ask for the following details:

Then press Y when you get the prompt asking Is the information correct? [Y/n].  Your new user would be added now.

2] When logged in as ROOT

In case you are logged in as ROOT, you need to refer to our guide to set a default user. This default user will be the one that you need to use to add a new user. Then, you need to execute the following command to add a user in the same Linux distro:

adduser 

Similar to the scenario of being signed in as a SUDO user, you need to setup password and give details like Full Name, Room Number, Work Phone, Home Phone, Other. 

Enter to confirm the details that you just entered.

Voila! You can now set back to create another default user if you want.

I hope you found this guide useful.

Linux'ta Oyun Nasıl Geliştirilir
On yıl önce, pek çok Linux kullanıcısı en sevdikleri işletim sisteminin bir gün ticari video oyunları için popüler bir oyun platformu olacağını tahmin...
Open Source Ports of Commercial Game Engines
Free, open source and cross-platform game engine recreations can be used to play old as well as some of the fairly recent game titles. This article wi...
Linux için En İyi Komut Satırı Oyunları
Komut satırı, Linux kullanırken yalnızca en büyük müttefikiniz değil, aynı zamanda eğlence kaynağı da olabilir, çünkü onu özel bir grafik kartı gerekt...