man pages section 1M: System Administration Commands
  Sök endast i den här boken
Ladda ner denna bok i PDF (9905 KB)

unshare(1M)

Name | Synopsis | Description | Options | Files | Attributes | See Also | Notes

Name

    unshare– make local resource unavailable for mounting by remote systems

Synopsis

    unshare [-p] [-F FSType] [-o specific_options] 
         [pathname | resourcename]

Description

    The unshare command makes a shared local resource unavailable as file system type FSType. If the option -FFSType 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.

Options

    -F FSType

    Specify the file system type.

    -o specific_options

    Specify options specific to the file system provided by the -F option.

    -p

    Remove resource from shared status in a way that persists across reboots.

Files

    /etc/dfs/fstypes

    Lists distributed file system utilities packages installed on the system.

    /etc/dfs/sharetab

    Contains a table of local resources shared by the share command.

Attributes

    See attributes(5) for descriptions of the following attributes:

    ATTRIBUTE TYPE 

    ATTRIBUTE VALUE 

    Availability 

    SUNWcsu 

See Also

Notes

    If pathname or resourcename is not found in the shared information, an error message will be sent to standard error.

    When an unshare command completes successfully, a client mounting a file system specified in that unshare command no longer has access to that file system.

SunOS 5.11  Last Revised 23 Jan 2007

Name | Synopsis | Description | Options | Files | Attributes | See Also | Notes