阿里云centos6.9使用yum安装vsftpd启动失败
问题描述
请问我还要通过哪里寻找问题呢?
问题解答
回答1:要配置。
1、yum -y install vsftpd.i* 2、增加用户组groupadd wwwroot增加用户useradd -g wwwroot -M -d /var/www -s /sbin/nologin ftpflashgou设置密码passwd ftpflashgou
3、创建文件夹:mkdir /var/www mkdir /var/www/logs
4、编辑vi /etc/vsftpd/vsftpd.conf文件,按i进行编辑,将anonymous_enable=yes改为no,并在其后增加:user_config_dir=/etc/vsftpd chroot_list_enable=YES chroot_list_file=/etc/vsftpd/chroot_list xferlog_file=/var/www/logs/vsftpd.log ftpd_banner=welcome to flashgou vsftpd. max_clients=4 max_per_ip=2 use_localtime=YES按esc,再按:wq退出。5、创建文件vi /etc/vsftpd/chroot_list,新增ftpflashgou用户
6、权限,直接输入:chown -R ftpflashgou.wwwroot /var/www chmod -R 755 /var/www
回答2:最后重启linux就可以了,why。。。我一直以为linux不用重启的
相关文章:
1. index.php错误,求指点2. python局部变量的问题3. 语法错误,意外’:’4. 关于mysql unique的问题,如图所示5. mysql - 要取出数据库中按某字段排序后的前10,20,30条数据要怎么做?6. android - Windows系统下运行react-native App时,报下面的错误?7. node.js - win7 grunt不是内部或外部命令。8. c++ - pycharm 4.5 的 python -> preferences 找不到9. Docker for Windows10 配置共享文件夹失败该如何解决?10. showpassword里的this 是什么意思?代表哪个元素