Add user and grant sudo

PHOTO EMBED

Sun Feb 06 2022 11:34:48 GMT+0000 (Coordinated Universal Time)

Saved by @Vicious #linux #commandline #bash

adduser USER_NAME
usermod -aG sudo USER_NAME

# Verify new user
grep '^sudo' /etc/group
content_copyCOPY

https://www.liquidweb.com/kb/how-to-add-a-user-and-grant-root-privileges-on-ubuntu-16-04/