Lab 2 Description:
This lab 2 will teach you command mkdir, cp, mv, rm, help, man, whatis, alias.
Commands:
- mkdir:
It use to create a new directory.
- cp:
It uses to copy files to others location or copy files to files.
- mv:
it uses to move file to another location, or substitute files.
- rm:
it uses to remove a file or directory.
- help:
Display a simple information of a command.
- man:
Display a full information and more detailed of “x” command. (“x” means any command.
- whatis:
Display just a one line description of specification of that command.
- alias:
This command is used to make a shortcut of a command.