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

file delete

Syntax

file delete filename
<purge>

Release Information

Command introduced before JUNOS Release 7.4.

Description

Delete a file on the local router.

Options

filenameName 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.

purge — (Optional) Overwrite regular files before deleting them.

Required Privilege Level

maintenance

List of Sample Output

file delete
file delete (Routing Matrix)

Output Fields

When you enter this command, you are provided feedback on the status of your request.

Sample Output

file delete

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

file delete (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.coreuser@host> file list /var/tmp
dcd.core
rpd.core

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