Contained WithinFind More DocumentationFeatured Support Resources | Descargar este libro en PDF (9905 KB)
share(1M)Name | Synopsis | Description | Options | Examples | Files | Attributes | See Also | Notes Name
Synopsis
share [-p] [-F FSType] [-o specific_options] [-d description]
[pathname]
DescriptionThe share command exports, or makes a resource available for mounting, through a remote file system of type FSType. If the option -F FSType is omitted, the first file system type listed in /etc/dfs/fstypes is used as default. For a description of NFS specific options, see share_nfs(1M). pathname is the pathname of the directory to be shared. When invoked with no arguments, share displays all shared file systems. Options
ExamplesExample 1 Sharing a Read-Only FilesystemThis line will share the /disk file system read-only at boot time.
Example 2 Invoking Multiple OptionsThe following command shares the filesystem /export/manuals, with members of the netgroup having read-only access and users on the specified host having read-write access.
Files
AttributesSee attributes(5) for descriptions of the following attributes:
See AlsoNotesExport (old terminology): file system sharing used to be called exporting on SunOS 4.x, so the share command used to be invoked as exportfs(1B) or /usr/sbin/exportfs. If share commands are invoked multiple times on the same filesystem, the last share invocation supersedes the previous—the options set by the last share command replace the old options. For example, if read-write permission was given to usera on /somefs, then to give read-write permission also to userb on /somefs: example% share -F nfs -o rw=usera:userb /somefs This behavior is not limited to sharing the root filesystem, but applies to all filesystems. Name | Synopsis | Description | Options | Examples | Files | Attributes | See Also | Notes |
||||||