|
efi(4) -- Extensible Firmware Interface description
|
The EFI (Extensible Firmware Interface) is an interface between HP-UX and the Itanium-based platform firmware. The file system supported by the Extensible Firmware Interface is based on the FAT file system. EFI encompasses the use of FAT-32 for a system partition, and FAT-12 or FAT-16 for removable media. The system partition is required on a bootable disk for the Itanium-based platform. For a har... |
exports(4) -- directories to export to NFS clients
|
File /etc/exports describes the directories that can be exported to NFS clients. The system administrator creates it using a text editor. mountd processes it each time a mount request is received (see mountd(1M)). /etc/exports is read automatically by the exportfs command (see exportfs(1M)). If this file is changed, exportfs must be run (exportfs -a) before the changes can affect the daemon's ope... |
|
fspec(4) -- format specification in text files
|
It is sometimes convenient to maintain text files on the HP-UX system with non-standard tabs, (meaning tabs that are not set at every eighth column). Generally, such files must be converted to a standard format - frequently by replacing all tabs with the appropriate number of spaces - before they can be processed by HP-UX system commands. A format specification occurring in the first line of a tex... |
fstab(4) -- static information about the file systems
|
fstab is an ASCII file that resides in directory /etc. Programs read it, but do not write to or from it. System administrators are responsible for creating and maintaining this file properly. /etc/fstab contains a list of mountable file-system entries. Each file-system entry appears on a separate line, and consists of fields separated by one or more blanks or tabs. The order of entries in /etc/fst... |
fs_vxfs(4) -- format of a VxFS file system volume
|
The VxFS super-block always begins at byte offset 8192 from the start of the file system. The super-block location is fixed so that various system utilities know where to locate it. Super-block fields contain the following fundamental sizes and offsets: fs_bsize The block size of the file system. VxFS supports block sizes of 1024, 2048, 4096, and 8192 bytes. The default block size depends on the s... |
ftpaccess(4) -- ftpd configuration file
|
The /etc/ftpd/ftpaccess file is used to configure the operation of ftpd (see ftpd(1M)). |
ftpconversions(4) -- ftpd conversions database
|
The conversions known by ftpd and their attributes are stored in an ASCII file that is structured as below. Each line in the file provides a description for a single conversion. Fields are separated by colons (:). %s:%s:%s:%s:%s:%s:%s:%s 1 2 3 4 5 6 7 8 Field Description 1 strip prefix 2 strip postfix 3 addon prefix 4 addon postfix 5 external command 6 types 7 options 8 description strip postfix a... |
ftpgroups(4) -- group password file for use with the SITE GROUP and SITE GPASS commands.
|
The ftpgroups file is the group password file for use with the SITE GROUP and SITE GPASS commands. To enable the use of this file, the entry private yes must be made in the configuration file /etc/ftpd/ftpaccess. This file contains an alphanumeric string, encrypted password, and the actual group name from the /etc/group file. Each entry is separated by :. After a user logs in, the SITE GROUP and S... |
ftphosts(4) -- ftpd individual user host access file
|
The /etc/ftpd/ftphosts file is used to allow or deny access to certain accounts from various hosts. |
ftpservers(4) -- ftpd virtual hosting configuration specification file
|
The /etc/ftpd/ftpservers file is used to tell which set of virtual domain configuration files that the ftpd server should use. With VIRTUAL support, wu-ftpd has the ability to use separate configuration files for each virtual domain. For a virtual host, configuration files can be placed into a separate virtual domain directory. The directory path and the virtual host IP address that is to use thos... |
ftpusers(4) -- security file for ftpd(1M)
|
ftpd rejects remote logins to local user accounts that are named in /etc/ftpd/ftpusers. Each restricted account name must appear alone on a line in the file. The line cannot contain any white space. User accounts that specify a restricted login shell in /etc/passwd should be listed in /etc/ftpd/ftpusers because ftpd accesses local accounts without using their login shells. UUCP accounts should be ... |
gated-confi(4) -- GateDaemon Configuration Guide
|
Configuration Overview + Introduction + Statement Summary + Preferences and Route Selection + Trace Statements and Global Options + Directive Statements + Options Statements + Interface Statements and Configuration + Definition Statements |
gated.conf(4) -- GateDaemon Configuration Guide
|
Configuration Overview + Introduction + Statement Summary + Preferences and Route Selection + Trace Statements and Global Options + Directive Statements + Options Statements + Interface Statements and Configuration + Definition Statements |
gated.config(4) -- GateDaemon Configuration Guide
|
Configuration Overview + Introduction + Statement Summary + Preferences and Route Selection + Trace Statements and Global Options + Directive Statements + Options Statements + Interface Statements and Configuration + Definition Statements |
gettydefs(4) -- speed and terminal settings used by getty
|
The /etc/gettydefs file contains information used by getty to set up the speed and terminal settings for a line (see getty(1M)). It supplies information on what the login prompt should look like. It also supplies the speed to try next if the user indicates the current speed is not correct by typing a Break character. Each entry in /etc/gettydefs has the following format: label# # initial-flags # f... |