How to copy the folder in linux

Code examples

32
0

copy folders linux

cp -R source_dir destination_dir
#example
cp -R /etc /etc_backup
9
0

copy folder linux

cp -R dir1 dir2
7
0

copy folder ubuntu

$ cp -r /source_directory /destination_directory
3
0

copy folder linux command line

cp -R source_dir destination_dir
1
0

copy directory command in linux

$ cp -R <source_folder_1> <source_folder_2> ... <source_folder_n>  <destination_folder>
0
0

how to copy directory to another directory in linux

cp -r <DIRECTORYPATH> <WHEREYOUWANTTOCOPYTO>
#for example
cp -r /home/thor/asia/india/bangalore /home/thor/

Similar pages

Similar pages with examples

In other languages

This page is in other languages

Русский
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................