• Sudo

    Saabman02/25/2023 at 11:11 0 comments

    After running through the install and creating the user need to add the user to the sudoers file.

    su -
    
    usermod -a -G sudo 
    
    logout and log back in again
    
    to confirm it worked 
    sudo whoami