开放大学在线学习搜题
当前位置:首页 > 江苏开放 > Linux服务器操作系统

问题

装载 NFS 服务器 192.168.12.1 的共享目录/tmp 到本地目录/mnt/shere 的命令是: 。

发布时间:2025-04-09   作者:国家开放大学   浏览:0
装载 NFS 服务器 192.168.12.1 的共享目录/tmp 到本地目录/mnt/shere 的命令是:
A. mount 192.168.12.1/tmp /mnt/shere
B. mount –t nfs 192.168.12.1/tmp /mnt/shere2 5
C. mount –t nfs 192.168.12.1:/tmp /mnt/shere
D. mount –t nfs //192.168.12.1/tmp /mnt/shere