
passwd
List of commands for passwd:
-
passwd:tldr:09155 passwd: Get the current status of the user.$ passwd -Stry on your machineexplain this command
-
passwd:tldr:d34a0 passwd: Make the password of the account blank (it will set the named account passwordless).$ passwd -dtry on your machineexplain this command
-
passwd:tldr:e07bb passwd: Change the password of a specific user.$ passwd ${username}try on your machineexplain this command