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
Next revisionBoth sides next revision
mkatari-bioinformatics-august-2013-introlinuxnotes [2015/06/11 11:33] – [Transferring Files] mkatarimkatari-bioinformatics-august-2013-introlinuxnotes [2015/06/11 11:41] – [Transferring Files] mkatari
Line 293: Line 293:
 the : at the end is very important because it tells the shell that is a server and not a file name. The : by itself puts the file in your home directory, but you can specify a specific path if you wanted to. the : at the end is very important because it tells the shell that is a server and not a file name. The : by itself puts the file in your home directory, but you can specify a specific path if you wanted to.
  
 +Now to copy the file back to my computer I will use the following command. Note that this time I am also renaming the file on my computer.
 +
 +<code>
 +[Manpreet.WIN-OAOVO3NM02E] ➤ scp mkatari@hpc.ilri.cgiar.org:allusers_local.txt ./return_allusers.txt
 +Unauthorized access is prohibited.
 +allusers_local.txt                        100%   18KB  18.2KB/  00:00
 +                 
 +</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-Z|Suspend Jobs|
  
 ====== Exercise ====== ====== Exercise ======
mkatari-bioinformatics-august-2013-introlinuxnotes.txt · Last modified: 2015/06/11 11:50 by mkatari