..


Sponsored Links

How do I launch a background process?

To launch a background process is a this syntax:

 



 In this way does not print the job output and the shell returns immediately available to execute new commands.

 

Once you launch a background process the terminal responds with the job number and the PID of the process, for example:

 



 [1] 1234

 

To kill the process will suffice:

 



 kill 1234

 

or:

 



 kill% 1

 
In the same category ...
E-Learning
Linux (Course) Linux (Course)
Complete guide to open-source system. From 49 €.
PHP (Course) PHP (Course)
Full course for creating dynamic Web sites. From 49 €.
Ruby and Ruby on Rails (Course) Ruby and Ruby on Rails (Course)
Create software and Web applications with Ruby and RoR. From 39 €.
Sponsored Links