Join the community today
Become a Member

Beta Branch add tools/addsudousers.sh to 123.09beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Aug 7, 2016.

  1. eva2000

    eva2000 Administrator Staff Member

    55,153
    12,249
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,825
    Local Time:
    7:01 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    add tools/addsudousers.sh to 123.09beta01


    tool to create new linux users to setup as sudo users command example is
    Code (Text):
    ./addsudousers.sh desiredusername
    

    example
    Code (Text):
    ./addsudousers.sh usr2
    
    Creating a sudo user & setting password for usr2
    
    Changing password for user usr2.
    New password:
    Retype new password:
    passwd: all authentication tokens updated successfully.
    
    usr2 with password:  created
    sudo setup for usr2
    /etc/sudoers.d/sudo.usr2: parsed OK
    
    usr2 sudo user setup at /etc/sudoers.d/sudo.usr2
    


    Continue reading...

    123.09beta01 branch