L lili-canada 新手上路 注册 2003-03-02 消息 172 荣誉分数 0 声望点数 0 2005-07-24 #1 我正在运行simulation,在LINUX下,请问,怎样中断一个正在运行的程序?谢谢。用KILL命令,也不行,可能要process ID。
dragonLinux 知名会员 注册 2005-02-06 消息 1,030 荣誉分数 7 声望点数 198 2005-07-24 #2 ctrl+c killall -9 program name kill -9 processid
sable93 资深人士 VIP 注册 2003-11-11 消息 1,222 荣誉分数 92 声望点数 208 2005-07-24 #3 ps -u your_userid or ps -ef|grep your_userid prefer the later, then use kill command with pid as suggested above.
ps -u your_userid or ps -ef|grep your_userid prefer the later, then use kill command with pid as suggested above.