copy file to differenct dir linux code example
Example 1: linux copy folder with files
cp -R path_to_source path_to_destination/
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/