Software & Apps Linux How to Add Users in Linux From the KDE Plasma Desktop Use the System Settings tool or the shell prompt to add new accounts by Jack Wallen Writer Jack Wallen is a former Lifewire writer, an award-winning writer for TechRepublic and Linux.com, and the voice of The Android Expert. our editorial process LinkedIn Jack Wallen Updated on March 10, 2020 Tweet Share Email Linux Switching from Windows Linux is a multi-user environment, and you can have as many users on a system as you need. Each logs into their secure account and enjoys access to all installed applications. When you first install Linux, you create a single user that you log in with. Then, to add more users, choose one of two ways to add additional accounts on a distribution with KDE Plasma. Instructions in this article apply to the KDE Neon distribution with KDE Plasma 5.15. The version of KDE Plasma you use doesn't affect this process. The GUI Method Use the System Settings tool within KDE Plasma to modify users: Click the KDE Plasma menu button. Click System Settings. Click Account Details. Click User Manager. In the resulting window, click +. Fill out the details for the user (such as their username, real name, email address, and password). If the user needs administrator access (for example, to be added to the sudoers file), select the Enable administrator privileges for this user check box. Click Apply. Close the System Settings window. At this point, you can log out of KDE and log in with the newly created user. The Command Line Method To add a new user with the command line: Click the KDE Plasma menu button. Click Terminal. In the terminal window, enter the command: sudo adduser USERNAME USERNAME is the name of the new user to be added. When prompted, type your superuser (sudo) password. When prompted, enter and verify a password for the new user and then answer the questions. These questions are optional, but you should, at a minimum, fill out the Full Name option. Type Y to save the information. Once again, you've added a new user to your Linux machine. You can log out of the current user and log into the newly created user. How to Create Users Within Linux Using The "useradd" Command Was this page helpful? Thanks for letting us know! Get the Latest Tech News Delivered Every Day Email Address Sign up There was an error. Please try again. You're in! Thanks for signing up. There was an error. Please try again. Thank you for signing up. Tell us why! Other Not enough details Hard to understand Submit