Answers for "how to copy directory to another directory in linux"

6

copy directory command in linux

$ cp -R <source_folder> <destination_folder>
Posted by: Guest on August-26-2020
1

how to copy directory to another directory in linux

cp -r <DIRECTORYPATH> <WHEREYOUWANTTOCOPYTO>
#for example
cp -r /home/thor/asia/india/bangalore /home/thor/
Posted by: Guest on December-28-2020
0

how to copy folder in linux

cp -r yourF ./desdination
Posted by: Guest on July-28-2021

Code answers related to "how to copy directory to another directory in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language