如何在标头到位的情况下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吗?因此,如果我这样做kill 32017
会杀死第二个进程?