client.html
来自「Unix下基于Web的管理工具」· HTML 代码 · 共 27 行
HTML
27 行
<header>Export to..</header>The hosts that will have access to the exported directory. Five ways ofspecifying which hosts are allowed to mount the directory are available :<dl><dt><b>Everyone</b><dd>Any host capable of contacting your system is allowed access. This option should be used with care, especially if your system is connected to the Internet.<dt><b>Hosts(s)</b><dd>This can either be a single IP address, a single hostname, or a regular expression like <tt>*.foo.com</tt>. In the last case, any host whose reverse DNS lookup by IP address matches the expression will be allowed access.<dt><b>WebNFS clients</b><dd>Allows clients using Sun's WebNFS protocol to access this directory.<dt><b>Netgroup</b><dd>Allows all members of the specified NIS netgroup to access this export.<dt><b>Network</b> and <b>Netmask</b><dd>Any host in the specified subnet is allowed access. For example, if the network was <tt>10.1.2.0</tt> and the netmask <tt>255.255.255.0</tt>, all hosts with IP addresses from <tt>10.1.2.0</tt> to <tt>10.1.2.255</tt> would be allowed.</dl><hr>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?