Sponsored Content
Full Discussion: mt -f
Top Forums UNIX for Dummies Questions & Answers mt -f Post 10008 by Kelam_Magnus on Tuesday 6th of November 2001 11:14:52 AM
Old 11-06-2001
What type of OS do you have? On HPUX, there is a command lssf that gives you info on device files.

$ /sbin/lssf devicefile

Some older OSs may not have this command.


Try it and see. Also, do a man on lssf.

Smilie
 
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)
All times are GMT -4. The time now is 01:00 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy