initial version

This commit is contained in:
2022-03-02 11:37:27 +01:00
commit 567d5642bc

14
Readme.md Normal file
View File

@@ -0,0 +1,14 @@
# identification de la machine
## Instruction
Rajouter votre NOM prénom dans le fichier /etc/motd
Respectez le format: NOM en majuscule espace prénom
## Validation
```bash
cat /etc/motd
CONSTANS Thomas
```