Home > How Can I Copy A File To Another Directory And Move It To The New Directory In Ubuntu?
Question

How can I copy a file to another directory and move it to the new directory in Ubuntu?

Answers
04/29/2022
Ellen Gossage

From console with command cp to copy and mv to move

example

cp /var/www/test.html /var/test.html

Cp /var/test.html

Reply
What programs for Ubuntu are cool and little known? :: How to create a graphical environment for Linux? I would just like to know where to look.
Useful Links