Linux服务管理之FTP配置简要步骤
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux服务管理之FTP配置简要步骤相关的知识,希望对你有一定的参考价值。
1.准备环境
[[email protected] ~]# uname -r
3.10.0-693.el7.x86_64
[[email protected] ~]# cat /etc/redhat-release
CentOS Linux release 7.4.1708 (Core)
2.关闭防火墙以及selinux
[[email protected] ~]# systemctl stop firewalld
[[email protected] ~]# systemctl disable firewalld
[[email protected] ~]# setenforce 0
3.安装vsftpd
服务
[[email protected] ~]# yum install vsftpd db4-utils -y
4.启动ftp
服务并加入开机自启动
[[email protected] ~]# systemctl start vsftpd
[[email protected] ~]# systemctl enable vsftpd
5.在网页查看ftp
是否配置成功
以上是关于Linux服务管理之FTP配置简要步骤的主要内容,如果未能解决你的问题,请参考以下文章