User Tools

Site Tools


add_a_user_to_the_sudoers_in_fedora

This is an old revision of the document!


Add a User to sudoers in fedora

Edit /etc/sudoers in your editor of choice:

[root@machine ~]# visudo

Uncomment the line:

# %wheel        ALL=(ALL)       ALL

Then add your user to the wheel group:

[root@machine ~]# adduser <username> wheel

Now the user specified by <username> will be able to use the sudo command.

add_a_user_to_the_sudoers_in_fedora.1306597855.txt.gz · Last modified: 2016/11/25 22:38 (external edit)