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

ps -ef|grep 程序名
如:ps -ef|grep java
查找关于java的程序.

猜你喜欢

转载自lzj0470.iteye.com/blog/941145
今日推荐