There are requirements to setup some virtual directory to some users, I think this can be solved by symbol link at first, but it does not work, then got answers from google: just use the mount command.
for example:
mount a directory in my home directory (the directory must exist):
sudo mount –bind /var/ftp/incoming ~/incoming
发表回复