⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 nfs.html

📁 Unix下基于Web的管理工具
💻 HTML
字号:
<h3>Introduction to NFS</h3>NFS is the standard file-sharing protocol used by Unix systems. NFS allowsone system to export a directory across the network to one or more otherhosts, allowing users and programs on those hosts to access exported filesas though they were local. <p>An NFS server is a system which exports one or more directories, while an NFSclient is a system that mounts one or more directories from a server. Ahost can be both an NFS server and a client of other servers. <p>A server controls which clients can mount an exported directory by checkingthe IP address of the client against a list of allowed hosts for therequested directory. The server can also designate an export read-only,or read-only for certain clients. <p>Unlike other network filesystems, an NFS client does not have to login tothe server when mounting an exported directory. The server trusts the clientto authenticate users and provide the ID of the current user when accessingexported files.  Thus you should only allow client hosts that you trust tomount exported directories. <p>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -