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?
Reply
Similar articles
- How to fix: 'Windows can't find the file c:Google. E0D. tmp. Google. exe"?
- Where can I get the Rufus application for Ubuntu? How can I install it?
- How can I create a text file in Linux?
- When you want to delete a file and you get the warning 'The action cannot be completed because another program opened the folder', is there a way to know which program has it open?
- Which Linux OS operating system should I use as a beginner: Ubuntu or Kali Linux and why?
From console with command cp to copy and mv to move
example
cp /var/www/test.html /var/test.html
Cp /var/test.html