Basic Commands: Difference between revisions
Jump to navigation
Jump to search
Ranthalion (talk | contribs) No edit summary |
Ranthalion (talk | contribs) No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Introduction to Linux(Linux 4 n00bs)]] | |||
;Basic Commands | ;Basic Commands | ||
; ls : list directory | ; ls : list directory | ||
Line 12: | Line 13: | ||
;rm : remove/delete | ;rm : remove/delete | ||
;more : Display output one screen at a time | ;more : Display output one screen at a time | ||
;less : Display output one screen at a time | ;less : Display output one screen at a time with more features than more | ||
;pwd : print working directory | ;pwd : print working directory | ||
;env : Environment variable | ;env : Environment variable |
Latest revision as of 10:15, 19 March 2016
Introduction to Linux(Linux 4 n00bs)
- Basic Commands
- ls
- list directory
- cd
- change directory
- mkdir
- make directory
- touch
- create a file
- echo
- print the string to standard output
- >>
- redirect output
- 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 with more features than more
- pwd
- print working directory
- env
- Environment variable
- export
- set an environment variable
- cp
- copy
- mv
- move
- shutdown
- shuts down the system