..
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] 1234To kill the process will suffice:
kill 1234or:
kill% 1
| |
Linux (Course)
Complete guide to open-source system. From 49 €. |
| |
PHP (Course)
Full course for creating dynamic Web sites. From 49 €. |
| |
Ruby and Ruby on Rails (Course)
Create software and Web applications with Ruby and RoR. From 39 €. |