unshare(1M) — ADMINISTRATOR COMMANDS
NAME
unshare − make local resource unavailable for mounting by remote systems
SYNOPSIS
unshare [−F fstype] [−o specific_options] [pathname | resourcename]
DESCRIPTION
The unshare command makes a shared local resource unavailable to file system type fstype. If the option −F fstype is omitted, then the first file system type listed in file /etc/dfs/fstypes will be used as the default. Specific_options, as well as the semantics of resourcename, are specific to particular distributed file systems. See unshare_FSType(1M) for details.
FILES
/etc/dfs/fstypes
/etc/dfs/sharetab
SEE ALSO
share(1M), shareall(1M), unshare_nfs(1M), unshare_rfs(1M).
NOTES
If pathname or resourcename is not found in the shared information, an error message will be sent to standard error.
— DFS