From eec1815b50faf832795759ac6d0a85f98d7e5c26 Mon Sep 17 00:00:00 2001 From: Ivan Aracki Date: Mon, 24 Feb 2020 23:41:14 +0100 Subject: [PATCH] passwd: add base command (#3869) Co-authored-by: Marco Bonelli --- pages/common/passwd.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/passwd.md b/pages/common/passwd.md index 1e980b8a8c..e18df872ed 100644 --- a/pages/common/passwd.md +++ b/pages/common/passwd.md @@ -2,6 +2,10 @@ > Passwd is a tool used to change a user's password. +- Change the password of the current user interactively: + +`passwd` + - Change the password of the current user: `passwd {{new_password}}`