|
06-24-2007, 11:17 AM
I went ahead and used EMPTY. If that doesn't work, I can go back and use DROP.
At the command line, how do I move the contents of:
/home/fantastico_backups/home/xxxxxxxx/public_html/
to:
/home/public_html/
I'll keep reading.
Edit 1:
mv fantastico_backups/home/xxxxxxxx/public_html/ public_html/
(this creates a new public_html within existing web public_html -- not a great idea.)
Edit 2:
mv fantastico_backups/home/xxxxxxxx/public_html/ public_html
(this also creates a new public_html within existing web public_html)
|