Add a New Admin User on Ubuntu Server

This guide shows how to create a user named theekshana, assign a password, and grant admin (sudo) privileges.


Step 1: Create the User

sudo adduser theekshana

Enter this password when prompted:

80056388


Step 2: Grant Sudo (Admin) Access

sudo usermod -aG sudo theekshana


Step 3: Verify the User Setup

id theekshana