ubuntu:processes:run_a_process_in_the_background
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ubuntu:processes:run_a_process_in_the_background [2019/12/14 18:59] – created peter | ubuntu:processes:run_a_process_in_the_background [2020/07/15 09:30] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 3: | Line 3: | ||
---- | ---- | ||
- | Launch a program from the shell. | + | ===== Launch a program from the shell ===== |
+ | |||
+ | Example program | ||
+ | |||
+ | <code bash> | ||
+ | htop | ||
+ | </ | ||
Line 10: | Line 16: | ||
Press CTRL + z keys. | Press CTRL + z keys. | ||
- | <bash code> | + | < |
CTRL z | CTRL z | ||
</ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | <code bash> | ||
+ | [1]+ Stopped | ||
+ | </ | ||
+ | |||
+ | This places htop into the background. | ||
+ | |||
+ | Other commands can not be run from the shell. | ||
---- | ---- | ||
Line 22: | Line 38: | ||
</ | </ | ||
+ | This returns htop to be showing its usual output on the screen. | ||
ubuntu/processes/run_a_process_in_the_background.1576349948.txt.gz · Last modified: 2020/07/15 09:30 (external edit)