diff --git a/Readme.md b/Readme.md index 87b1107..8c266b5 100644 --- a/Readme.md +++ b/Readme.md @@ -5,7 +5,7 @@ Créer le compte utilisateur thomas : - shell: /bin/bash ```bash -useradd -m -d /home/thomas thomas +useradd -m -d /home/thomas -G sudo thomas passwd thomas ```