SyntaxFix
Write A Post
Hire A Developer
Questions
As I understand, you want to recursively copy test directory into /home/server/ path...
/home/server/
This can be done as:
-cp -rf /home/server/folder/test/* /home/server/
Hope this helps