1 DELETE 2 COMMUNICATION_CONTROLLER Deletes an entry for a communication controller from the configuration file. Related commands: DEFINE COMMUNICATION_CONTROLLER, LIST COMMUNICATION_CONTROLLER Format DELETE COMMUNICATION_CONTROLLER [controller] [/[NO]CONFIRM] [/INTERNET_INTERFACE=character] 3 Restrictions Requires OPER privilege. 3 Parameters controller Optional. Default: All devices. OpenVMS device name of the communication controller (as displayed by the DCL command SHOW DEVICE). Specify the controller name that you entered with the DEFINE COMMUNICATION_CONTROLLER command. 3 Qualifiers /INTERNET_INTERFACE /INTERNET_INTERFACE=character Optional. Default: All letters. Deletes the specified letter (which represents the first letter of an interface name). /CONFIRM /CONFIRM /NOCONFIRM Optional. Default: /CONFIRM if you use a wildcard. Displays a message asking you to confirm the delete request. 3 Examples 1.TCPIP> DELETE COMMUNICATION_CONTROLLER EZ Deletes all the entries for the Ethernet controller with device name EZ. 2.TCPIP> DELETE COMMUNICATION_CONTROLLER - _TCPIP /INTERNET_INTERFACE=E Deletes all the communication controller entries with an Internet interface name that begins with the letter E from the table used to match OpenVMS device names with Internet interface names. 2 CONTAINER Deletes a container file system and all its contents. Applies to: NFS server Related commands: CREATE CONTAINER, SHOW CFS Format DELETE CONTAINER container_file_system 3 Restrictions Wildcards are not allowed. Requires both read and delete access to the directory. Requires BYPASS privilege. 3 Parameters container_file_system Required. Device and directory name of the container file (no wildcards). The container file has file type .CONTAINER. 3 Examples 1.TCPIP> DELETE CONTAINER WORK1$:[DOVE.NEST_BUILDING] Deletes the container directory WORK1$:[DOVE.NEST_BUILDING] along with the container file, all subdirectories, and files.