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