標題:
急救!!Linux OS command...
[打印本頁]
作者:
skydream92
時間:
2012-11-28 11:48 PM
標題:
急救!!Linux OS command...
有谁知道Linux OS terminal 杀children thread 的command??
anybody know the command for kill children thread in Linux OS??
作者:
tonii
時間:
2012-12-6 02:43 PM
you mean kill -9 id??
作者:
chanknz
時間:
2012-12-6 10:26 PM
show the pid with
ps -ef
teminate a process with
kill -9 pid
作者:
kipper0426
時間:
2012-12-21 08:52 PM
pstree -u $(whoami)
# then will show PID + username + command
kill -9 PID #choose PID you want to kill
歡迎光臨 公仔箱論壇 (http://5.39.217.76/)
Powered by Discuz! 7.0.0