1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 12:26:03 +02:00

passwd: add base command (#3869)

Co-authored-by: Marco Bonelli <marco@mebeim.net>
This commit is contained in:
Ivan Aracki 2020-02-24 23:41:14 +01:00 committed by GitHub
parent 3d86411e79
commit eec1815b50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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