Answer the question
In order to leave comments, you need to log in
How to move everything from folder to folder in linux?
How to move everything in a folder to another folder?
For example from /var/www/ to /var/backup/ in the terminal
Answer the question
In order to leave comments, you need to log in
This can be done with the mv operation
mv /var/www/fileName.file /var/backup
From the terminal, you can call the detailed manual for the operation by entering "man mv"
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question