brctl: add page.

This commit is contained in:
Marco Bonelli
2019-01-09 00:12:18 +01:00
committed by Starbeamrainbowlabs
parent ddd40bc650
commit ac5cd6d896
3 changed files with 27 additions and 8 deletions

View File

@@ -27,10 +27,6 @@
`kill -{{17|STOP}} {{process_id}}`
- Send a signal to all processes with the given GID (group id):
- Send a `SIGUSR1` signal to all processes with the given GID (group id):
`kill -{{signal_name}} -{{group_id}}`
- Kill every process that can be killed by the current user (except init and kill itself):
`kill -9 -1`
`kill -{{SIGUSR1}} -{{group_id}}`