Forrest logo
back to context overview

passwd

List of commands for passwd:

  • passwd:tldr:09155 passwd: Get the current status of the user.
    $ passwd -S
    try on your machine
    explain this command
  • passwd:tldr:d34a0 passwd: Make the password of the account blank (it will set the named account passwordless).
    $ passwd -d
    try on your machine
    explain this command
  • passwd:tldr:e07bb passwd: Change the password of a specific user.
    $ passwd ${username}
    try on your machine
    explain this command
back to context overview