Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

all sudo commands in ubuntu to be administrator

By  default,  only the user who installed the system is permitted to run sudo. To add more
       administrators, i. e. users who can run sudo, you have to add these  users  to  the  group
       'admin' by doing one of the following steps:

       * In a shell, do

           sudo adduser username admin

       * Use  the graphical "Users & Groups" program in the "System settings" menu to add the new
         user to the admin group.
Source by manpages.ubuntu.com #
 
PREVIOUS NEXT
Tagged: #sudo #commands #ubuntu #administrator
ADD COMMENT
Topic
Name
6+8 =