Answers for "linux copy folder to other folder"

5

copy folder linux command line

cp -R source_dir destination_dir
Posted by: Guest on July-31-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 "linux copy folder to other folder"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language