avatar
copy files using the terminal in Linux Linux

For example: navigate to the `Downloads` folder, copying a file using sudo cp, and moving it to the /opt/ directory.

cd ~/Downloads
sudo cp ideaIC-2021.3.1.tar.gz /opt/
You need to login to do this manipulation!