如何在标头就位的情况下 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
Run Code Online (Sandbox Code Playgroud)
不6-22:01:17
意味着它已经运行了6天?我正在尝试确定进程运行了多长时间......
第二列是进程ID吗?所以如果我这样做kill 32017
会杀死第二个进程?
linux ×1