mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
Create passwd.md
Added a few exemples, and basic description of passwd
This commit is contained in:
parent
a6c0586382
commit
e5212d5ba1
1 changed files with 15 additions and 0 deletions
15
common/passwd.md
Normal file
15
common/passwd.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
#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`
|
Loading…
Add table
Reference in a new issue