United States-English |
|
|
HP-UX Reference > Eefi_rmdir(1M)Itanium(R)-based Systems OnlyHP-UX 11i Version 3: February 2007 |
|
NAMEefi_rmdir — remove an EFI directory DESCRIPTIONefi_rmdir removes 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). devicefile should be the device file for the EFI volume. If directory is not a directory or the directory is not empty, efi_rmdir prints a diagnostic message and returns without removing the file; use efi_rm(1M) to remove EFI files. directory should be relative to root of the EFI volume specified by devicefile, not to an HP-UX file system. Optionsefi_rmdir recognizes the following option:
RETURN VALUEefi_rmdir returns exit code 0 if the directory is removed successfully. Otherwise it prints a diagnostic message and returns nonzero.
EXAMPLESRemove efi from /hp-ux/ of device file /dev/rdsk/c1t4d0s1 with EFI file system: efi_rmdir -d /dev/rdsk/c1t4d0s1 /hp-ux/efi Remove efi from /hp-ux/ of persistent device file /dev/rdisk/disk7_p1 (see intro(7)) with EFI file system: efi_rmdir -d /dev/rdisk/disk7_p1 /hp-ux/efi |
Printable version | ||
|