From 41be6958ecddace702e7db0e5f5e3dea5c94a002 Mon Sep 17 00:00:00 2001 From: "ArthurMintgit add .git commit -m Klasgit push origin agit config --global user.name ArthurMint" Date: Sun, 24 May 2020 11:30:27 +0200 Subject: [PATCH] document passwd command --- docs/addendum-10-crazy-command-list/README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 |