4-2
Cisco SCE 8000 10GBE Software Configuration Guide
OL-30621-02
Chapter 4 Utilities
Working with Cisco SCE Platform Files
Working with Cisco SCE Platform Files
The CLI commands include a complete range of file management commands. These commands allow
you to create, delete, copy, and display both files and directories
Note
Regarding disk capacity: While performing disk operations, the user should take care that the addition
of new files that are stored on the Cisco SCE disk do not cause the disk to exceed 70%.
•
Working with Directories, page 4-2
•
Working with Directories
•
How to Create a Directory, page 4-2
•
How to Delete a Directory, page 4-2
•
How to Change Directories, page 4-3
•
How to Display your Working Directory, page 4-3
•
How to List the Files in a Directory, page 4-3
How to Create a Directory
mkdir
From the SCE# prompt, type:
How to Delete a Directory
There are two different commands for deleting a directory, depending on whether the directory is empty
or not.
•
How to Delete a Directory and All its Files, page 4-2
•
How to Delete an Empty Directory, page 4-3
How to Delete a Directory and All its Files
delete
From the SCE# prompt, type:
Command
Purpose
mkdir
directory-name
Creates a directory.
Command
Purpose
delete
directory-name
/recursive
The recursive flag deletes all files and
sub-directories contained in the specified
directory.