Basic Commands

From HackRVA
Revision as of 10:22, 19 March 2016 by 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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