Skip to content

Instantly share code, notes, and snippets.

@icholy
Created July 30, 2013 20:41
Show Gist options
  • Save icholy/6116719 to your computer and use it in GitHub Desktop.
Save icholy/6116719 to your computer and use it in GitHub Desktop.
adding user to sudoers on slackware
$ su
$ groupadd sudo
$ VISUAL=vim sudoedit /etc/sudoers
# uncomment the following or add if it doesn't exist
#
# %sudo ALL=(ALL) ALL
#
$ usermod -aG sudo <user>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment