mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 06:14:58 +00:00

Most man pages don't have these, so removing them where they do exist makes things more consistent.
25 lines
335 B
Markdown
25 lines
335 B
Markdown
## Name
|
|
|
|
passwd
|
|
|
|
## Synopsis
|
|
|
|
```sh
|
|
$ passwd [--delete] [--lock] [--unlock] [username]
|
|
```
|
|
|
|
## Description
|
|
|
|
Modify an account password.
|
|
|
|
## Options
|
|
|
|
* `-d`, `--delete`: Delete password
|
|
* `-l`, `--lock`: Lock password
|
|
* `-u`, `--unlock`: Unlock password
|
|
|
|
## Arguments
|
|
|
|
* `username`: Username
|
|
|
|
<!-- Auto-generated through ArgsParser -->
|