Chapter 4
Managing the ACE Software
Creating a New Directory
This section describes how to create a directory in the disk0: file system of Flash memory.
Detailed Steps
Command
mkdir disk0:[ path/ ] directory
Example:
host1/Admin# mkdir disk0:TEST_DIRECTORY
Deleting an Existing Directory
This section describes how to remove an existing directory from the disk0: file system of Flash memory.
Prerequisites
The directory must be empty before you can delete it. To remove a file from the ACE file system, use
the delete command (see the
Detailed Steps
Command
Step 1
dir disk0:
Example:
host1/Admin# dir disk0:
Step 2
rmdir disk0:[ path/ ] directory
Example:
host1/Admin# rmdir disk0:TEST_DIRECTORY
Moving Files
This section describes how to move a file between directories in the disk0: file system. If a file with the
same name already exists in the destination directory, that file is overwritten by the moved file.
OL-20823-01
Purpose
Create a directory in the disk0: file system of Flash memory.
The arguments are as follows:
path/—(Optional) Path on the disk0: file system to the new directory.
•
Specify the optimal path if you want to create a directory within an
existing directory.
directory—Name of the directory to create in disk0:. If a directory
•
with the same name already exists, the ACE does not create the new
directory and the "Directory already exists" message appears.
"Deleting Files"
section).
Purpose
(Optional) Displays the contents of the disk0: file system.
Removes an existing directory from the disk0: file system of
Flash memory.
The directory argument provides the name of the directory to
delete from the disk0: file system. The directory must be empty
before you can delete it. You can optionally provide a path to a
directory in the disk0: file system.
Cisco 4700 Series Application Control Engine Appliance Administration Guide
Using the File System on the ACE
4-15