[Netkit.users] Execute two program in a virtual machine

Massimo Rimondini rimondin at dia.uniroma3.it
Thu Jan 15 22:19:57 CET 2015


Dear Ali,

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:

# ./my_program.run &

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'.

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:
http://www.gnu.org/software/screen/manual/screen.html

Regards,
Massimo


Il 15/01/15 20:24, ali kaddouri ha scritto:
> hello,
>
> i want to launch two program in one virtual machine. how can i do that ?
>
> thaks

-------------- parte successiva --------------
Un allegato HTML ? stato rimosso...
URL: <http://list.dia.uniroma3.it/pipermail/netkit.users/attachments/20150115/1568040b/attachment.html>


More information about the Netkit.users mailing list