shell-nfs客户端


[root@VM_0_5_centos shell]# cat nfs-cong.sh
#!/bin/bash
yum -y install nfs-utils rpcbind
systemctl enable nfs
systemctl enable rpcbind
showmount -e 10.0.0.41
mkdir /backup
mount 10.0.0.41:/backup /backup
tail -1 /etc/mtab

原创文章 96 获赞 4 访问量 2178

猜你喜欢

转载自blog.csdn.net/weixin_46380571/article/details/105704247
今日推荐