Home » CentOS » Copy all files and subdirs in directory Copy all files and subdirs in directory Posted on December 4, 2019March 16, 2020 by Kevin For this example I’m transferring files from ‘test’ into ‘server’ cp -rf /home/server/folder/test/* /home/server/ 0 0 votes Article Rating