does copy a file to a new directory chang the 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: how to copy file path
With a Mac- Command-Option-C
sudo cp -R /path/to/files/you/want/copied/ /copy/to/this/path/
With a Mac- Command-Option-C