Skip to content

Instantly share code, notes, and snippets.

@ramingar
Created August 11, 2025 16:27
Show Gist options
  • Select an option

  • Save ramingar/0523530ebf63bdb6f7c6cad042046408 to your computer and use it in GitHub Desktop.

Select an option

Save ramingar/0523530ebf63bdb6f7c6cad042046408 to your computer and use it in GitHub Desktop.
Useradd with home dir, bash login and sudo

Command to create a new user with a home dir, bash login shell and the ability to sudo

sudo useradd -m -s $(which bash) -G sudo <USERNAME>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment