diff --git a/docs/addendum-10-crazy-command-list/README.md b/docs/addendum-10-crazy-command-list/README.md index 03952cc..b2ea15d 100644 --- a/docs/addendum-10-crazy-command-list/README.md +++ b/docs/addendum-10-crazy-command-list/README.md @@ -45,3 +45,9 @@ title: X - Crazy Command List | `ls [OPTIONS] [PATH]` | List information about files | | **Examples** | `ls -al`, `ls ~`, `ls /boot` | | **Common Options** | `-l` long listing
`-a` include hidden files
`-h` human readable format | + +| Command | Description | +| --- | --- | +| `passwd [options] [LOGIN]` | command is used to change the password of a user account | +| **Examples** | `passwd -a`, `passwd -d`, `passwd -e` | +| **Common Options** | `-a` report password on all accounts
`-d` delete the password for the named account
`-e` force expire the password for the named account |