Linux command line

From CoinWiki
Revision as of 16:20, 28 February 2018 by QuintonP (talk | contribs) (Created page with "The Linux command line is an interface that allows the user to interact with the computer via texted based commands. === Common Commands === == Navigation == * pwd - Sho...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The Linux command line is an interface that allows the user to interact with the computer via texted based commands.

Common Commands

Navigation

  • pwd - Shows the working directory
  • ls - Lists files in working directory
  • cd - Change working directory

Manipulating Files

  • cp - Copy directories and files
  • mv - Rename or more files or directories