C******n 发帖数: 284 | 1 小女子在unix上用nohup命令,在batch mode下运行一个程序,但是不知在运行程序后
,如何查看该程序的进程?如何kill这个进程?
恳请高手赐教! |
E*V 发帖数: 17544 | 2 suggestion: use "screen" not nohup.
if you realy want to check
ps -A | grep your_username
or ps -u your username
【在 C******n 的大作中提到】 : 小女子在unix上用nohup命令,在batch mode下运行一个程序,但是不知在运行程序后 : ,如何查看该程序的进程?如何kill这个进程? : 恳请高手赐教!
|
E*V 发帖数: 17544 | 3 btw, please upload your photo to let me know you are a mm
【在 C******n 的大作中提到】 : 小女子在unix上用nohup命令,在batch mode下运行一个程序,但是不知在运行程序后 : ,如何查看该程序的进程?如何kill这个进程? : 恳请高手赐教!
|
C******n 发帖数: 284 | 4 Thank you!
And any idea how to kill the thread? |
E*V 发帖数: 17544 | 5 if you find the proces id (number)
kill -9 number
【在 C******n 的大作中提到】 : Thank you! : And any idea how to kill the thread?
|
C******n 发帖数: 284 | 6 Thank you!
And any idea how to kill the thread? |
C******n 发帖数: 284 | 7 thank you again! really appreciate this! |
E*V 发帖数: 17544 | 8 以身相许就免了,
还是上个照片吧,呵呵
【在 C******n 的大作中提到】 : thank you again! really appreciate this!
|