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 では、4 つの列は何を意味し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 形式の累積 CPU 時間 (time=TIME)、および実行可能ファイル名 (ucmd =CMD)。