Answers for "copy directory"

37

copy folders linux

cp -R source_dir destination_dir
#example
cp -R /etc /etc_backup
Posted by: Guest on June-01-2020
11

copy folder linux

cp -R dir1 dir2
Posted by: Guest on May-14-2020
5

copy folder linux command line

cp -R source_dir destination_dir
Posted by: Guest on July-31-2020
-1

copy directory

cp -r source_folder destination/path
Posted by: Guest on March-04-2021

Code answers related to "copy directory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language