Skip to main content

Linux Move Directory Command Line

To move SOURCE directory to a DEST directory use the mv command as follows:

 

mv source dest

mv /path/to/source /path/to/dest

Tags