cp source_file destination_file
This is linux terminal based copy and paste . In similar fashion to move a file from one place to another use 'mv' command with same syntax as cp . In order to copy multiple files within same folder use reccursive flag '-r'.