[Contents] [Prev] [Next] [Index] [Report an Error]


file delete

Syntax

file delete filename 

Description

Delete a file on the local router.

Options

filename—Name of the file to delete. For a routing matrix, include chassis information in the filename if the file to be deleted is not local to the Routing Engine from which the command is issued.

Required Privilege Level

maintenance

Sample Output

user@host> file list /var/tmp
dcd.core
rpd.core
snmpd.core
user@host> file delete /var/tmp/snmpd.core
user@host> file list /var/tmp
dcd.core
rpd.core

Sample Output (routing matrix)

user@host> file list lcc0-re0:/var/tmp
dcd.core
rpd.core
snmpd.core
user@host> file delete lcc0-re0:/var/tmp/snmpd.core
user@host> file list /var/tmp
dcd.core
rpd.core


[Contents] [Prev] [Next] [Index] [Report an Error]