Duration 2:00

[LIVE] Copy a directory/folder from one location to another in Linux via SSH/Putty

189 watched
0
2
Published 19 Jun 2023

Today in this video you will learn how to copy a directory in Linux CentOS. Follow the steps given below to copy a directory in Linux CentOS: Suppose that you are having a folder named "test1" located in "/home/username/public_html/Source/test1" and you want to copy the directory "test1" to /home/username/public_html/Destination. How to do it? So in order to copy this you just need to execute a simple command in PuTTy -------------------------------------------- cp -r /path/to/source /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!! For more information, kindly follow us on social media like Twitter and Facebook and for video tutorials, subscribe to our YouTube channel -/redserverhost.com Facebook Page- https://facebook.com/redserverhost Twitter Page- https://twitter.com/redserverhost.com Official Website- https://redserverhost.com If you have any query, feel free to let us know via the comments section below.

Category

Show more

Comments - 3