m****d 发帖数: 331 | 1 In Unix, I used "kill" to kill my program, but my program has many
iterations, if I kill iteration 1, then it is dead; but iteration 2 will
start to run...etc..
Is there any way I can kill all my iterations in one shot? Thanks. | h**v 发帖数: 2010 | 2 kill -9?
【在 m****d 的大作中提到】 : In Unix, I used "kill" to kill my program, but my program has many : iterations, if I kill iteration 1, then it is dead; but iteration 2 will : start to run...etc.. : Is there any way I can kill all my iterations in one shot? Thanks.
| D*V 发帖数: 567 | 3 另外一个用户登录,直接把刚才的shell kill -9 呢?
【在 m****d 的大作中提到】 : In Unix, I used "kill" to kill my program, but my program has many : iterations, if I kill iteration 1, then it is dead; but iteration 2 will : start to run...etc.. : Is there any way I can kill all my iterations in one shot? Thanks.
|
|