I am trying to take a file from my server's root directory and copy it to the cgi-bin in all of my domains. (Note, this is on a pleske box).
For the life of me, I can't remember how to do this.
This is what I tried using:
cp t_links.words /home/httpd/vhosts/*/cgi-bin/
The first domain works fine but then I get the following error for the rest of the domains:
cp: omitting directory `/home/httpd/vhosts/mydomain.com/cgi-bin/
Any suggestions?
Thanks,
Brian