How To Create New Sudo User on Ubuntu 22.04
[ad_1] To create a new user and add it to sudo in Ubuntu; For this, you have to start the command line and type sudo adduser USERNAME command in it to add new user, after that, type usermod -aG sudo USERNAME command in it to add sudo to linux ubuntu server. How To Create OR … Read more