摘要: # 创建FTP服务器 vim ftp_server.sh ```shell #!/bin/bash # 安装vsftpd yum install -y vsftpd # 启动vsftpd服务 systemctl start vsftpd # 设置开机自启动 systemctl enable vsft 阅读全文
posted @ 2023-06-27 16:58 XuTingYin 阅读(77) 评论(0) 推荐(0)