how to send a file to the root directory in the linux server code example
Example: how to copy file in root directory
sudo cp -R /path/to/files/you/want/copied/ /copy/to/this/path/
sudo cp -R /path/to/files/you/want/copied/ /copy/to/this/path/