2015-10-22 09:31:52 +02:00
|
|
|
# passwd
|
2014-02-22 12:38:10 +01:00
|
|
|
|
2016-01-07 18:31:27 +01:00
|
|
|
> Passwd is a tool used to change a user's password.
|
2014-02-22 12:38:10 +01:00
|
|
|
|
2016-01-07 18:31:27 +01:00
|
|
|
- Change the password of the current user:
|
2014-02-22 12:38:10 +01:00
|
|
|
|
2018-10-29 12:14:25 +01:00
|
|
|
`passwd {{new_password}}`
|
2014-02-22 12:38:10 +01:00
|
|
|
|
2016-01-07 18:31:27 +01:00
|
|
|
- Change the password of the specified user:
|
2014-02-22 12:38:10 +01:00
|
|
|
|
2018-10-29 12:14:25 +01:00
|
|
|
`passwd {{username}} {{new_password}}`
|
2014-02-27 13:52:31 +01:00
|
|
|
|
2016-05-18 10:32:06 +02:00
|
|
|
- Get the current status of the user:
|
2014-02-22 13:24:27 +01:00
|
|
|
|
|
|
|
`passwd -S`
|
2014-02-22 12:38:10 +01:00
|
|
|
|
2016-01-07 18:31:27 +01:00
|
|
|
- Make the password of the account blank (it will set the named account passwordless):
|
2014-02-22 12:38:10 +01:00
|
|
|
|
|
|
|
`passwd -d`
|