How to give root privileges to other user [duplicate]
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
This question already has an answer here:
How do I grant sudo privileges to an existing user? [duplicate]
4 answers
I want my second user account to have root privileges in order to change udev
rules.
root
marked as duplicate by Kulfy, RoVo, user68186, Eric Carvalho, pomsky yesterday
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
How do I grant sudo privileges to an existing user? [duplicate]
4 answers
I want my second user account to have root privileges in order to change udev
rules.
root
marked as duplicate by Kulfy, RoVo, user68186, Eric Carvalho, pomsky yesterday
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
How do I grant sudo privileges to an existing user? [duplicate]
4 answers
I want my second user account to have root privileges in order to change udev
rules.
root
This question already has an answer here:
How do I grant sudo privileges to an existing user? [duplicate]
4 answers
I want my second user account to have root privileges in order to change udev
rules.
This question already has an answer here:
How do I grant sudo privileges to an existing user? [duplicate]
4 answers
root
root
edited yesterday
Olimjon
2,326824
2,326824
asked yesterday
Q'sQ's
61
61
marked as duplicate by Kulfy, RoVo, user68186, Eric Carvalho, pomsky yesterday
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by Kulfy, RoVo, user68186, Eric Carvalho, pomsky yesterday
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Do this to give sudo access to the given username:
sudo usermod -aG sudo username
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Do this to give sudo access to the given username:
sudo usermod -aG sudo username
add a comment |
Do this to give sudo access to the given username:
sudo usermod -aG sudo username
add a comment |
Do this to give sudo access to the given username:
sudo usermod -aG sudo username
Do this to give sudo access to the given username:
sudo usermod -aG sudo username
answered yesterday
OlimjonOlimjon
2,326824
2,326824
add a comment |
add a comment |