5-23
Cisco 4700 Series Application Control Engine Appliance Administration Guide
OL-11157-01
Chapter 5 Managing the ACE Software
Using the File System on the ACE
The
directory
argument provides the 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.
For example, to create a directory called TEST_DIRECTORY in the disk0: file
system, enter:
host1/Admin#
mkdir disk0:TEST_DIRECTORY
Deleting an Existing Directory
To remove an existing directory from the disk0: file system of Flash memory, use
the
rmdir disk0:
command in Exec mode. The directory must be empty before
you can delete it.
Note
To remove a file from the ACE file system, use the
delete
command (see the
“Deleting Files”
section).
The syntax for this command is:
rmdir disk0:
[
path/
]
directory
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.
For example, to delete a directory called TEST_DIRECTORY from the disk0: file
system, enter:
host1/Admin#
rmdir disk0:TEST_DIRECTORY
Moving Files
To move a file between directories in the disk0: file system, use the
move
command in Exec mode. If a file with the same name already exists in the
destination directory, that file is overwritten by the moved file.
Note
To view the files available in the disk0: file system, use the
dir disk0:
command.