I think it's a simple question, just not getting there. I want to create a simple symlink between users. Something like this:
ln -s /home/username1/domains/plugins/mypluginfolder /home/username2/domains/mydomain2.nl/public_html/plugins/mypluginfolder2
I think i'm stuck with permissions between two users. Also no problem to move the folder outside the other user. But need the symlink folder working on all accounts on the server. How to set this up properly?
ln -s /home/username1/domains/plugins/mypluginfolder /home/username2/domains/mydomain2.nl/public_html/plugins/mypluginfolder2
I think i'm stuck with permissions between two users. Also no problem to move the folder outside the other user. But need the symlink folder working on all accounts on the server. How to set this up properly?