摘要:
1、获取yum 源 2、配置ftp # 安装ftp yum install vsftpd # ftp软件设置为开机自启 systemctl enable --now vsftpd systemctl status vsftpd # 安装下wget yum install wget # 安装下crea 阅读全文
posted @ 2025-01-02 11:31
yunqing
阅读(29)
评论(0)
推荐(0)
摘要:
1、安装软件 yum install nfs-utils yum install rpcbind 2、设置共享nfs目录 mkdir nfs_path #创建共享目录 chmod -R 777 nfs_path #修改共享目录权限 vim /etc/exports nfs_path *(rw,syn 阅读全文
posted @ 2025-01-02 11:04
yunqing
阅读(44)
评论(0)
推荐(0)