运维网's Archiver
论坛
›
Shell/Powershell
› shell 自动化安装Vsftpd
xiyou
发表于 2018-8-18 12:21:33
shell 自动化安装Vsftpd
#!/bin/bash #2017年11月19日09:30:10
#config_vsftpd v1
################
yum install vsftpd -y 安装Vsftpd用户
yum install db4* -y 安装db4数据库
service iptables stop 关闭防火墙
setenforce 0关闭selinux
cat>/etc/vsftpd/ftpusers.txt
页:
[1]
查看完整版本:
shell 自动化安装Vsftpd