在Linux系统中建立FTP服务器,并根据以下要求配置服务器。为了安全,限制普通用户test,禁止切换到其他目录,只能在自己的家目录中新建目录,上传和下载文件。
正确答案:
vi /etc/vsftpd/vsftpd.conf
chroot_list_enable=yes //是否将系统用户限制在自己的家目录下 chroot_list_file=/etc/vsftpd/chroot_list //限制用户的文件
Service vsftpd restart
Vi /etc/vsftpd/chroot_list //chroot_list中存放的是被限制的用户名单
test
chroot_list_enable=yes //是否将系统用户限制在自己的家目录下 chroot_list_file=/etc/vsftpd/chroot_list //限制用户的文件
Service vsftpd restart
Vi /etc/vsftpd/chroot_list //chroot_list中存放的是被限制的用户名单
test
答案解析:有
微信扫一扫手机做题