README update.
This commit is contained in:
parent
bf732541c0
commit
12ea8e8273
1 changed files with 20 additions and 0 deletions
20
README.md
20
README.md
|
|
@ -4,6 +4,26 @@
|
||||||
|
|
||||||
chkusr is a set of programs to verify information about a user on a UNIX based systems.
|
chkusr is a set of programs to verify information about a user on a UNIX based systems.
|
||||||
|
|
||||||
|
* [The idea](#the-idea)
|
||||||
|
* [Requirements](#requirements)
|
||||||
|
* [Building chkusr](#building-chkusr)
|
||||||
|
* [Installation](#installation)
|
||||||
|
* [Uninstall](#uninstall)
|
||||||
|
* [chkgrp](#chkgrp)
|
||||||
|
* [chkpwd](#chkpwd)
|
||||||
|
* [Custom build](#custom-build)
|
||||||
|
* [Usage](#usage)
|
||||||
|
* [Return codes](#return-codes)
|
||||||
|
* [Examples](#examples)
|
||||||
|
* [Interactive mode asking for a username and a password](#interactive-mode-asking-for-a-username-and-a-password)
|
||||||
|
* [Interactive mode only asking for a password](#interactive-mode-only-asking-for-a-password)
|
||||||
|
* [None interactive mode with username and password provided as arguments to chkpwd](#none-interactive-mode-with-username-and-password-provided-as-arguments-to-chkpwd)
|
||||||
|
* [Request the result from the above commands](#request-the-result-from-the-above-commands)
|
||||||
|
* [Links](#links)
|
||||||
|
* [License](#license)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## The idea
|
## The idea
|
||||||
|
|
||||||
I needed some programs to verify some information about users and groups on a Linux/UNIX system just returning 0 on success and 1 on error.
|
I needed some programs to verify some information about users and groups on a Linux/UNIX system just returning 0 on success and 1 on error.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue