From d916d0e229495c9ff695e55f217c7e89f0ba818e Mon Sep 17 00:00:00 2001 From: amokadem Date: Mon, 30 Oct 2023 16:33:07 +0100 Subject: [PATCH] ajout commande vipw --- HowtoOpenBSD/Rosetta.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/HowtoOpenBSD/Rosetta.md b/HowtoOpenBSD/Rosetta.md index 71ae503a..99e8250d 100644 --- a/HowtoOpenBSD/Rosetta.md +++ b/HowtoOpenBSD/Rosetta.md @@ -30,4 +30,11 @@ Voir [/HowtoOpenBSD/Packages]() |Commande |Debian |OpenBSD | |--- |--- |--- | -|Lister les fichiers ouverts | `lsof ` | `fstat -f ` | \ No newline at end of file +|Lister les fichiers ouverts | `lsof ` | `fstat -f ` | + + +## Gestion utilisateur + +|Commande |Debian |OpenBSD | +|--- |--- |--- | +| Editer les hashs des mot de passes | `vipw -s` | `vipw` | \ No newline at end of file