Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dfshares(1m) [linux man page]

dfshares(1M)						  System Administration Commands					      dfshares(1M)

NAME
dfshares - list available resources from remote or local systems SYNOPSIS
dfshares [-F FSType] [-h] [-o specific_options] [server...] DESCRIPTION
dfshares provides information about resources available to the host through a distributed file system of type FSType. specific_options as well as the semantics of server are specific to particular distributed file systems. If dfshares is entered without arguments, all resources currently shared on the local system are displayed, regardless of file system type. The output of dfshares 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 access transport where resource Specifies the resource name that must be given to the mount(1M) command. server Specifies the name of the system that is making the resource available. access Specifies the access permissions granted to the client systems, either ro (for read-only) or rw (for read/write). If dfshares cannot determine access permissions, a hyphen (-) is displayed. transport Specifies the transport provider over which the resource is shared. 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 which case, the hyphen may be omitted. OPTIONS
-F FSType Specify filesystem type. Defaults to the first entry in /etc/dfs/fstypes. -h Suppress header line in output. -o specific_options Specify options specific to the filesystem provided by the -F option. FILES
/etc/dfs/fstypes ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ SEE ALSO
dfmounts(1M), mount(1M), share(1M), unshare(1M), attributes(5) SunOS 5.10 6 Nov 2000 dfshares(1M)

Check Out this Related Man Page

dfmounts_nfs(1M)					  System Administration Commands					  dfmounts_nfs(1M)

NAME
dfmounts_nfs - display mounted NFS resource information SYNOPSIS
dfmounts [ -F nfs] [-h] [server...] DESCRIPTION
dfmounts shows the local resources shared through NFS, along with the list of clients that have mounted the resource. The -F flag may be omitted if NFS is the only file system type listed in the file /etc/dfs/fstypes. dfmounts without options, displays all remote resources mounted on the local system, regardless of file system type. 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 pathname clients ... where resource Does not apply to NFS. Printed as a hyphen (-). server Specifies the system from which the resource was mounted. pathname Specifies the pathname that must be given to the share(1M) command. clients Is a comma-separated list of systems that have mounted the resource. OPTIONS
-F nfs Specifies the nfs-FSType. -h Suppress header line in output. server Displays information about the resources mounted from each server, where server can be any system on the network. If no server is specified, the server is assumed to be the local system. FILES
/etc/dfs/fstypes ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWnfscu | +-----------------------------+-----------------------------+ SEE ALSO
mount(1M), share(1M), unshare(1M), attributes(5) SunOS 5.10 6 Nov 2000 dfmounts_nfs(1M)
Man Page