Basic Commands: Difference between revisions
Jump to navigation
Jump to search
Ranthalion (talk | contribs) Created page with "ls - list directory cd - change directory mkdir - make directory touch - create a file top - list processes running cat - print the contents of a file tail/head - print part..." |
Ranthalion (talk | contribs) Basic Linux Commands |
||
Line 1: | Line 1: | ||
more | ;Basic Commands | ||
less | ; ls : list directory | ||
pwd | ;cd : change directory | ||
env | ;mkdir : make directory | ||
export | ;touch : create a file | ||
cp | ;top : list processes running | ||
mv | ;cat : print the contents of a file | ||
shutdown | ;tail/head : print part of the contents of a file | ||
;rm : remove/delete | |||
;more : Display output one screen at a time | |||
;less : Display output one screen at a time | |||
;pwd : print working directory | |||
;env : Environment variable | |||
;export :set an environment variable | |||
;cp : copy | |||
;mv : move | |||
;shutdown : shuts down the system |
Revision as of 09:28, 19 March 2016
- Basic Commands
- ls
- list directory
- cd
- change directory
- mkdir
- make directory
- touch
- create a file
- top
- list processes running
- cat
- print the contents of a file
- tail/head
- print part of the contents of a file
- rm
- remove/delete
- more
- Display output one screen at a time
- less
- Display output one screen at a time
- pwd
- print working directory
- env
- Environment variable
- export
- set an environment variable
- cp
- copy
- mv
- move
- shutdown
- shuts down the system