Lab 2

Objective:

  • Create a new page in your portfolio and name it “Lab 2” with “EMT 2390L” as its parent.
  • For each of the following commands write a description of what it does and provide a screenshot with an example of its usage:
  1. mkdir
  2. cp
  3. mv
  4. rm
  5. help
  6. man
  7. whatis
  8. alias

 

Command: whatis

Description: Provides very brief descriptions of command line

whatis

 

Command: rm

Description: Remove Files

rm

 

Command: mv

Description: Move or rename file or directories.

mv

 

Command: mkdir

Description: Create new folder(s)

mkdir

 

Command: man

Description: Help manual

man

 

Command: help

Description:Display help for a built-in command

help

 

Command: cp

Description: Copy one or more files to another location 

CP_1

CP_2

 

Command: alias

Description: Create an alias or command

Note: I created a command when I type dog it will then display in text “bark”.

alias

Leave a Reply

Your email address will not be published. Required fields are marked *