2018年12月30日
摘要: centos7环境下 临时关闭防火墙 #systemctl stop firewalld 临时关闭selinux #setenforce 0 安装ftp服务 #yum install vsftpd -y 修改配置文件 # vi /etc/vsftpd/vsftpd.conf #是否允许匿名用户登录a 阅读全文
posted @ 2018-12-30 23:25 阿小杜 阅读(4818) 评论(0) 推荐(0)