HEX
Server: Apache/2.4.29 (Ubuntu)
System: Linux bareserver 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
User: root (0)
PHP: 7.2.24-0ubuntu0.18.04.17
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: //usr/share/webmin/dfsadmin/help/root.html
<header>Root Access</header>

Controls which hosts the server will respect the root user on. If a client
is not on the list, even if it can mount the share read-only or read-write
the NFS server will treat the root user on client as the
<a href=anon>Anonymous User</a>.
<if $gconfig{'os_version'} == 7>
    <br>Hosts can be specified in the following ways :<p>
	<dl>
	<dt><b>Hostname or IP address</b> (like <i>ftp.foo.com</i> or <i>1.2.3.4</i>)
	<dd>Matches the host with the given name or address
	<dt><b>Netgroup</b> (like <i>engineering</i>)
	<dd>Matches any host that is a member of the netgroup
	<dt><b>DNS domain</b> (like <i>.foo.com</i>)
	<dd>Matches any host in the domain
	<dt><b>Network</b> (like <i>@10.254.1</i>)
	<dd>Matches any host in the network
	<dt><b>Network/netmask</b> (like <i>@10.254.1/24</i>)
	<dd>Matches any host in the network
	</dl><p>
    In addition, any of the above notations can be prefixed by a <i>-</i>,
    meaning that the host, netgroup, domain or network is <b>not</b> allowed
    to mount this share. This can be useful for allowing access by a set
    of hosts, but denying one member.
</if>
<hr>