show processes on system with ps

来源:互联网 发布:c语言深度剖析 第二版 编辑:程序博客网 时间:2024/05/22 15:05

ps -xj

 

  • The output should be similar to this one:

    +------+------+------+------+-----+-------+------+------+------+-----+| PPID | PID  | PGID | SID  | TTY | TPGID | STAT | UID  | TIME | CMD |+------+------+------+------+-----+-------+------+------+------+-----+|    1 | 3387 | 3386 | 3386 | ?   |    -1 | S    | 1000 | 0:00 | ./  |+------+------+------+------+-----+-------+------+------+------+-----+

     

  • 0 0
    原创粉丝点击