On Tue, Jun 14, 2016 at 04:59:55PM +0200, Irrwahn wrote:
> BOOOM! I just halted your init by simply using #kill -TSTP 1.
I'm trying to figure out what -TSTP means.
The option(s) isn't listed in the man page.
The man page doesn't match the command. IN particular, the man page
tells me
kill --table
should list the names of the possible signals, but in fact, it just does
root@notlookedfor:/home/hendrik# kill --table
bash: kill: -table: invalid signal specification
root@notlookedfor:/home/hendrik#
So there's something to be fixed: either the shell's kill command,
or the man page.
-- hendrik