Advertisement

vsftpd mount 多个目录

阅读量:

引言

vsftpd的配置文件仅支持为单一用户指定一个共享目录,此时可通过mount命令将尚未共享的其他目录挂载至已设置的共享目录中。

小标题

接下来我们先对mount的相关说明进行查看

复制代码
    The bind mounts.
              Since Linux 2.4.0 it is possible to remount part of the file hierarchy somewhere else. The call is
                     mount --bind olddir newdir
              or shortoption
                     mount -B olddir newdir
              or fstab entry is:
                     /olddir /newdir none bind
    
              After  this  call the same contents is accessible in two places.  One can also remount a single file
              (on a single file). 

全部评论 (0)

还没有任何评论哟~