pwgen is now installed on your system, thus the folder you are in right now used for the installation might be deleted.
## Usage
pwgen is very easy to use:
The general command structure for generating passwords is as follows:
```
$ pwgen [length] [mode]
```
Please note that the `mode` argument can be empty, in which case it is defaulted to `full`.
If you just enter `pwgen` into the console, the program will provide you with information about the usage and further explanation on what modes are available.
```
Usage: pwgen [length] [mode]
Available modes:
numbers Generates password containing only numbers
lower Generates password containing only lower letters
upper Generates password containing only upper letters
letters Generates password containing only letters
letters-numbers Generates password containing only letters and ners
full Generates password containing letters, numbers and symbols