📄 client.html
字号:
<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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -