ow to copy file path code example
Example 1: how to copy file in root directory
sudo cp -R /path/to/files/you/want/copied/ /copy/to/this/path/
Example 2: copy directory with files
cp -r source_folder destination/path
sudo cp -R /path/to/files/you/want/copied/ /copy/to/this/path/
cp -r source_folder destination/path