Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Linux bash 中,四列是什么意思ps?
ps
例如
PID TTY TIME CMD 15286 pts/498 00:00:00 bash 30887 pts/498 00:00:00 ps
从man页面:
man
它显示进程 ID (pid=PID)、与进程关联的终端 (tname=TTY)、[dd-]hh:mm:ss 格式 (time=TIME) 的累积 CPU 时间和可执行文件名称 (ucmd =CMD)。