CentOS: Copy directory to another directory

BaTmaN :

I'm working with a CentOS server. I have a folder named test located in /home/server/folder/test. I need to copy the directory test to /home/server/. How can I do it?

James McLaughlin :
cp -r /home/server/folder/test /home/server/

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

Robocopy - Copy directory into another directory

Copy files in a directory to another directory

Ansible: copy a directory content to another directory

copy directory into another directory multiple times

Copy entire directory contents to another directory?

Copy directory to another directory using ADD command

Copy only the contents of a directory into another directory

find a file and copy it to another directory

find a file and copy it to another directory

Copy directory from another branch

Copy certain directories to another directory

Command to copy a file to another directory

BASH copy to another directory not working

Command to copy a file to another directory?

Copying / directory to another directory [OS:Centos-7]

how to copy a directory (folder and its contents) to another directory?

Unix Command to copy the unique files from one directory to another directory

How to copy matching files from directory/subdirectory to a another directory

Trying to copy files with multi-patterns from directory to another directory?

Copy files to another directory containing the same directory structure in bash

How to copy SELinux context from one directory and apply it to another directory?

How do i copy files from one directory to another directory?

How to copy first n images from a directory to another directory?

Edit all files in a directory and save as another copy

Dockerfile copy jar file from another directory

How to copy only folders from a directory into another

Copy files to same directory with another name

copy files with npm copyfiles to another directory

How to copy file into another directory in java 8?