A
A
Alexey Nikolaev2018-09-27 15:00:40
linux
Alexey Nikolaev, 2018-09-27 15:00:40

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

4 answer(s)
S
Sanes, 2018-09-27
@Heian

if annoying, then go to the root level
sudo -s

V
vlarkanov, 2018-09-27
@vlarkanov

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

S
Stanislav Shendakov, 2018-09-28
@shindax

sudo su

B
bixoxide, 2018-09-28
@bixoxide

sudo -s or sudo su

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question