Help for this page

Select Code to Download


  1. or download this
     # su -root -c 'command' 
     Password:
    
  2. or download this
    
    my  $t = Net::Telnet->new( -host => $ip , -timeout => 60, -errmode => 
    +"return");
    ...
            );
            #my $cmd2 = "su root -c ls ";