LKBEN11490: Add a new user to ubuntu/kubuntu/debian and add him to the sudoers file


Symptom

You need to give a new user the possibility to run sudo

Cause

You need to create a new administrator for th system

Solution

First we create a new user. You can skip this if you already have a user and just need to give him/her administrative rights.

adduser newuser

To add the user to to sudoers you use:

usermod -aG sudo newuser

If the user was already logged on before the usermod command is executed, he will need to logoff and logon again.

Have fun.

Disclaimer:

The information provided in this document is intended for your information only. Lubby makes no claims to the validity of this information. Use of this information is at own risk!

About the Author

Author: Wim Peeters - Keskon GmbH & Co. KG

Wim Peeters is electronics engineer with an additional master in IT and over 30 years of experience, including time spent in support, development, consulting, training and database administration. Wim has worked with SQL Server since version 6.5. He has developed in C/C++, Java and C# on Windows and Linux. He writes knowledge base articles to solve IT problems and publishes them on the Lubby Knowledge Platform.

Latest update: 11-01-2021 | Comment: