ps --ppid

This commit is contained in:
albert
2003-02-09 07:31:11 +00:00
parent b8e27a1ecf
commit f5702f2c75
7 changed files with 16 additions and 1 deletions

View File

@ -143,6 +143,7 @@ static void arg_show(void){
case SEL_FGID: show_gid("FGID", walk->n, walk->u); break;
case SEL_PGRP: show_pid("PGRP", walk->n, walk->u); break;
case SEL_PID : show_pid("PID ", walk->n, walk->u); break;
case SEL_PPID: show_pid("PPID", walk->n, walk->u); break;
case SEL_TTY : show_tty("TTY ", walk->n, walk->u); break;
case SEL_SESS: show_pid("SESS", walk->n, walk->u); break;
case SEL_COMM: show_cmd("COMM", walk->n, walk->u); break;