HP MSR2000/3000/4000 Router Series Fundamentals Command Reference

134
Syntax
delete [ /unreserved ] file-url
Views
User view
Predefined user roles
network-admin
Parameters
/unreserved: Permanently deletes the specified file. If you do not specify this keyword, the command
moves the file to the recycle bin.
file-url: Specifies the name of the file to be deleted. Asterisks (*) are acceptable as wildcards. For
example, to remove files with the .txt extension in the current directory, enter delete *.txt.
Usage guidelines
Use the delete /unreserved file-url command with caution. You cannot restore a file deleted with this
command.
The delete file-url command (without the /unreserved option) moves the specified file to the recycle bin
unless the device is running out of storage space. If the device is running out of storage space, the
command permanently deletes the file.
A file moved to the recycle bin can be restored by using the undelete command.
Do not use the delete command to delete files from the recycle bin. To delete files from the recycle bin, use
the reset recycle-bin command.
If you successively delete two files that have the same name from the same directory, the file deleted later
overwrites the file moved earlier to the recycle bin. If you delete two files that have the same name but
reside in different directories, both files are retained in the recycle bin.
Examples
# On an MSR2000 or MSR3000, remove file 1.cfg from the current directory. The output was created on
an MSR3000.
<Sysname> delete 1.cfg
Delete cfa0:/1.cfg? [Y/N]:y
Deleting file cfa0:/1.cfg...Done.
# On an MSR2000 or MSR3000, permanently delete file 2.cfg from the current directory. The output was
created on an MSR3000.
<Sysname> delete /unreserved 2.cfg
The file cannot be restored. Delete cfa0:/2.cfg?[Y/N]:y
Deleting the file permanently will take a long time. Please wait...
Deleting file cfa0:/2.cfg...Done.
# On an MSR4000, remove file 1.cfg from the root directory of the active MPU's storage medium.
<Sysname> delete 1.cfg
Delete cfa0:/1.cfg? [Y/N]:y
Deleting file cfa0:/1.cfg...Done.
# On an MSR4000, permanently delete file 2.cfg from the root directory of the active MPU's storage
medium.
<Sysname> delete /unreserved 2.cfg
The file cannot be restored. Delete cfa0:/2.cfg?[Y/N]:y