click here
Active member
Would like to move my forums from my /forums directory down to the root directory, what syntax would be best?
From example.com at the CLI would I use something like
From example.com at the CLI would I use something like
cp -a forums/. ./
to copy the contents of "example.com/forums" down to "example.com"? Or would something else be better?