首页 > TAG信息列表 > newnfs

Linux的NFS的配置

快速代码 # nfs的Server配置文件和配置方法 echo '/newnfs 192.168.3.*rw,sync,no_root_squash)' >> /etc/exports # 根目录新建文件夹,权限777 mkdir /newnfs && chmod 777 /newnfs# 重新启动rpcbind和nfs-server服务 systemctl restart rpcbind && systemctl restart nfs-