Use the cp
command to copy files from the current directory.
For example:
cp example.jpg /home/username/Pictures
creates a copy of the example.jpg
in the Pictures
directory.
to copy a directory, use the -r
flag:
cp -r /home/username/Pictures /home/username2/