Specifications

Table Of Contents
2-43
Cisco SCE 2000 and SCE 1000 CLI Command Reference
OL-26797-03
Chapter 2 CLI Command Reference
cd
cd
Changes the path of the current working directory.
cd new-path
Syntax Description
Command Default This command has no default settings.
Command Modes Privileged EXEC
Command History This table includes the following release-specific history entries:
Usage Guidelines The new path should already have been created in the local flash file system.
Authorization: admin
Examples The following example shows the current directory (root directory) and then changes the directory to the
log directory located under the root directory.
SCE>enable 10
Password:<cisco>
SCE>enable 10
SCE#pwd
tffs0
SCE#cd log
SCE#pwd
tffs0:log
SCE#
Related Commands
new-path The path name of the new directory. This can be either a full path or a
relative path.
Release Modification
2.5.7 This command was introduced.
Command Description
pwd Displays the current working directory.
mkdir Creates a new directory.