Specifications

Table Of Contents
2-260
Cisco SCE 2000 and SCE 1000 CLI Command Reference
OL-26797-03
Chapter 2 CLI Command Reference
rmdir
rmdir
Removes an empty directory. To remove a directory that is not empty, use the delete command with the
recursive switch.
rmdir directory-name
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 You can only remove an empty directory. Use the dir command to verify that no files are listed in this
directory.
Authorization: admin
Examples The following example deletes the code directory.
SCE>enable 10
Password:<cisco>
SCE#rmdir code
SCE#
Related Commands
directory-name The name of the directory to be removed.
Release Modification
2.5.7 This command was introduced.
Command Description
dir Displays the files in the current directory.
delete Deletes a file from the local flash file system.