LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Symlinks (https://www.linuxquestions.org/questions/linux-software-2/symlinks-899134/)

Zycus 08-24-2011 05:25 AM

Symlinks
 
I am facing an issue with symlinks within the /home/user folder
I have /home/user/www
I make a symlink : /home/user/public_html to /home/user/www
yet vsftpd doesnt allow me to access /home/user/public_html
can anyone help ?

bathory 08-24-2011 01:16 PM

Hi,

vsftpd does not allow symlinks. If you want the same functionality, you should use "mount --bind".
Take a look at this howto for details

Regards


All times are GMT -5. The time now is 10:33 PM.