8 | cp command

Linux Command Line Tutorial


In this video we will learn how to use cp command. cp stands for copy.cp is used to create copy of file and folder. It is similar to copy and pasting in Graphical User Interface.

Remeber you can always type man cp to learn more about the command.

We will also learn about some flags along with cp command:

-i
-r
-v

Thank you 🙂

7 | rm and rmdir

Linux Command Line Tutorial


In this video we will learn how to use rm and rmdir commands. rm stands for remove and rmdir stands for remove directory.

We will also be looking at some of the flags which can be useful along with these commands.

Flags we will learn to use are:

rmdir:
-p

rm:
-r

Thank you 🙂