文章目录
帮助
ps --help all
man ps
kernel 源代码
procps
https://www.man7.org/linux/man-pages/man7/sched.7.html
获取进程的pgid
ps axo stat,euid,ruid,tty,tpgid,sess,pgrp,ppid,pid,pcpu,comm
查看进程的启动时间
ps -eo pid,start,etime,command
#ps -eo pid,start,etime,command | grep 35304
17217 13:19:07 13:05:20 abc 1 35304
<gen11bp2-sc2-b:root>/root: