dfmounts(1M) — ADMINISTRATOR COMMANDS
NAME
dfmounts − display mounted RFS resource information
SYNOPSIS
dfmounts [−F rfs] [−h] [resource_name . . .]
DESCRIPTION
dfmounts shows the local resources shared through Remote File Sharing, along with a list of clients that have mounted the resource. The −F flag may be omitted if rfs is the first file system type listed in the file /etc/dfs/fstypes.
The output of dfmounts consists of an optional header line (suppressed with the −h flag) followed by a list of lines containing whitespace-separated fields. For each resource, the fields are:
resource server path clients . . .
where
resourceSpecifies the resource name that must be given to the mount(1M) command.
serverSpecifies the system from which the resource was mounted.
pathSpecifies the full pathname that must be given to the share(1M) command.
clientsA comma-separated list of systems that have mounted the resource.
A field may be null. Each null field is indicated by a hyphen (−) unless the remainder of the fields on the line are also null. In this case, it may be omitted.
Only a privileged user can execute this command.
FILES
/etc/dfs/fstypes
SEE ALSO
dfmounts(1M), share(1M), unshare(1M), fumount(1M), mount(1M)
— RFS