Hello,
Is it possible to link create symbolic links from one user to another? Without having issues with the permissions?
What I have done so far:
This gave me this:
I'm unsure if it's possible within DirectAdmin to achieve what I want.
Any help is appreciated.
Is it possible to link create symbolic links from one user to another? Without having issues with the permissions?
What I have done so far:
Code:
ln -s ln -s ./domains/<domain-name>/public_html ./public_html
This gave me this:
Code:
lrwxrwxrwx 1 root root 55 Aug 17 10:34 public_html -> /home/......
I'm unsure if it's possible within DirectAdmin to achieve what I want.
Any help is appreciated.