Mkdir, Mode, Mkdir mode – HP Unified Extensible Firmware Interface User Manual
Page 43

Table 11 Output details—memmap command (continued)
Displays the...
Column
Available memory in bytes
available
Total memory size in bytes
Total Memory
mkdir
Creates one or more new directories.
Syntax
mkdir dir
[dir...]
Option
dir
Specifies one or more names for directories. Wild cards are not permitted.
Description
This command creates one or more new directories. If dir includes nested directories, then parent
directories are created before child directories. If the directory already exists, then the command
exits with an error.
Examples
To create a new directory and display its contents:
fs0:\> mkdir rafter
fs0:\> ls
Directory of: fs0:\
06/18/01 08:05p <DIR> 512 test
06/18/01 11:14p r 29 readme.txt
06/18/01 11:50p <DIR> 512 rafter
1 File(s) 211 bytes
2 Dir(s)
To create and display multiple directories:
fs0:\> mkdir temp1 temp 2
fs0:\> ls
Directory of: fs0:\
06/18/01 08:05p <DIR> 512 test
06/18/01 11:14p r 29 readme.txt
06/18/01 11:50p <DIR> 512 rafter
06/18/01 11:52p <DIR> 512 temp1
06/18/01 11:52p <DIR> 512 temp2
1 File(s) 211 bytes
4 Dir(s)
mode
Displays or changes the console output device mode.
Syntax
mode
[col row]
Options
col
Specifies the number of columns.
row
Specifies the number of rows.
UEFI Shell commands
43