Appendix C. AIX 5.3 NFS quick reference 293
Export options
-o options
-rw
All clients have read-write permission (default).
-ro
All clients have read-only permission.
-rw=Client [:Client]
Exports the directory with read-write permission to the
specified clients. Exports the directory read-only to
clients not in the list.
-access=Client[:Client,...]
Gives mount access to each client listed. A client can
be either a host name or a net group name.
-root=Client[:Client]
Allows root access from the specified clients.
-vers=version_number [:version_number]
Specifies which versions of NFS are allowed to access
the exported directory. Valid versions are 2, 3, and 4.
-exname=external-name
Exports the directory by the specified external name.
The external name must ...