Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Created June 15, 2022 01:16
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save miguelmota/826e7661e3f85a3ebdfeda9f66d3e54c to your computer and use it in GitHub Desktop.
Linux remove user from group
sudo gpasswd -d <user> <group>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment