United States-English |
|
|
HP-UX Reference > Eefi_mkdir(1M)Itanium(R)-based Systems OnlyHP-UX 11i Version 3: February 2007 |
|
NAMEefi_mkdir — make an EFI directory DESCRIPTIONefi_mkdir makes an EFI directory. The EFI file system is based on the FAT file system and used by the Itanium-based system BIOS to locate an HP-UX bootloader. See efi(4). efi_mkdir creates directory dirname in the EFI volume specified by devicefile. If dirname already exists, efi_mkdir exits with a diagnostic message, and the directory is not changed. If more than one subdirectory needs to be created to make dirname, efi_mkdir exits with a diagnostic message and the directory is not changed, unless the -p option is specified. dirname should be relative to the root of the EFI volume specified by devicefile, not to an HP-UX file system. OptionsOptions can be used singly or combined in any order before the file names. The space between option and argument is optional.
RETURN VALUEefi_mkdir returns exit code 0 if the directory is made successfully. Otherwise it prints a diagnostic message and returns nonzero.
EXAMPLESCreate directory hp-ux in device file /dev/rdsk/c1t4d0s1, which contains an EFI file system: efi_mkdir -d /dev/rdsk/c1t4d0s1 hp-ux Create a directory /abc/def/ in device file /dev/rdsk/c1t4d0s1, which contains an EFI file system, when /abc does not exist yet: efi_mkdir -d /dev/rdsk/c1t4d0s1 -p /abc/def/ Create a directory /abc/def/ in persistent device file /dev/rdisk/disk7_p1 (see intro(7)), which contains an EFI file system, when /abc does not exist yet: efi_mkdir -d /dev/rdisk/disk7_p1 -p /abc/def/ |
Printable version | ||
|