mkdir

To create a new directory on the Cisco CDA server, use the mkdir command in the EXEC mode.

mkdir directory-name [disk:/path]

Syntax Description

mk dir

The command to create directory.

directory-name

The name of the directory to create. Supports up to 80 alphanumeric characters.

disk:/path

Use disk:/path with the directory name.

Defaults

No default behavior or values.

Command Modes

EXEC

Usage Guidelines

Use disk:/path with the directory name; otherwise, an error appears that indicates that the disk:/path must be included.

Examples

/admin# mkdir disk:/test

/admin# dir

 

Directory of disk:/

 

4096 May 06 2010 13:34:49 activemq-data/

4096 May 06 2010 13:40:59 logs/

16384 Mar 01 2010 16:07:27 lost+found/

4096 May 06 2010 13:42:53 target/

4096 May 07 2010 12:26:04 test/

 

Usage for disk: filesystem

181067776 bytes total used

19084521472 bytes free

20314165248 bytes available

/admin#

Related Commands

Command

Description

dir

Displays a list of files on the CDA server.

rmdir

Removes an existing directory.