User Tools

Site Tools


mkatari-bioinformatics-august-2013-introlinuxnotes

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
mkatari-bioinformatics-august-2013-introlinuxnotes [2015/06/11 11:37] – [Transferring Files] mkatarimkatari-bioinformatics-august-2013-introlinuxnotes [2015/06/11 11:46] – [Controlling Jobs] mkatari
Line 302: Line 302:
 </code> </code>
  
 +====== Controlling Jobs ======
 +
 +The following commands and keyboard short-cuts can come in handing when you need to cancel, suspend, or start a job.
 +
 +^Command^Action^
 +|ctrl-C|Terminate current running job|
 +|ctrl-Z|Suspend Jobs|
 +| bg | Once a job has been suspended ''bg'' can be put in the background |
 +| fg | In order to put a background job in the foreground type ''fg''|
 +| & | When executing a command and you want to put it in the background immediately put the ''&'' symbol at the end of the command.|
 +| jobs | This gives a list of jobs (suspended, running, and terminating)|
 +| top | This starts an interface where you can see all jobs. To see all jobs under your account type ''u'' and then when prompted, your account id.
 ====== Exercise ====== ====== Exercise ======
  
mkatari-bioinformatics-august-2013-introlinuxnotes.txt · Last modified: 2015/06/11 11:50 by mkatari