I have untar wordpress. It creates a wordpress dir.
I want to move the files under this dir to mydomain.com dir but this doesn't work
mv wordpress/* mydomain.com
What's the syntax then ?
Thanks.
|
I have untar wordpress. It creates a wordpress dir. I want to move the files under this dir to mydomain.com dir but this doesn't work
What's the syntax then ? Thanks. |
|||||
|
|
The easiest way, if the 'mydomain.com' directory doesn't exist yet, is actually to rename 'wordpress' into 'mydomain.com':
If 'mydomain.com' already exists and you want to add the files from 'wordpress' to it, then:
should do. |
|||||
|
|
you need to |
|||||
|