group sudo

This commit is contained in:
2024-10-04 12:35:39 +02:00
parent cf7ee49444
commit d7d73c02bc

View File

@@ -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
```