Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

efi_rmdir(1m) [hpux man page]

efi_rmdir(1M)															     efi_rmdir(1M)

NAME
efi_rmdir - remove an EFI directory SYNOPSIS
devicefile] directory DESCRIPTION
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, 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 sys- tem. Options recognizes the following option: devicefile is the device special file of the EFI file system from which the directory is to be removed. Without the option, uses the device file specified in the environment variable if it is defined. The option overrides the environment variable. RETURN VALUE
returns exit code 0 if the directory is removed successfully. Otherwise it prints a diagnostic message and returns nonzero. 0 Successful completion. >0 Error condition occurred. EXAMPLES
Remove from of device file with EFI file system: Remove from of persistent device file (see intro(7)) with EFI file system: AUTHOR
was developed by HP. SEE ALSO
efi_cp(1M), efi_fsinit(1M), efi_ls(1M), efi_mkdir(1M), efi_rm(1M), efi(4), intro(7). Itanium(R)-based Systems Only efi_rmdir(1M)

Check Out this Related Man Page

efi_fsinit(1M)															    efi_fsinit(1M)

NAME
efi_fsinit - write an EFI file system header on a device file SYNOPSIS
devicefile] DESCRIPTION
writes an EFI file system header on a device 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). Before any other EFI commands can be run, must be run to initialize the file system on a device file. Options recognizes the following option: Write the file system header on device devicefile. Without the option, uses the device file specified in the environment variable if it is defined. The option overrides the environment variable. RETURN VALUE
returns exit code 0 if the EFI file system is initialized successfully. Otherwise it prints a diagnostic message and returns nonzero. 0 Successful completion. >0 Error condition occurred. EXAMPLES
Write an EFI file system header on device file Write an EFI file system header on the persistent device file (see intro(7)): AUTHOR
was developed by HP. SEE ALSO
efi_cp(1M), efi_ls(1M), efi_mkdir(1M), efi_rm(1M), efi_rmdir(1M), efi(4), intro(7). Itanium(R)-based Systems Only efi_fsinit(1M)
Man Page

14 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Endian Conversion

Hi everybody, I met this week a problem. For now, we used TRU64 system based on alpha. Now, we're installing UP-UX systems (on Itanium). And we have problem with our files. Indeed, we use file with COMP-3, COMP-5 data. These files are used on both platforms. (we use also TXT files which... (1 Reply)
Discussion started by: bigmike59270
1 Replies

2. Shell Programming and Scripting

Error when find and remove directory based on time

Hi Experts, Below command remove directory exactly but trying again to find the same directory and giving following error. I would appreciate for your help friends. find ./2* -type d -mtime +0 -exec rm -rf {} \; find: 0652-081 cannot change directory to </home/busi/backup/200606>: : A... (1 Reply)
Discussion started by: HAA
1 Replies

3. UNIX for Dummies Questions & Answers

locating the last file in the directory

i have few files in a directory.. i want to know , how to locate or display that last file in the directory which has the max date.. pls help (2 Replies)
Discussion started by: wip_vasikaran
2 Replies

4. AIX

remove device

Hello I need to remove a device (tape rmt0) for to put dinamic in another lpar but when I try to remove I get the next message I try also If there are some process about it but nothing. and before that the device was available and I put on defined status but the same thing I canīt remove it.... (3 Replies)
Discussion started by: lo-lp-kl
3 Replies

5. UNIX for Dummies Questions & Answers

Remove directory that has special Characters

Hi All, I have a script written that creates a new directory within the shell program and if a parameter isn't passed in, it creates a strange directory name by mistake. So I have a directory like "-_12" and I am unable to remove it. I tried removing it using double quote and many others. I have... (12 Replies)
Discussion started by: datherriault
12 Replies

6. HP-UX

How to remove swap file sys without reboot?

hi every body i am trying to remove logical volume i configured as a swap device but when i removed by smh i ran " swapinfo" it keeps the device and didn't feel that device removed also i "lvremove /dev/vg01/swapvol" also swapinfo not feel i want it feel that i reduced the swap without reboot... (4 Replies)
Discussion started by: maxim42
4 Replies

7. Shell Programming and Scripting

Remove files

I know that rm -i, asks a user before removing a file. What I need to accomplish is removing files from a different directory without switching to that directory. Example: I'm currently in directory dog and I want to remove all the files of a certain name in directory cat, but from within the dog... (5 Replies)
Discussion started by: smiley76112
5 Replies

8. Boot Loaders

EFI on BSDs problem

Hi, at time I have some problems installing a BSD system on my GPT disk... Thing is, I don't understand why support for the EFI seems to be so hard. Neither FreeBSD nor NetBSD nor OpenBSD seem to be able to install on GPT disks. They all misconceive the hard disk would use an MBR and the DOS... (6 Replies)
Discussion started by: Blackbird
6 Replies

9. HP-UX

Potential file system contention on directory

We have an 8-processor Itanium system running HP-UX 11.23 connected to shared SAN discs. We have an application that creates files (about 10) in a specific directory. When the application terminates, these files are removed (unlink) and a few others are updated. The directory contains... (8 Replies)
Discussion started by: FDesrochers
8 Replies

10. HP-UX

hp-ux support merced

hi all ! does anyone know what version hp-ux support VLIW Itanium (Merced) 733Mhz? thanks (2 Replies)
Discussion started by: ijj
2 Replies

11. UNIX for Dummies Questions & Answers

Remove all things from directory

Which command will be good to use when I want to remove all files and directories from the directory (i want to have empty derictory). Sorry for my English :p ... (3 Replies)
Discussion started by: WrzaSQN
3 Replies

12. HP-UX

Map EFI Internal Bootable DVD

Hi, I try to get hands on my new RX2600 HP Servers. For the cold installation of the HP-UX OS the mapping to the Internal Bootable DVD is gone in the EFI Shell. ON one of my two HP RX2600 Servers the entry stays there: EFI Boot Manager ver 1.10 Firmware ver 2.31 Please select a... (2 Replies)
Discussion started by: sdohn
2 Replies

13. HP-UX

Gcc and C/aC++ co-existing on HP-UX Itanium system

Our company developed applications on an HP-UX 11 Itanium system using gcc. We did not have HP's C/aC++ system installed. We are now attempting to install/run on a customer system that already has C/aC++ on it. Can gcc (gcc-4.3.2, or just the runtime libraries gcclib-4.3.2) be installed and... (1 Reply)
Discussion started by: northb
1 Replies

14. Solaris

EFI disk labeling / understand the parition table / sectors not continue

Hi all, I have a EFI disk and it is use in zfs pool. partition> p Volume: rpool Current partition table (original): Total disk sectors available: 1172107117 + 16384 (reserved sectors) Part Tag Flag First Sector Size Last Sector 0 usr wm ... (8 Replies)
Discussion started by: javanoob
8 Replies