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

From New IAC Wiki
Jump to navigation Jump to search
(Created page with '[https://wiki.iac.isu.edu/index.php/Simulations_of_Particle_Interactions_with_Matter._Dr._Forest._Fall_2011 go back] #pwd - print working directory #ls - list of files #cd - c…')
 
Line 11: Line 11:
 
#* ssh shaproma@aztec.iac.isu.edu
 
#* ssh shaproma@aztec.iac.isu.edu
 
#scp - security copy
 
#scp - security copy
 +
#* scp mane@computer:filename (source) name@computer:filename
 +
#* scp filename (source) name@computer:filename  if file already in current comp
 +
#mkdir make directory
 +
#printenv print environment

Revision as of 19:49, 6 September 2011

go back


  1. pwd - print working directory
  2. ls - list of files
  3. cd - change directory
  4. df - available space
  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