Skip to content

Instantly share code, notes, and snippets.

@Ameen-Alam
Created May 23, 2022 10:56
Show Gist options
  • Save Ameen-Alam/ab24b8e6811a9e06fa35ebee70abbca7 to your computer and use it in GitHub Desktop.
Save Ameen-Alam/ab24b8e6811a9e06fa35ebee70abbca7 to your computer and use it in GitHub Desktop.
linuxAddUser
sudo adduser inifinity
sudo passwd inifinity
sudo echo 'inifinity ALL=(ALL:ALL) ALL' >> /etc/sudoers
sudo usermod -a -G root inifinity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment