Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl
    use strict;
    use warnings;
                 
        system("sdb -d root on 'sdb -d shell; cd /opt; ls';bash ");
    
  2. or download this
        system("sdb -d shell 'cd /opt; ls';bash ");
    
  3. or download this
       system("sdb -d root on");