jackal

Well-Known Member
PartnerNOC
Feb 23, 2002
707
0
316
How would I do the following.
I have a skin here
usr/local/cpanel/base/frontend/test1.
I want to copy that skin to a user dir called testorg. What command do I use to that using SSH or Shell?

There I can edit skin.
Once I do that then I will make a new directory here usr/local/cpanel/base/frontend/new
Then I want to go into home/testorg/public_html and copy new edited skin to new dirctory called new found here.
usr/local/cpanel/base/frontend/new. What command do I use for copy here?
using SSH or Shell?
 

mrprez

Well-Known Member
Jun 14, 2002
93
0
166
cp /usr/local/cpanel/base/frontend/test1 /home/testorg/public_html

This will copy files to that directory.

cp /home/testorg/public_html/test1 /usr/local/cpanel/base/frontend/new

This will copy the completed files to the new dir.
 

jackal

Well-Known Member
PartnerNOC
Feb 23, 2002
707
0
316
tried that get something that says omitting directory but nothing gets copied