linux copy file from one dir to another code example
Example 1: copy all files from a folder to another ubuntu
cp -a ./source/. ./dest/
Example 2: how to copy file to another directory in linux
cp -r <FILEPATH> <WHEREYOUWANTTOCOPYTO>
#for example
cp -r /home/thor/asia.txt /home/thor/