Move – Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual

Page 172

Advertising
background image

File Management Commands

Software Reference for x310 Series Switches

7.26

AlliedWare Plus

TM

Operating System - Version 5.4.4C

C613-50046-01 REV A

move

This command renames or moves a file.

Syntax

move <source-url> <destination-url>

Mode

Privileged Exec

Examples

To rename the file temp.cfg to startup.cfg, use the command:

To move the file temp.cfg from the root of the Flash filesystem to the directory

myconfigs

, use the command:

Related Commands

delete
edit
show file
show file systems

Parameter

Description

<source-url>

The URL of the source file. See

“URL Syntax and Keyword

Usage” on page 7.3

for valid URL syntax.

<destination-url>

The URL of the destination file. See

“URL Syntax and

Keyword Usage” on page 7.3

for valid URL syntax.

awplus#

move temp.cfg startup.cfg

awplus#

move temp.cfg myconfigs/temp.cfg

Advertising