C613-50170-01 Rev B
Command Reference for x510 Series
137
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
F
ILE
AND
C
ONFIGURATION
M
ANAGEMENT
C
OMMANDS
MOVE
move
Overview
This command renames or moves a file.
Syntax
move <
source-name
> <
destination-name
>
Mode
Privileged Exec
Examples
To rename the file
temp.cfg
to
startup.cfg
, use the command:
awplus#
move temp.cfg startup.cfg
To move the file
temp.cfg
from the root of the Flash filesystem to the directory
myconfigs
, use the command:
awplus#
move temp.cfg myconfigs/temp.cfg
Related
Commands
Parameter
Description
<source-name>
The filename and path of the source file. See
on page 106 for valid syntax.
<destination-name>
The filename and path of the destination file. See
on page 106 for valid syntax.