1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 21:22:06 +02:00
tldr/common/passwd.md
007N e5212d5ba1 Create passwd.md
Added a few exemples, and basic description of passwd
2014-02-22 12:38:10 +01:00

393 B

#passwd

passwd is a tool on most Unix and Unix-like operating systems used to change a user's password.

  • Change your password. ( You may need to use sudo )

passwd {{options}} {{new password}}

  • Change the password of the specified user.

passwd {{username}} {{new password}}

  • Make the password of the account blank ( It will set the named account passwordless. )

passwd -d