Technical data

ADD EXPORT
TYPELESS_DIRECTORIES, NOTYPELESS_DIRECTORIES
TYPELESS_DIRECTORIES
Removes
.dir.1
from the name of directories. A naming conflict could
arise if, for example, two files exist in the parent directory:
DOVE.;1
(regular file)
DOVE.DIR;1
(directory file)
The name is returned as
dove.
, rather than
dove
, if a file and a conflicting
directory exist.
NOTYPELESS_DIRECTORIES (default)
Returns names as
file.ext
and
file.dir
.
Examples
1.
TCPIP> ADD EXPORT "/gold/finch" /HOST=GOLD
Adds the name of UNIX directory
/gold/finch
to the export database and
gives NFS client users on the remote host
gold
access to this directory.
2.
TCPIP> ADD EXPORT "/gold/finch" /HOST=(PURPLE,FINCH)
Adds the directory
/gold/finch
to the export database and gives NFS client
users on multiple remote hosts (PURPLE and FINCH) access to this directory.
2–4 Command Descriptions