Difference between revisions of "Class 1 09/06/2011"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
#* scp mane@computer:filename (source) name@computer:filename | #* scp mane@computer:filename (source) name@computer:filename | ||
#* scp filename (source) name@computer:filename if file already in current comp | #* scp filename (source) name@computer:filename if file already in current comp | ||
− | #mkdir make directory | + | #mkdir - make directory |
− | #printenv print environment | + | #printenv - print environment |
+ | #emacs, vi, vim | ||
+ | #make, gcc | ||
+ | #man - manual | ||
+ | #*man ls | ||
+ | #less | ||
+ | #rm remove |
Revision as of 19:53, 6 September 2011
- pwd - print working directory
- ls - list of files
- cd - change directory
- df - available space
- ssh - security shell, to login from one computer to other
- ssh username@othercomputer
- ssh shaproma@aztec.iac.isu.edu
- 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
- emacs, vi, vim
- make, gcc
- man - manual
- man ls
- less
- rm remove