Answer the question
In order to leave comments, you need to log in
How to make a user in Ubuntu be root?
Good day.
I always sat under the root, I immediately created a sudo user for myself, and it’s very annoying that I have to write sudo everywhere, otherwise there will be some kind of permission denied with a 90% probability. Are there ways to make superadmin not only root?
Thanks in advance.
Answer the question
In order to leave comments, you need to log in
sudo -i
You can make it so that it would not ask for a password by adding
username ALL=(ALL) NOPASSWD:ALL to /etc/sudoers
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question