mirror of
https://github.com/pragma-/pbot.git
synced 2025-05-05 22:27:25 +02:00
doc/Admin.md: update ps
and kill
usage
This commit is contained in:
parent
2524c06b65
commit
960c7f45db
@ -546,12 +546,14 @@ Name | Description
|
|||||||
### ps
|
### ps
|
||||||
Lists all currently running background processes.
|
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
|
### kill
|
||||||
Sends the interrupt signal to selected running background processes.
|
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
|
## Miscellaneous commands
|
||||||
These are some of the miscellaneous admin commands that have not been covered
|
These are some of the miscellaneous admin commands that have not been covered
|
||||||
|
Loading…
x
Reference in New Issue
Block a user