doc/Admin.md: update `ps` and `kill` usage

This commit is contained in:
Pragmatic Software 2020-02-16 11:05:40 -08:00
parent 2524c06b65
commit 960c7f45db
1 changed files with 4 additions and 2 deletions

View File

@ -546,12 +546,14 @@ Name | Description
### ps
Lists all currently running background processes.
Usage: `ps`
Usage: `Usage: ps [-atu]; -a show all information; -t show running time; -u show user/channel`
### kill
Sends the interrupt signal to selected running background processes.
Usage: `kill <pids...>`
Usage: `Usage: kill [-a] [-t <seconds>] [-s <signal>] [pids...]; -a kill all processes; -t <seconds> kill processes running longer than <seconds>; -s send <signal> to processes`
If neither options `-a` or `-t` are provided then the `pids...` option is required.
## Miscellaneous commands
These are some of the miscellaneous admin commands that have not been covered