ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,667
- Points
- 823
Reputation:
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
Continue reading...
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?Continue reading...