UCX NFS (UCP) REMOVE — VMS UCX_1.2
Additional information available:
DIRECTORY
Removes a link to a directory in the named file system. If this
command is removing the last link to the directory and the directory
is empty, then the directory will be deleted. Deletion of the
directory file requires write permission to its parent directory.
Format:
REMOVE DIRECTORY "UCX_file_specification"
EXPORT
The REMOVE EXPORT deletes access to a UCX file system either for
all remote hosts or a specific remote host. Refer to the ADD EXPORT
command for a description of EXPORT.
Format:
REMOVE EXPORT "UCX_file_specification"
Additional information available:
/CONFIRM
Use the /NOCONFIRM qualifier to disable confirmation before removal
of export information for a wildcarded delete.
Format:
REMOVE EXPORT UCX_file_specification /[NO]CONFIRM
/HOST
Remove access to the ULTRIX file system for the named remote host
only. You may specify a list of host_names.
If no host list is specified, all access to the target file system
will be deleted.
Format:
REMOVE EXPORT UCX_file_specification /HOST= [host_name_list]
FILE
Removes a link to the file entry for the target file_specification.
If the file entry was the last link to the file, the file will be
deleted. Deletion of a file requires write permission to its
directory.
Format:
REMOVE FILE "Ultrix_file_specification"
PROXY
The REMOVE PROXY deletes the NFS proxy authorization for one or more
ULTRIX clients. Refer to the ADD PROXY command for a description
of NFS proxies.
The vms_account is an account name found in the VMSUAF file.
Format:
REMOVE PROXY [VMS_account]
Additional information available:
/GID
Remove proxy authorization for the client having the specified gid.
If the /GID qualifier is not specified, then proxy authorization
will be removed for all clients.
Format:
REMOVE PROXY [VMS_account] /GID=gid
/CONFIRM
Use the /NOCONFIRM qualifier to disable confirmation before removal
of proxy authorization for a wildcarded deletion.
Format:
REMOVE PROXY [VMS_account] /[NO]CONFIRM
/HOST
Remove proxy authorization for the specified host. If the /HOST
qualifier is not specified, then proxy authorization will be removed
for all hosts.
Format:
REMOVE PROXY [VMS_account] /HOST=[host_name_list
/UID
Remove proxy authorization for the client having the specified uid.
If the /UID qualifier is not specified, then proxy authorization
will be removed for all clients.
Format:
REMOVE PROXY [VMS_account] /UID=uid
Additional information available:
Examples
A. Remove authorization for client 83 from host GOLDEN
from VMS account proxy1
REMOVE PROXY "proxy1" /HOST=GOLDEN/UID=83
B. Remove authorization for user 83 from host GOLDEN
REMOVE PROXY /HOST=GOLDEN/UID=83
C. Remove authorization for any client on host GOLDEN
REMOVE PROXY /HOST=GOLDEN
D. Remove authorization for client 83 from any host
REMOVE PROXY /UID=83