Chapter 5 Managing the ACE Software
Using the File System on the ACE
5-24
Cisco 4700 Series Application Control Engine Appliance Administration Guide
OL-11157-01
The syntax for this command is:
move disk0:
[
source_directory
/]
filename
disk0:
[
destination_directory
/]
filename
The keywords and arguments are:
•
source_directory
—(Optional) Name of the source directory in the disk0: file
system.
•
destination_directory
—(Optional) Name of the destination directory in the
disk0: file system.
•
filename
—Name of the file to move in the disk0: file system.
For example, to move the file called SAMPLEFILE to the MYSTORAGE
directory in the disk0: file system, enter:
host1/Admin#
move disk0:SAMPLEFILE disk0:MYSTORAGE/SAMPLEFILE
Deleting Files
To delete a file from a specific file system in the ACE, use the
delete
command in
Exec mode. When you delete a file, the ACE erases the file from the specified file
system.
Note
To remove a directory from the ACE file system, use the
rmdir
command (see the
“Deleting an Existing Directory”
section).
The syntax for this command is:
delete
{
core:
filename
|
disk0:
[
directory/
]
filename
|
image:
filename
|
volatile:
filename
}
The keywords and arguments are:
•
core:
filename
—Deletes the specified file from the core: file system (see the
“Viewing and Copying Core Dumps”
section). The
delete cores:
command is
available only in the Admin context.
•
disk0:
[
directory/
]
filename
— Deletes the specified file from the disk0: file
system (for example, a packet capture buffer file or system message log). You
can optionally provide a path to a file in directory in the disk0: file system.