摘要:
##操作系统 CentOS7.9 cat /etc/redhat-release 概念概述 SMB(Server Message Block)协议实现文件共享,也称为CIFS(Common Internet File System)。 客户端主要是windows,支持多节点同时挂载以及并发写入,主要 阅读全文
摘要:
##操作系统 CentOS7.8 查看是否安装ftp rpm -q vsftpd 安装服务端 yum install vsftpd -y 启动vsftpd systemctl start vsftpd 开机自启动 systemctl enable vsftpd 查看软件列表 rpm -ql vsft 阅读全文