This guide shows how to create a user named theekshana, assign a password, and grant admin (sudo) privileges.
sudo adduser theekshana
theekshana.Enter this password when prompted:
80056388
sudo usermod -aG sudo theekshana
theekshana to the sudo group.sudo group can run admin-level commands using sudo.id theekshana