Help for this page

Select Code to Download


  1. or download this
    for (`ps -ef`) {
        my ($user, $pid, $ppid, $c, $stime, $tty, $time, $cmd) = split /\s
    ++/, $_, 8;
        next unless $user eq 'acuser';
        ...
    }