页面

2013-03-10

kill a process tree

kill the process 1024 and all its sub-processes:
$ kill -- -1024
`--' prevents a normal argument that starts with a `-' from being interpreted as a switch. see: http://stackoverflow.com/questions/392022/best-way-to-kill-all-child-processes

没有评论: