Re: Tux and Symbolic links.
Ingo Molnar <[email protected]>
| Newsgroups | gmane.network.tux |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 24 Apr 2002, Serge Sozonoff wrote: > Anyone have a Tux patch to get Tux to follow Symbolic links? it follows symbolic links, but within the chroot() jail - all symbolic links are relative to docroot. If you want to allow TUX to access portions of the filesystem space that are not within the chroot() jail then you can use the 'mount --bind ' method to 'hard-link' directories into the TUX docroot space. Ingo