麟の随笔

  • 游戏
  • 影视
  • Tech
  1. 首页
  2. 科技
  3. Linux
  4. 正文

银河麒麟中安装FTP

2023年1月3日 1446点热度 0人点赞 0条评论

一、vsftpd安装

1、安装服务

yum install -y vsftpd

file

2、开启服务

systemctl enable vsftpd.service
systemctl start vsftpd.service

file

3、查看端口

netstat -antup | grep ftp

file

4、关闭防火墙

systemctl stop firewalld

file

5、关闭SELinux(重要)

setenforce 0

file

二、配置

vim /etc/vsftpd/vsftpd.conf

file
修改如下内容

file

file

file

标签: 暂无
最后更新:2023年1月3日

晓虎

必须有人浴血奋战,世上才有自由可言!

点赞
< 上一篇

文章评论

razz evil exclaim smile redface biggrin eek confused idea lol mad twisted rolleyes wink cool arrow neutral cry mrgreen drooling persevering
取消回复

文章目录
  • 一、vsftpd安装
    • 1、安装服务
    • 2、开启服务
    • 3、查看端口
    • 4、关闭防火墙
    • 5、关闭SELinux(重要)
  • 二、配置

COPYRIGHT © 2024 kirinz.com. ALL RIGHTS RESERVED.

Theme Kratos Made By Seaton Jiang

闽ICP备19013981号