centos 搜索进程、关闭进程。

centos 搜索进程、关闭进程。

[root@hadoop14 ~]# ps -ef | grep java
root      30111  27169  0 21:57 pts/0    00:00:00 grep --color=auto java
root     104067      1  0 21:00 ?        00:00:20 java -jar Jenkins.jar
[root@hadoop14 ~]# kill 104067
[root@hadoop14 ~]# 

你可能感兴趣的:(linux,linux,java,centos)