linux 查寻某个程序是否在运行

linux 查找某个程序是否在运行ps -ef|grep 程序名如:ps -ef|grep java查找关于java的程序.

linux 查找某个程序是否在运行
ps -ef|grep 程序名
如:ps -ef|grep java
查找关于java的程序.