Delete a File on a Router
Action
To delete a file on the local router, use the following CLI operational mode command:
user@host>file deletefilenameSample Output
user@host>file list /var/tmpdcd.corerpd.coresnmpd.coreuser@host>file delete /var/tmp/snmpd.coreuser@host>file list /var/tmpdcd.coreWhat It Means
The sample output shows that the
snmpd.corefile was deleted.