Difference between revisions of "Linux command line"

From CoinWiki
Jump to: navigation, search
Line 21: Line 21:
 
* help - Display reference page for shell commands
 
* help - Display reference page for shell commands
 
* man - Display on-line command reference
 
* man - Display on-line command reference
 +
 +
__NOTOC__

Revision as of 23:16, 5 March 2018

The Linux command line takes user inputed commands from a keyboard and gives them to the computer to perform.


Common Commands

Navigation

  • pwd - Shows the working directory
  • ls - Lists files in working directory
  • cd - Change working directory
  • less - View text files
  • file - Specifies files contents

Manipulating Files

  • cp - Copy files and directories
  • mv - Rename or move files or directories
  • rm - Remove files and directories
  • mkdir - Create directory

Assistance Commands

  • type - Display information about command type
  • which - Locate a command
  • help - Display reference page for shell commands
  • man - Display on-line command reference