Help for this page

Select Code to Download


  1. or download this
    my $cmd = "sudo mount -o username='admin',password='',rw,uid='customer
    +',gid='customer' '//192.168.1.103/shared' '/home/customer/mnt'";
    my $res = `$cmd`;
    
  2. or download this
    my $cmd = "sudo mount -o username='admin',password='',rw,uid='customer
    +',gid='customer' '//192.168.1.103/shared' '/home/customer/mnt'";
    my $res = `gnome-terminal -e "$cmd"`;