Centos7安装vsftpd读取文件为空
解决办法
[root@es1 /]# setenforce 0
[root@es1 /]# systemctl stop firewalld
[root@es1 /]# systemctl disable firewalld
[root@es1 /]# vim /etc/selinux/config
SELINUX=enforcing
修改为
SELINUX=disabled
[root@es1 /]# setenforce 0
[root@es1 /]# systemctl stop firewalld
[root@es1 /]# systemctl disable firewalld
[root@es1 /]# vim /etc/selinux/config
SELINUX=enforcing
修改为
SELINUX=disabled
评论 (0)