Skip to content

Instantly share code, notes, and snippets.

@suhailroushan13
Created April 16, 2023 01:01
Show Gist options
  • Select an option

  • Save suhailroushan13/2caa51600c4e910ead44ed3139516b2e to your computer and use it in GitHub Desktop.

Select an option

Save suhailroushan13/2caa51600c4e910ead44ed3139516b2e to your computer and use it in GitHub Desktop.
Digital Ocean User Add
sudo adduser suhail
sudo chown suhail:suhail /home/suhail
su root
nano /etc/sudoers
Then add the user below admin user like below syntax.
suhail ALL=(ALL) ALL
usermod -a -G sudo suhail
su suhail
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment