Skip to content

Instantly share code, notes, and snippets.

@diyfr
Created January 3, 2023 15:11
Show Gist options
  • Save diyfr/ac8e5712791e82393c403efe04174419 to your computer and use it in GitHub Desktop.
Save diyfr/ac8e5712791e82393c403efe04174419 to your computer and use it in GitHub Desktop.
User system no login

Options de useradd
-m ajoute le home directory
-r crée un user system
-g affecte le user au group

sudo useradd -r -m -g root ansible
sudo su - ansible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment