如何在头部到位的情况下grep PS输出?
这两个过程组成了我的服务器上运行的应用程序….
root 17123 16727 0 16:25 pts/6 00:00:00 grep GMC root 32017 1 83 May03 ? 6-22:01:17 /scripts/GMC/PNetT-5.1-SP1/PNetTNetServer.bin -tempdir /usr/local/GMC/PNetT-5.1-SP1/tmpData -D
6-22:01:17表示它已经运行了6天?我想确定进程运行的时间长度……
第二列是进程ID吗?所以,如果我杀了32017它会杀死第二个进程?
解决方法
ps -ef | egrep "GMC|PID"
根据需要更换“GMC”和ps开关.
输出示例:
root@xxxxx:~$ps -ef | egrep "disk|PID" UID PID PPID C STIME TTY TIME CMD paremh1 12501 12466 0 18:31 pts/1 00:00:00 egrep disk|PID root 14936 1 0 Apr26 ? 00:02:11 /usr/lib/udisks/udisks-daemon root 14937 14936 0 Apr26 ? 00:00:03 udisks-daemon: not polling any devices