mkdir

To create a directory, use the mkdir command in local management command mode.

mkdir path

Syntax Description

path

Absolute or relative path, including the name of the new directory.

Command Default

None

Command Modes

Local management (local-mgmt)

Command History

Release Modification
1.0(1)

This command was introduced.

Usage Guidelines

Use this command to create a directory in local management command mode.

This command is available on the local management port command line. Use the connect local-mgmt command to connect to that command line.

This command operates on either the workspace (FLASH) or volatile (RAM) file system. To specify the file system, include the workspace: or volatile: keyword in the path. If the file system is not specified, the current working file system is assumed.

Examples

This example shows how to create a directory named temp in the volatile file system:

switch-A # connect local-mgmt a
Cisco UCS 6100 Series Fabric Interconnect

TAC support: http://www.cisco.com/tac

Copyright (c) 2009, Cisco Systems, Inc. All rights reserved.

The copyrights to certain works contained herein are owned by
other third parties and are used and distributed under license.
Some parts of this software may be covered under the GNU Public
License or the GNU Lesser General Public License. A copy of 
each such license is available at
http://www.gnu.org/licenses/gpl.html and
http://www.gnu.org/licenses/lgpl.html

switch-A(local-mgmt)# mkdir volatile:/temp
switch-A(local-mgmt)# 

Related Commands

Command

Description

connect local-mgmt