User Tools

Site Tools


ubuntu:processes:run_a_process_in_the_background

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ubuntu:processes:run_a_process_in_the_background [2019/12/14 18:59] – created peterubuntu: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 
 +</code>
  
  
Line 10: Line 16:
 Press CTRL + z keys. Press CTRL + z keys.
  
-<bash code>+<code bash>
 CTRL z CTRL z
 </code> </code>
 +
 +returns:
 +
 +<code bash>
 +[1]+  Stopped                 htop
 +</code>
 +
 +This places htop into the background.
 +
 +Other commands can not be run from the shell.
  
 ---- ----
Line 22: Line 38:
 </code> </code>
  
 +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)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki