Help for this page

Select Code to Download


  1. or download this
    |-aterm(2559,ddicks)---screen(2560)---screen(2561)---bash(2563)---su(1
    +4303,root)---bash(14306)
    
  2. or download this
    foreach (@su_procs) {
        print "\n$_\n";
        $user eq split /.*\(/;
        print "$user\n";
    }