How to make different users interact on a server?
HiI am looking for some specific information. Wonder if you guys can help me.
I own a couple of dedicated boxes and want to do the following:
Lets say I have 2 different accounts for 2 different domains. On one of these domains I have a automatic page builder script which builds static pages for my dynamic content. Now this script can also put content from certain categories on a different domain. However it needs write access to the place the content is supposed to be build.
In short: Script is hosted at:
/home/user1/www/dir/
and should be able to write to:
/home/user2/www/dir/
However user1 doesn't have permissions to write to user2... how can I change that?
I know it badly put, but I just can't seem to simplify it!
Addl info:
I have a WHM and complete access to the server as root.