Difference between revisions of "Sudoers"

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, search
m
m
Line 18: Line 18:
 
# restart sudo service: '''sudo service sudo restart'''
 
# restart sudo service: '''sudo service sudo restart'''
  
COMMEND ON SYSTEM WON'T ACKNOWLEDGE CHANGES TO SUDOERS:  "''I just did this and yes, I did in fact have to reboot. So, maybe the previous answer wasn't wrong, but it definitely isn't right 100% of the time. Writing this in case someone else is looking for the answer as I just was.''" -Andrew Harrell on Ask Ubuntu
+
COMMEND ON SYSTEM WON'T ACKNOWLEDGE CHANGES TO SUDOERS:  "''I just did this and yes, I did in fact have to reboot. So, maybe the previous answer wasn't wrong, but it definitely isn't right 100% of the time. Writing this in case someone else is looking for the answer as I just was.''" -[https://askubuntu.com/questions/665950/do-we-need-to-reboot-after-adding-a-user-to-sudoers Andrew Harrell on Ask Ubuntu]
  
 
It would be bad if this was not at a kernel level and required a system wide restart, too much like Micro$oft.  Not verified.  Further testing required.
 
It would be bad if this was not at a kernel level and required a system wide restart, too much like Micro$oft.  Not verified.  Further testing required.
  
 
Also user needs to make sure sudoers is not commended out in the /etc/sudoers file: type '''visudo'''
 
Also user needs to make sure sudoers is not commended out in the /etc/sudoers file: type '''visudo'''

Revision as of 12:48, 13 January 2024

The linux sudoers file defines users with the permission to use the sudo command.

To see if you currently have permission to use sudo then simply test at the cli.

sudo ls

For Debian based Ubuntu and Mint:

users in the adm group can execute sudo. Rather than editing the /etc/sudoers file it is better to edit the /etc/group file using the following command (from another user account with sudo privileges)

sudo vigr

Now add your user account to the adm group.

You must log out and back in again for the changes to impact your shell.

It has been observed that logging out of the cinnamon desktop session on Mint and back in does not seem to be sufficient. If you are frustrated, just reboot the machine.

STEPS TO BECOME A SUDOER

  1. add user to sudoers group: vigr -s
  2. restart sudo service: sudo service sudo restart

COMMEND ON SYSTEM WON'T ACKNOWLEDGE CHANGES TO SUDOERS: "I just did this and yes, I did in fact have to reboot. So, maybe the previous answer wasn't wrong, but it definitely isn't right 100% of the time. Writing this in case someone else is looking for the answer as I just was." -Andrew Harrell on Ask Ubuntu

It would be bad if this was not at a kernel level and required a system wide restart, too much like Micro$oft. Not verified. Further testing required.

Also user needs to make sure sudoers is not commended out in the /etc/sudoers file: type visudo