Linux: Copy data from source to destination

 


Linux: Copy data from source to destination

Example

cp -a /var/www/html/source/. /var/www/html/destination/

Comments