mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 17:46:02 +02:00
passwd: add base command (#3869)
Co-authored-by: Marco Bonelli <marco@mebeim.net>
This commit is contained in:
parent
3d86411e79
commit
eec1815b50
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
> Passwd is a tool used to change a user's password.
|
> 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:
|
- Change the password of the current user:
|
||||||
|
|
||||||
`passwd {{new_password}}`
|
`passwd {{new_password}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue