Skip to content
Snippets Groups Projects
Forked from Utils / KWSys
Source project has a limited visibility.
  • Brad King's avatar
    b9b9aeda
    KWSys: List processes with "ps -ef" on OpenSolaris · b9b9aeda
    Brad King authored
    In order to kill process trees we need to list all processes to find
    those whose parent we are killing.  We implement process listing on
    OpenSolaris by using "ps -ef" and parsing the resulting format:
    
         UID   PID  PPID   C    STIME TTY         TIME CMD
         %*s    %d    %d   %*[^\n]\n
    b9b9aeda
    History
    KWSys: List processes with "ps -ef" on OpenSolaris
    Brad King authored
    In order to kill process trees we need to list all processes to find
    those whose parent we are killing.  We implement process listing on
    OpenSolaris by using "ps -ef" and parsing the resulting format:
    
         UID   PID  PPID   C    STIME TTY         TIME CMD
         %*s    %d    %d   %*[^\n]\n