<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <tt>Dear Ali,<br>
      <br>
      like you would do in a standard Linux shell, you can launch one of
      the programs in background by invoking it with a final '&'.
      For example:<br>
      <br>
      # ./my_program.run &<br>
      <br>
      This will free the command line prompt for launching additional
      programs. If you want to access the list of programs started in
      background with the above technique you can use the command
      'jobs'. Finally, if you want to abruptly terminate one of the
      programs started in background you can use 'kill %N', where N is
      the number associated with the program of interest in the output
      of 'jobs'.<br>
      <br>
      Another possibility is to start the 'screen' terminal multiplexer
      in advance, which provides you with multiple shells in the same
      window which you can easily switch among. Please refer to the
      official documentation to learn about its usage:
      <a class="moz-txt-link-freetext" href="http://www.gnu.org/software/screen/manual/screen.html">http://www.gnu.org/software/screen/manual/screen.html</a><br>
      <br>
      Regards,<br>
      Massimo<br>
      <br>
      <br>
    </tt>
    <div class="moz-cite-prefix">Il 15/01/15 20:24, ali kaddouri ha
      scritto:<br>
    </div>
    <blockquote cite="mid:DUB119-W307A89644F08E052EFD460C64E0@phx.gbl"
      type="cite">
      <style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style>
      <div dir="ltr">hello,
        <div><br>
        </div>
        <div>i want to launch two program in one virtual machine. how
          can i do that ?</div>
        <div><br>
        </div>
        <div>thaks</div>
      </div>
    </blockquote>
    <br>
  </body>
</html>