passwd
# Change the password of the current user interactively
passwd
# Change the password of a specific user
passwd <𝗨𝗦𝗘𝗥𝗡𝗔𝗠𝗘>
# Get the current status of the user
passwd -S
# Make the password of the account blank (it will
# set the named account passwordless)
passwd -d
References
- tldr. inbrowser.app. (n.d.). https://tldr.inbrowser.app/pages/common/passwd