读书人

查看某个使用的pid

发布时间: 2013-07-20 11:07:48 作者: rapoo

查看某个应用的pid

ps aux|grep java|grep -v grep|awk '{print $2}'

读书人网 >操作系统

热点推荐