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/03 17:57] – [Command Line Editing] mkatarimkatari-bioinformatics-august-2013-introlinuxnotes [2015/06/03 18:11] mkatari
Line 51: Line 51:
 |Ctrl-Y| paste| |Ctrl-Y| paste|
 |Ctrl-C| stop a running job| |Ctrl-C| stop a running job|
 +
 +Once you press enter the program will be executed. When your prompt returns, you know that the program has finished. If there is an output to the program it usually prints it on the screen (often referred to as the standard output)
 +
 +In the example below, ''date'' is a command that is being executed with no arguments. Many commands/programs have options that are provided immediately following the command. In the ''ls -l'' example, ls is the command and everything else are options that are provided.
 +
 +<code>
 +[mkatari@hpc ~]$ date
 +Wed Jun  3 21:10:57 EAT 2015
 +[mkatari@hpc ~]$ ls -l
 +total 19443152
 +-rw-rw-r--. 1 mkatari mkatari      16263 Jun  3 16:29 03-06-2015.pdf
 +-rw-rw-r--. 1 mkatari mkatari     990646 Jun 12  2014 _1.fastq
 +-rw-rw-r--. 1 mkatari mkatari     381856 Jun 12  2014 _2.fastq
 +</code>
  
 ====== Logging in with X Windows ====== ====== Logging in with X Windows ======
  
-In cases where a program requires a GUI, you should log in using the –X option.+In cases where a program requires a GUI, you should log in using the ''–X'' option.
 This opens a tunnel to your computer allowing all windows to open in your computer. This opens a tunnel to your computer allowing all windows to open in your computer.
 For this to work you need X11 installed on your computer (MobaXterm already has one) For this to work you need X11 installed on your computer (MobaXterm already has one)
Line 72: Line 86:
  
 {{:emacswindow.png?300|}} {{:emacswindow.png?300|}}
 +
 +====== Home Sweet Home ======
 +
 +When you first log in, you will be in a directory called “''home directory''
 +<code>
 +/home/<your username>
 +</code>
 +Generally in this directory you have complete control over creating, modifying, and executing files in this or any sub directory you create. In order to return to your home directory simply type the command: ''cd ~'' at the prompt. Unless appropriate changes have been made you can can not enter anyone’s directory or even see what is in it.
 +
  
  
mkatari-bioinformatics-august-2013-introlinuxnotes.txt · Last modified: 2015/06/11 11:50 by mkatari