Specifications
mkdir
Chapter 20
File Management Commands
590
Syntax
mkdir [subdirname]
Defaults
None.
Access
Enabled.
Examples
The following commands create a subdirectory called corp2 and
display the root directory to verify the result:
PROMPT# mkdir corp2
success: change accepted.
PROMPT# dir
================================================================================
file:
Filename Size Created
file:configuration 13 KB Dec 28 2006, 09:55:54
corp2/ 1024 bytes Feb 08 2007, 17:00:51
file:qs_template.xml 13 KB Feb 08 2007, 16:33:33
Total: 27 Kbytes used, 84515 Kbytes free
================================================================================
Boot:
Filename Size Created
boot0:SR060200.002 8092 KB Jan 23 2007, 15:51:02
*boot1:SR060200.003 8103 KB Feb 05 2007, 19:35:47
Boot0: Total: 8092 Kbytes used, 9166 Kbytes free
Boot1: Total: 8103 Kbytes used, 9156 Kbytes free
================================================================================
temporary files:
Filename Size Created
core:command_audit.cur 159 KB Feb 08 2007, 16:33:33
core:command_audit.pre 500 KB Mar 03 1988, 23:52:03
Total: 659 Kbytes used, 83908 Kbytes free
See Also
l dir on page 584
l rmdir on page 594
subdirname Subdirectory name. Specify between 1 and 32 alphanumeric
characters, with no spaces.