How to Move multiple Directories in Linux CentOS?

preview_player
Показать описание
Today in this video you will learn how to move multiple directories in Linux CentOS.
Follow the steps given below to move multiple directories in Linux CentOS:
Suppose that you are having a folder named "test1" and "test2" located in "/home/username/public_html/Source/" and you want to copy both directory "test1" & "test2" to /home/username/public_html/Destination. How to do it?

So in order to move this directories you just need to execute a simple command in PuTTy

--------------------------------------------
mv -v /path/to/source/folder1 /path/to/source/folder2 /path/to/destination
--------------------------------------------
where /path/to/source is "/home/username/public_html/Source/test1" and /path/to/destination is "/home/username/public_html/Destination"

Watch the video carefully so that you don't miss anything.

Hope this helps!!

If you have any query, feel free to let us know via the comments section below.
Рекомендации по теме
welcome to shbcf.ru