Difference between revisions of "Process"

From Linuxintro
imported>ThorstenStaerk
(New page: Process-related commands: * bg * fg * jobs)
 
imported>ThorstenStaerk
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
Process-related commands:
 
Process-related commands:
  
* bg
+
* [[bg]] -- sends a job into the background
* fg
+
* [[fg]] -- sends a job into the foreground
* jobs
+
* [[jobs]] -- shows all jobs
 +
* [[ps]] -- shows all processes
 +
* [[disown]]
 +
 
 +
To kill processes that e.g. prevent the CDROM from being ejected, use [[lsof]].

Latest revision as of 10:00, 16 December 2011

Process-related commands:

  • bg -- sends a job into the background
  • fg -- sends a job into the foreground
  • jobs -- shows all jobs
  • ps -- shows all processes
  • disown

To kill processes that e.g. prevent the CDROM from being ejected, use lsof.