User Tools

Site Tools


add_a_user_to_the_sudoers_in_fedora

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

add_a_user_to_the_sudoers_in_fedora [2011/05/28 16:50]
adam
add_a_user_to_the_sudoers_in_fedora [2016/11/25 22:38]
Line 1: Line 1:
-===== 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.txt ยท Last modified: 2016/11/25 22:38 (external edit)