51CTO博客开发
vsftpd可以通过rpm包或者源码安装,通过rpm安装只需使用yum命令即可,这里介绍源码安装。其官方地址为http://vsftpd.beasts.org/,这里以3.0.2版本介绍vsftpd的安装与配置。文件的组成:/etc/vsftpd: 配置文件目录/etc/rc.d/init.d/vsftpd: 服务脚本/usr/sbin/vsftpd: 主程序/va
一、配置防火墙,开启80端口、3306端口CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。1、关闭firewall:systemctl stop firewalld.service #停止firewallsystemctl disable firewalld.service #禁止firewall开机启动 2、安装iptab
yum centos7.0
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号