Difference between revisions of "Class 1 09/06/2011"

From New IAC Wiki
Jump to navigation Jump to search
Line 31: Line 31:
  
 
#ssh shaproma@aztec.iac.isu.edu
 
#ssh shaproma@aztec.iac.isu.edu
#cp -R ~tforest/NucSim/Day1 ./
+
#cp -R ~foretony/NucSim/Day1 ./

Revision as of 20:23, 6 September 2011

go back


List of important Commands

  1. ls - list of files
  2. pwd - print working directory
  3. cd - change directory
  4. df - available space
    • df -h
  5. ssh - security shell, to login from one computer to other
    • ssh username@othercomputer
    • ssh shaproma@aztec.iac.isu.edu
  6. scp - security copy
    • scp mane@computer:filename (source) name@computer:filename
    • scp filename (source) name@computer:filename if file already in current comp
  7. mkdir - make directory
  8. printenv - print environment
  9. emacs, vi, vim
  10. make, gcc
  11. man - manual
    • man ls
  12. less
  13. rm remove


Learn emacs

list of command to do every day

  1. ssh shaproma@aztec.iac.isu.edu
  2. cp -R ~foretony/NucSim/Day1 ./