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 🙂

2 | ls command

Linux Command Line Tutorial


ls command is used to list contents of present working directory. It can also list contents of any given path be. Path can be both absolute and relative path.

We will also learn about certain flags which can be used to modify or narrow down the listing.

If you have any requests for future videos you can POST them in comments or mail it to me.

Thank you 🙂