摘要:
安装dnf install -y samba samba-client开机启动 systemctl enable --now {smb,nmb} 查看状态 systemctl status nmb systemctl status smb防火墙放行firewall-cmd --permanent - 阅读全文
摘要:
安装 yum install -y vsftpd 启动 systemctl start vsftpd.service 开机启动 systemctl enable vsftpd.service 查看状态 systemctl status vsftpd.service 防火墙添加FTP服务 system 阅读全文