Open System Services NFS SCF Reference Manual
SCF Commands for OSS NFS
Open System Services NFS SCF Reference Manual—522582-001
2-42
Considerations
DETAIL
specifies that detailed EXPORT attribute information is requested.
Considerations
Consider the following points when using the INFO EXPORT command.
•
INFO EXPORT is a nonsensitive command.
•
The wildcard character for INFO EXPORT is **, not *.
Examples
The following command displays information (without detail) about all currently
defined EXPORT objects:
->INFO EXPORT $ZNFS.**
The resulting display has the following format:
The display contains the following information:
Objname is the path name of the directory being exported.
Access is a list of hosts or netgroups that may access files in or below the exported
directory. If no names appear, the directory and all files below it in the
hierarchy can be accessed by all hosts.
The following command displays detailed information about the EXPORT object
/usr:
->INFO EXPORT $ZNFS./usr, DETAIL
The resulting detailed display has the following format:
The detailed display contains the following information:
Note. An asterisk (*) in any INFO command display indicates that you can change the value of
the attribute using the ALTER command.
NFS Info EXPORT \SYS1.$ZNFS.**
Objname *Access
/ everyone
/usr pcsys, tsys1
/docs medaccts, techinfo
NFS Detailed Info EXPORT \SYS1.$ZNFS./usr
*Access.......... pcsys
*Access.......... tsys1