Command introduced before JUNOS Release 7.4.
Rename a file on the local router.
source — Original name of the file. For a routing matrix, the filename must include the chassis information.
destination — New name for the file.
maintenance
When you enter this command, you are provided feedback on the status of your request.
The following example lists the files in /var/tmp, renames one of the files, and then displays the list of files again to reveal the newly named file.
user@host> file list /var/tmp
dcd.core rpd.core snmpd.core
user@host> file rename /var/tmp/dcd.core /var/tmp/dcd.core.990413 user@host> file list /var/tmp
dcd.core.990413 rpd.core snmpd.core
The following example lists the files in /var/tmp, renames one of the files, and then displays the list of files again to reveal the newly named file.
user@host> file list lcc0-re1:/var/tmp lcc0-re1: -------------------------------------------------------------------------- /var/tmp: .pccardd sartre.conf snmpd syslogd.core-tarball.0.tgz
user@host> file rename lcc0-re0:/var/tmp/snmpd
/var/tmp/snmpd.rr user@host> file list lcc0-re1:/var/tmp lcc0-re1: -------------------------------------------------------------------------- /var/tmp: .pccardd sartre.conf snmpd.rr syslogd.core-tarball.0.tgz