1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/passwd.md

21 lines
400 B
Markdown
Raw Normal View History

2015-10-22 15:31:52 +08:00
# passwd
> Change a user's password.
> More information: <https://manned.org/passwd>.
- Change the password of the current user interactively:
`passwd`
- Change the password of a specific user:
`passwd {{username}}`
2016-05-18 18:02:06 +09:30
- Get the current status of the user:
2024-09-04 19:11:19 +03:00
`passwd {{-S|--status}}`
- Make the password of the account blank (it will set the named account passwordless):
2024-09-04 19:11:19 +03:00
`passwd {{-d|--delete}}`