Project

General

Profile

Actions

question_answer #4284

open

answer_ana

Added by UserName LastName over 1 year ago.

Status:
New
Priority:
Normal
Assignee:
-
Start date:
01/26/2024
Due date:
% Done:

0%

Estimated time:
answer:

- '选项A: ps -ef|grep java|awk ''{print $2}''|xargs kill -9'
- '选项C: ps aux|sed -n ''/java/p''|awk ''{print $2}|xargs kill'

answer_analysis:

关闭一个指定的进程可以使用命令 ps -ef|grep java|awk '{print $2}'|xargs kill -9 或者 ps aux|sed -n '/java/p'|awk
'{print $2}|xargs kill
...

No data to display

Actions

Also available in: Atom PDF