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

Next revision Both sides next revision
add_a_user_to_the_sudoers_in_fedora [2007/10/11 17:04]
adam created
add_a_user_to_the_sudoers_in_fedora [2011/05/28 16:50]
adam
Line 3: Line 3:
 Edit /etc/sudoers in your editor of choice: Edit /etc/sudoers in your editor of choice:
  
-  [root@machine ~]# <editor> /etc/sudoers+  [root@machine ~]# visudo
  
 Uncomment the line: Uncomment the line:
Line 11: Line 11:
 Then add your user to the wheel group: Then add your user to the wheel group:
  
-  [root@machine ~]# usermod -G wheel <username>+  [root@machine ~]# adduser <username> wheel
  
 Now the user specified by <username> will be able to use the sudo command. 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)