|
a.out(4) -- Assembler and link editor output
|
a.out is the output file format of the assembler as(1) and the link editor ld(1). Both programs make a.out executable if there were no errors and no unresolved external references. The debugger uses t... |
acct(4) -- Accounting include files
|
The /usr/include/sys/acct.h header file defines a type acct structure for accounting information used by various accounting files. The information in the acct.h structure is used in records in account... |
|
acct.h(4) -- Accounting include files
|
The /usr/include/sys/acct.h header file defines a type acct structure for accounting information used by various accounting files. The information in the acct.h structure is used in records in account... |
acl(4) -- Access control list
|
Note The Tru64 UNIX ACLs are based on the POSIX P1003.6 Draft 13 standard. Introduction [Toc] [Back] Traditionally, UNIX systems control a user's access to files and directories using a method ... |
acucap(4) -- Automatic call unit capabilities file
|
The /etc/acucap file lists the types of autodial modems and describes their attributes. Whenever tip encounters an at field in /etc/remote file description, it searches /etc/acucap file description. I... |
Admin(4) -- Contains administrative files used by the uucp program
|
The /usr/spool/uucp/.Admin directory contains administrative files used by the uucp program to facilitate remote communications among systems. The directory contains the following files: Contains debu... |
advfs(4) -- A local file system and utilities
|
The Advanced File System (AdvFS), the file system default on the Tru64 UNIX operating system, features rapid crash recovery, high performance, and a flexible structure that enables you to manage your ... |
advfs_err(4) -- Lists and describes error messages
|
This following list provides the error number and a brief description of the error: EHANDLE_OVF Out of memory. EINVALID_HANDLE The access structure handle is out of range. E_DOMAIN_PANIC This is an in... |
aliases(4) -- Contains alias definitions for the sendmail program
|
By default, the aliases file contains the required aliases for the sendmail program. Do not delete these defaults because they are needed by the system. This file describes user ID aliases used by the... |
ar(4) -- Archive (library) file format
|
The archive command (ar) combines several files into one. Archives are used mainly as libraries to be searched by the link-editor ld. A file produced by ar has a magic string at the start, followed by... |
atm.conf(4) -- default ATM configuration file
|
The atm.conf file is the default ATM configuration file that is processed by running the atmconfig source command. The atm.conf file is a text file that contains atmconfig commands used to configure a... |
atmhosts(4) -- ATM host name file
|
The atmhosts file is an ASCII file that contains an single-line entry for each host on the ATM network. Each entry consists of an ATM host address, official host name, and any aliases. Parameters are ... |
audit(4) -- Contains debug messages from the uucico daemon
|
The /usr/spool/uucp/.Admin/audit file contains debug messages from the uucico daemon when that daemon is invoked as a result of a call from another system. If the uucico daemon is invoked from the loc... |
auditmask_style(4) -- Audit configuration file for auditconfig
|
The auditmask_style file shadows the /etc/sec/event_aliases file for use by the auditconfig utility. Event aliases only need to occur in the auditmask_style file if the audit mask style requires a spe... |
authcap(4) -- Format of security databases (Enhanced Security)
|
The security-relevant databases used by the enhanced security subsets include the user profile databases (and by extension thier optional NIS map source files), the file control database, the terminal... |
binlog.auth(4) -- authorization file for accepting remote binlog messages
|
The /etc/binlog.auth file specifies which remote hosts are allowed to forward binlog messages to the local host. For the sake of security, only messages coming from remote hosts listed in the local /e... |
binlog.conf(4) -- binlogd configuration file
|
The /etc/binlog.conf file is a system file that enables you to configure or filter events that are to be logged by the binary error logger, binlogd. The binlogd daemon ignores blank lines and lines th... |
bootptab(4) -- BOOTP and DHCP server database
|
The bootptab file is one of several text database files employed by joind, the BOOTP and DHCP server. The file's format is similar to that of the termcap(4) file. Format [Toc] [Back] There are ... |
builtins(4) -- Header file declaring functions that are unconditionally intrinsic.
|
A builtin is a function whose name is specially recognized by the compiler and is similar to declaring the function to be intrinsic. Intrinsic functions are functions for which the C compiler generate... |
cdfs(4) -- The Compact Disk-Read Only Memory File System (CDFS)
|
The ISO 9660 standard describes volume and file structures for information exchange on a Compact Disk-Read Only Memory (CD-ROM) volume. CDFS supports mounting, as another local file system type, CD-RO... |
cfgmgr.auth(4) -- Configuration management server authorization database
|
The cfgmgr.auth file lists the remote systems that are authorized to modify the local system's kernel subsystem configuration. Using the sysconfig command, system administrators can maintain the kern... |
charmap(4) -- Defines character symbols as character encodings
|
The character set description (charmap) file defines character symbols as character encodings. This file is the source file for a coded character set, or codeset. All supported codesets have the Porta... |
class.h(4) -- Allocate CPU resources based on scheduling classes
|
The class scheduling features included in the operating system software let you restrict the percentage of CPU time allowed different kinds of users and tasks. This helps you allocate CPU resources so... |
class_scheduling(4) -- Allocate CPU resources based on scheduling classes
|
The class scheduling features included in the operating system software let you restrict the percentage of CPU time allowed different kinds of users and tasks. This helps you allocate CPU resources so... |
client.pcy(4) -- BOOTP and DHCP client policy
|
The client.pcy file is a text database, read by the joinc daemon on startup, which governs the behavior of BOOTP and DHCP clients. If the JOINCONFIG variable is present in the joinc environment, it is... |
Command(4) -- Contains file transfer directions for the uucico daemon
|
Command (C.*) files contain the directions that the uucp uucico daemon follows when transferring files. The full pathname of a command file is a form of the following: /usr/spool/uucp/SystemName/C.Sys... |
core(4) -- Format of memory image file
|
The system writes out a memory image of a terminated process when any of various errors occur. See sigaction(2) for the list of reasons; the most common are memory violations, illegal instructions, bu... |
Corrupt(4) -- Contains copies of files that could not be processed
|
The /usr/spool/uucp/.Corrupt directory contains copies of files that could not be processed by the uucp program. For example, if a file is not in the correct form for transfer, the uucp program places... |
cpio(4) -- Format of cpio archive
|
The header structure, when the -c option of cpio(1) is not used, is: struct { short h_magic, h_dev; ushort h_ino, h_mode, h_uid, h_gid; short h_nlink, h_rdev h_mtime[2], h_namesize, h_filesize[2]' ch... |
cp_dirs(4) -- Database configuration file used by worldwide support software
|
The cp_dirs configuration file determines the locations for the following set of database or data files: The character attribute database for user-defined characters (see cedit(1) and cgen(1)) Font da... |
c_excpt(4) -- Header file defining structured exception handling keywords, intrinsics, and structures for the C la...
|
The c_excpt.h header file defines the keywords, intrinsic functions, and structures the C language compiler uses to set up a structured exception handler or termination handler. Structured Exception H... |
Data(4) -- Contains data to be sent to remote systems
|
Data (D.*) files contain the data to be sent to remote systems by the uucp uucico daemon. The full pathname of a data file is a form of the following: /usr/spool/uucp/SystemName/D.SystemNamexxxx### wh... |
ddr.dbase(4) -- Text database file of SCSI CAM device definitions
|
Dynamic Device Recognition (DDR) is a framework for describing the operating parameters and characteristics of SCSI devices to the SCSI CAM I/O subsystem. You use a utility, /sbin/ddr_config, and a te... |
default(4) -- System default database file (Enhanced Security)
|
The system default database is unique in that it defines system-wide global values. It is designed to provide values for users and devices at a global level so that an administrator is not required to... |
devassign(4) -- Device assignment database file (Enhanced Security)
|
The system supports a single device assignment database that contains entries for login terminals and X terminals. Authentication programs use information in the device assignment database to determin... |
Devices(4) -- Contains information about devices on the local system that can establish a connection to a remote c...
|
The /usr/lib/uucp/Devices file contains information about the devices on the local system that can establish a connection to a remote computer using the uucp program. This file includes information ab... |
dhcptags(4) -- DHCP and BOOTP server database
|
Parameters (or options) returned to the client by the DHCP/BOOTP protocol are encoded in the so-called vendor field of the BOOTP packet. Each option is identified numerically, and also carries a lengt... |
Dialcodes(4) -- Contains the initial digits of telephone numbers used to establish remote connections over a telepho...
|
The /usr/lib/uucp/Dialcodes file contains the initial digits of telephone numbers used by the uucp program to establish remote connections over a telephone line. The Dialcodes file simplifies entries ... |
Dialers(4) -- Lists modems used for uucp remote communications links
|
The /usr/lib/uucp/Dialers file lists the modems used by the uucp program and specifies the initial handshaking necessary to establish remote communications links. Handshaking is a series of expect-sen... |
dir(4) -- Format of directories
|
A directory behaves like an ordinary file except that no user may write into a directory. The fact that a file is a directory is indicated by a bit in the flag word of its inode entry. See the fs refe... |
Directories(4) -- Contains queued requests for file transfers and command executions on remote systems
|
The /usr/spool/uucp/SystemName directories are the uucp program spooling directories on the local system. The uucp program creates a SystemName directory for each system listed in the /usr/adm/uucp/Sy... |
disklabel(4) -- Disk pack label
|
Each disk or disk pack on a system may contain a disk label which provides detailed information about the geometry of the disk and the partitions into which the disk is divided. It should be initializ... |
disktab(4) -- Disk description file
|
The disktab database describes disk geometries and disk partition characteristics. It is used to initialize the disk label on the disk. The format is patterned after the termcap terminal database. Ent... |
dump(4) -- Incremental dump format
|
Tapes used by dump and restore contain: The format of the header record and of the first record of each description as given in the include file is: #define NTREC 10 #define TS_TAPE 1 #... |
dumpdates(4) -- Incremental dump format
|
Tapes used by dump and restore contain: The format of the header record and of the first record of each description as given in the include file is: #define NTREC 10 #define TS_TAPE 1 #... |
dumprestor(4) -- Incremental dump format
|
Tapes used by dump and restore contain: The format of the header record and of the first record of each description as given in the include file is: #define NTREC 10 #define TS_TAPE 1 #... |
dvdfs(4) -- The Digital Versatile Disk File System
|
The Digital Versatile Disk File System enables the reading of disks formatted in the Universal Disk Format (UDF). User data sectors in a DVD-ROM can contain any type of data in any format. However, fo... |
errors(4) -- Contains a record of uucico daemon errors
|
The /usr/spool/uucp/.Admin/errors file contains a record of uucico daemon errors that the uucp program cannot correct. For example, if the uucico daemon is unable to access a directory that is needed ... |
ethers(4) -- Database that maps Ethernet addresses to hostnames
|
The /etc/ethers file is used in conjunction with the reverse address resolution protocol daemon (rarpd) to map Ethernet addresses to hostnames. It contains information about the known (48-bit) Etherne... |
evm.auth(4) -- EVM authorization file
|
Authorization is control of the right to post, subscribe to, or retrieve an EVM event, or to execute services defined in the EVM daemon configuration file. The evm.auth file is a text file that contro... |
evmchannel.conf(4) -- EVM channel configuration file
|
The term event channel describes any facility used to publish or retrieve event information. It might refer to any of the following: A simple log file An event management system A program that runs in... |
evmdaemon.conf(4) -- EVM daemon configuration file
|
The Event Manager (EVM) daemon configuration file, evmdaemon.conf, is a text file that contains commands used to configure and start the Event Manager. Any portion of a line from an unquoted number si... |
evmfilterfile(4) -- Event Manager filter file
|
A filter file contains one or more filter descriptions, which can be referenced through certain EVM commands by using indirect filter syntax. An indirect filter specifier has the following form: @file... |
evmlogger.conf(4) -- EVM logger configuration file
|
The evmlogger.conf file is the Event Manager (EVM) logger configuration file. This file is read when the logger program, evmlogger, starts, and when it reloads its configuration. The evmlogger.conf fi... |
evmtemplate(4) -- Event Manager template file
|
A template event is a description of an event that is held centrally by EVM. The template is used for the following purposes: To register the event with the EVM daemon, so that it will allow the event... |
excpt(4) -- Data structures and prototypes for exception handling support
|
The excpt.h include file brings together all of the data structures and prototypes required to support the exception handling system. Calling Standard for Alpha Systems for an overview of the system. ... |
Execute(4) -- Contains instructions for running commands that require the resources of a remote system
|
The Execute (X.*) files contain instructions for running uucp commands that require the resources of a remote system. They are created by the uux command. The full pathname of a uux command execute fi... |
exports(4) -- Defines remote mount points for NFS mount requests
|
The exports file specifies remote mount points for the NFS mount protocol per the NFS server specification (see Network File System Protocol Specification, RFC1094). Each entry in the /etc/exports fil... |
fd(4) -- file descriptor files
|
The /dev/fd file system is a pseudo-file system layered beneath the Virtual File System (VFS). The file descriptor files (fd*) are those files that are accessible through file descriptors. The file de... |
fdmns(4) -- contains file domain names and devices
|
The fdmns directory ensures access to file domains by providing symbolic links to every volume in the file domain. The mkfdmn, rmvol, and addvol utilities automatically manage the fdmns directory. Eac... |
ffm(4) -- File-on-File Mounting File System
|
The File-on-File Mounting (FFM) file system allows regular files, character device special files, or block device special files to be mounted on regular files or directories. The ffm file system is us... |
files(4) -- File control database (Enhanced Security)
|
The file control database (/etc/auth/system/files) is designed to help the Information System Security Officer (ISSO) maintain the integrity of the system. The database contains entries for system dat... |
Foreign(4) -- Logs contact attempts from unknown systems
|
The /usr/lib/uucp/.Admin/Foreign file lists access attempts by unknown systems. The /usr/lib/uucp/remote.unknown shell script appends an entry to the Foreign file each time a remote computer that is n... |
forward(4) -- forward mail
|
The .forward file allows a user to forward messages to another host, or to invoke programs (such as vacation(1)) to process their mail. It is formatted as a series of comma-separated addresses in the ... |
fs(4) -- Specifies the format of the file system volume
|
Every file system storage volume (disk, nine-track tape, for instance) has a common format for certain vital information. Each such volume is divided into a certain number of blocks. The block size is... |
fstab(4) -- Static information about mounted file systems
|
The /etc/fstab file contains descriptive information about the known file systems and the disk partitions used. In Tru64 UNIX Version 5.0, the descriptive information for partitions used in swapping a... |
fs_config_data(4) -- Describes the configuration data for an AdvFS domain.
|
The output of fs_save_config contains the AdvFS domain configuration that is used as input to the fs_restore_config function. The configuration data file entities consist of domains, volumes, filesets... |
ftpusers(4) -- The ftpd security file
|
The ftpd security file rejects remote logins to local user accounts specified in /etc/ftpusers. Restricted accounts appear one to a line; white space is prohibited. Account names must match exactly th... |
gated.conf(4) -- Gate daemon configuration file (general information)
|
The gated.conf file contains configuration information that is read by the gated daemon at initialization time. This file contains statements that control tracing options, select routing protocols, ma... |
gated.control(4) -- Gate daemon configuration file (control statements)
|
Control statements control routes that are imported from routing peers and routes that are exported to these peers. These are the final statements to be included in the gated.conf file. The following ... |
gated.proto(4) -- Gate daemon configuration file (protocol statements)
|
Routing protocols determine the "best" route to each destination and distribute routing information among the systems on a network. Routing protocols are divided into two general groups: interior (i... |
gateways(4) -- Specifies Internet routing information to the routed daemon
|
The /etc/gateways file identifies gateways for the routed daemon. Ordinarily, the routed daemon queries the network and builds routing tables. The routed daemon builds the tables from routing informat... |
gettydefs(4) -- Terminal attributes
|
The gettydefs file supplies the getty command with information about various terminal attributes, such as the default initialization and the login message. The gettydefs file contains single line entr... |
group(4) -- Group file
|
The /etc/group database contains the following information for each group: Group name Encrypted password Numerical group ID A comma-separated list of all users allowed in the group Note Do not put any... |
hosts(4) -- The host name data base
|
The hosts file contains information regarding the known hosts on the network. For each host a single line should be present with the following information: IP_address canonical_hostname aliases Items ... |
hosts.equiv(4) -- A file containing the names of remote systems and users that can execute commands on the local syste...
|
The /etc/hosts.equiv file and the file in a user's home directory contain the names of remote hosts and users that are equivalent to the local host or user. An equivalent host or user is allowed to a... |
ifaccess.conf(4) -- Interface access filter configuration file
|
The /etc/ifaccess.conf file is an optional system file that specifies access filter entries for network interfaces. Interface access filtering provides a mechanism for detecting and preventing IP spoo... |
imapd.conf(4) -- IMAP configuration file
|
The /etc/imapd.conf file is the configuration file for the IMAP server. It defines local parameters for IMAP. Each line of the /etc/imapd.conf file has the form option: value where option is the name ... |
inet.local(4) -- File to invoke local network commands
|
The inet.local file is a file that is called by /sbin/init.d/inet after all the network interfaces are up and running, but before any other network services are started. The file can contain those com... |
inetd.conf(4) -- The default configuration files for the inetd daemon
|
If the inetd daemon is started without specifying an alternate configuration file, the inetd daemon reads the inetd.conf file and inetd.conf.local file, in this order, for information on how to handle... |
inetd.conf.local(4) -- The default configuration files for the inetd daemon
|
If the inetd daemon is started without specifying an alternate configuration file, the inetd daemon reads the inetd.conf file and inetd.conf.local file, in this order, for information on how to handle... |
inittab(4) -- Controls the initialization process
|
The inittab file provides the init program with instructions for creating and running initialization processes. The init program reads the inittab file each time init is invoked. The file typically co... |
inode(4) -- Specifies the format of the file system volume
|
Every file system storage volume (disk, nine-track tape, for instance) has a common format for certain vital information. Each such volume is divided into a certain number of blocks. The block size is... |
intro(4) -- Introduction to file formats
|
This section describes the formats of various include files, program output files, and system files. Some reference pages in this section may contain suffixes to allow their files to exist with those ... |
ip6rtrd.conf(4) -- IPv6 router daemon (ip6rtrd) configuration file
|
The ip6rtrd.conf file contains configuration information that is read by the ip6rtrd daemon at initialization time. This file contains statements that control information sent in router advertisements... |
ipnodes(4) -- The IP node name database
|
The ipnodes file contains information regarding the known IP nodes (both IPv4 and IPv6) on the network. For each node a single line should be present with the following information: IP_address canonic... |
iptos(4) -- Defines the IP Type Of Service (TOS) for FTP and Telnet
|
The /etc/iptos file configures the Type Of Service (TOS) of the Internet Protocol (IP) used by FTP and Telnet. The TOS field in the Internet datagram is to specify how the datagram should be handled. ... |
issue(4) -- Issue identification file
|
The /etc/issue file is a freely formatted ASCII file. If present, the getty program reads this file and writes its contents to any terminal spawned or respawned from the /etc/inittab file prior to wri... |
issue.net(4) -- Network issue identification file
|
The /etc/issue.net file is a freely formatted ASCII file. If present, the telnetd daemon reads this file and writes its contents over a new telnet connection prior to starting the login dialog. Use th... |
join.ipaddresses(4) -- Acceptable formats for string representations of IP addresses
|
A character string representation of an IP address, as used within JOIN, is written as one, two, three, or four numeric fields with a period (.), separating each field, and without interleaving whites... |
kitcap(4) -- Kit descriptor database for gentapes and gendisk utilities
|
The kitcap file is a database for kit descriptors. This database contains product codes, media codes, and the names of the directories, files, and subsets that make up a product description used by ge... |
krb.conf(4) -- Contains configuration information that describes the default realm of the host, the administration ...
|
The /krb5/krb.conf file is a text file that contains configuration information that describes the default realm of the host, the administration server, and Kerberos servers for known realms. It lists ... |
krb.realms(4) -- Contains configuration information that associates host names with realm names
|
The /krb5/krb.realms file is a text file that associates host names with their realm names. Secured applications use the krb.realms file to determine the realm from which to request a ticket to gain a... |
ldapcd.conf(4) -- Configuration file for LDAP authentication.
|
The ldapcd.conf file contains the configuration and operating parameters for the LDAP authentication daemon. To modify ldapcd.conf, use one of the following methods: Use the SysMan Menu options. Expan... |
ldapusers.deny(4) -- Contains the names of Tru64 UNIX users who will not be authenticated by LDAP authentication
|
The /etc/ldapusers.deny is a text file in which you enter the name of a Tru64 UNIX user who will not be authenticated by LDAP authentication. Users listed in the ldapusers.deny file are authenticated ... |
ldfcn(4) -- Common object file access routines
|
The common object file access routines are a collection of functions for reading an object file that is in common object file form (COFF). Although the calling program must know the detailed structure... |
limits(4) -- Header files for implementation-specific constants
|
The header file limits.h specifies the sizes of integral types as required by the proposed ANSI C standard. The header file float.h specifies the characteristics of floating types as required by the p... |
local(4) -- Symbolic link to CDSL root /cluster/members/{memb}
|
The .local.. file is a symbolic link to the /cluster/members/{memb} file system, which contains directories and links that support Context Dependent Symbolic Links (CDSLs). This file system supports t... |
local.users(4) -- Specifies mail recipients on the local host.
|
The local.users file contains a list of user names whose mail is to be delivered to the local host and whose return address is username@hostname. Entries in the local.hosts file are in addition to oth... |
locale(4) -- Contains one or more categories that describe a locale
|
A locale definition source file contains one or more categories that describe a locale. You can convert a locale definition source file into a locale by using the localedef command. Locales can be mod... |
locks(4) -- A directory that contains lock files for communication devices and remote systems that prevent multi...
|
Lock files are created by the uucico daemon, the cu command, the tip command, and the uugetty command in the /var/spool/locks directory. The files are created when the utility opens the serial line fo... |
Log(4) -- Contains the uucp program log files
|
The /usr/spool/uucp/.Log directories contain uucp program log files. The uucp program normally places status information about each transaction in the appropriate log file each time you use the networ... |
lprsetup(4) -- Printer configuration files
|
The lprsetup.dat file contains configuration data for all printers supported by Tru64 UNIX that have special options such as duplex printing. This file is generated automatically from individual print... |
lprsetup.dat(4) -- Printer configuration files
|
The lprsetup.dat file contains configuration data for all printers supported by Tru64 UNIX that have special options such as duplex printing. This file is generated automatically from individual print... |
ltf(4) -- labeled tape facility
|
The term ltf (Labeled Tape Facility) refers to the group of programs required to fulfill the features and functionality outlined here. References for the substance of this document are based on: Ameri... |
magic(4) -- Magic file for the file command
|
The magic file is used by the file command to identify files that have some sort of magic number. A magic number is any numeric or string constant that identifies the file containing the constant. The... |
matrix.conf(4) -- SIA (Security Integration Architecture) configuration file
|
The matrix.conf file provides the means to configure the SIA security mechanisms for security sensitive commands. Each security mechanism provider should either use the siacfg command to update the ma... |
mcicap(4) -- media changer capability database
|
The mcicap file is a database consisting of media changer descriptions. Each entry within the mcicap file describes a specific media changer, or a model of media changer. The entries within the mcicap... |
mh-alias(4) -- Alias file for MH message system
|
Aliasing allows you to send mail to a person or group of persons without typing their complete mail address. Both your MH personal alias file and the system alias file for mail delivery, /usr/lib/mh/M... |
mh-format(4) -- Format file for the MH message system
|
Several MH commands utilize either a format string or a format file during their execution. For example, scan(1) uses a format string which specifies how scan should generate the scan listing for each... |
mh-mail(4) -- Message format for the MH message system
|
MH processes messages in a particular format. Although neither Bell nor Berkeley mailers produce message files in the format that MH prefers, MH can read message files in that format. Each user has a ... |
mh_profile(4) -- User customization file for the MH message system
|
Each user of MH is expected to have a file named .mh_profile in his or her home directory. This file contains a set of static user parameters used by some or all programs in the the MH family. Each li... |
mountdtab(4) -- Table of local file systems mounted by remote NFS clients
|
The mountdtab file resides in the /etc directory and contains a list of all remote hosts that have mounted local file systems using the NFS protocols. Whenever a client performs a remote mount, the se... |
mqueue(4) -- Contains the log file and temporary files associated with the messages in the mail queue
|
The /usr/spool/mqueue directory contains temporary files associated with the messages in the mail queue and may contain the log file. Temporary files have names that include the mail queue ID (MQID) o... |
msgb(4) -- Defines a STREAMS message block
|
The msgb structure defines a message block. A message block carries data or information in a stream. A STREAMS message consists of message blocks linked through b_cont. Each message block points to a ... |
msqid_ds(4) -- Defines a message queue
|
The msqid_ds structure defines a message queue associated with a message queue ID. There is one queue per message queue ID. Collectively, the queues are stored as an array, with message queue IDs serv... |
mtstailor(4) -- System customization for MH message system
|
The file /usr/lib/mh/mtstailor defines run-time options for those MH programs that interact in some form with the message transport system. At present, these (user) programs are: ap, conflict, inc, ms... |
named.boot(4) -- named configuration file
|
With Berkeley Internet Name Domain (BIND) Version 8.1.1, the name and format of the named daemon configuration (or boot) file has changed. See named.conf(4) reference page for a description. named.boo... |
named.conf(4) -- named configuration file
|
This file is the default configuration (or boot) file for the named server. This configuration file replaces the named.boot file. The named daemon reads the start-up file when the named daemon starts ... |
named.stats(4) -- Contains BIND server statistics
|
The named.stats file contains server statistics for queries to and from hosts in a BIND environment. You can use this data to determine the load on a DNS server and diagnose problems. See the named(8)... |
namepool(4) -- DHCP server database
|
The namepool database provides joind with names that are available for dynamic assignment to clients of the DHCP protocol. For each DHCP server and domain name (NIS or DNS), the database contains a co... |
netgroup(4) -- List of network groups
|
The netgroup file defines network-wide groups used for permission checking when doing remote mounts, remote logins, and remote shells. For remote mounts, the information in the netgroup file is used t... |
netmasks(4) -- DHCP server database
|
The netmasks file is employed by joind, the DHCP server, to inform it about any networks having non-standard subnet masks. This file is only needed on those platforms which don't provide a netmasks d... |
netrc(4) -- Specifies automatic login information for ftp
|
The file contains the information used by the automatic login (autologin) feature of the ftp command. It is a hidden file in your home directory and must be owned by the user logging in, or by the roo... |
nets(4) -- JOIN DHCP server database
|
The nets file is employed by joind, the JOIN DHCP server, to tell it which networks to administer and the ranges of IP addresses available for dynamic assignment on each of those networks. FORMAT [... |
networks(4) -- Contains network name information
|
The networks file contains information about the known networks that comprise the DARPA (Defense Advanced Research Projects Agency) Internet. Each network is represented by a single line in the networ... |
nfs(4) -- Network File System (NFS) information
|
NFS is a facility for sharing files in a heterogeneous environment of processors, operating systems, and networks. Sharing is accomplished by mounting a remote file system or directory on a local syst... |
nfs_intro(4) -- Network File System (NFS) information
|
NFS is a facility for sharing files in a heterogeneous environment of processors, operating systems, and networks. Sharing is accomplished by mounting a remote file system or directory on a local syst... |
ntp.conf(4) -- Network Time Protocol (NTP) configuration file
|
The xntpd configuration file, /etc/ntp.conf, is read by xntpd at startup. The xntpd configuration file is relatively free of formatting. Comments, which may be freely inserted, begin with a # characte... |
ntp.drift(4) -- Network Time Protocol (NTP) drift file
|
When the NTP daemon (xntpd) is first started, it computes the error in the intrinsic frequency of the clock on the computer it is running on. This process usually takes about a day or two after the da... |
ntp.keys(4) -- Network Time Protocol (NTP) authentication key file
|
The NTP standard specifies an extension to allow verification of the authenticity of received NTP packets and to provide an indication of authenticity in outgoing packets. This is implemented in xntpd... |
numa_scheduling_groups(4) -- HP Tru64 UNIX NUMA Scheduling Groups description (libnuma library)
|
Normally, the kernel scheduler attempts to distribute the workload evenly over the entire machine. When the system resources are evenly utilized, the machine is considered to be balanced. When balanci... |
numa_types(4) -- Data types used by NUMA application interfaces
|
This reference page lists and describes the data types, flags, structures, and unions that are defined in the header file to support the HP Tru64 UNIX NUMA APIs. The program must call r... |
ogated.conf(4) -- Contains configuration information for the ogated daemon
|
The /etc/ogated.conf file contains configuration information that is read by the ogated daemon at initialization time. This file contains stanzas that control tracing options, select routing protocols... |
olar.config(4) -- Online Addition and Removal policy configuration files
|
The olar.config and olar.config.common files provide userdefinable policy settings that control the behavior of the Automatic Deallocation Facility. The Automatic Deallocation Facility will attempt to... |
olar.config.common(4) -- Online Addition and Removal policy configuration files
|
The olar.config and olar.config.common files provide userdefinable policy settings that control the behavior of the Automatic Deallocation Facility. The Automatic Deallocation Facility will attempt to... |
Old(4) -- Contains the combined uucp program log files
|
The /usr/spool/uucp/.Old directory contains the combined uucp program log files. The uucp program creates log files of the activities of the uucico and uuxqt daemons in the /usr/spool/uucp/.Log direct... |
passwd(4) -- Password files
|
A passwd file is a file consisting of records separated by newline characters, one record per user, containing seven colon (:) separated fields. These fields are as follows: User's login name. The de... |
patterns(4) -- Patterns for use with internationalization tools
|
The patterns file contains the patterns that must be matched for the internationalization tools extract, strextract, and strmerge. The pattern file in the following example is the default patterns fil... |
pax(4) -- Archive file format
|
The cpio, pax, and tar commands dump several files into one, in a medium suitable for transportation. This file is often referred to as a tar file, or tar tape, since it was originally designed to be ... |
pdsc(4) -- Defines structures describing procedures conforming to the Calling Standard for Alpha Systems .
|
The pdsc.h header file defines two basic data structures: the code range descriptor (crd) and the run-time procedure descriptor (rpd). Code range descriptors associate a contiguous sequence of address... |
Permissions(4) -- Contains information about the permissions that remote computers have with respect to login, file ac...
|
The /usr/lib/uucp/Permissions file contains information about the ways in which the remote computers listed in the Systems file are allowed to carry out uucico and uuxqt transactions with a local syst... |
phones(4) -- File containing the remote host phone number database
|
This file is normally unreadable, and so may contain privileged information. The format of the file is a series of lines of the form: systemname phone-number where systemname is defined in the /etc/re... |
Poll(4) -- Contains information specifying when the UNIX-toUNIX Copy Program (UUCP) should poll designated remo...
|
The /usr/lib/uucp/Poll file contains information for polling remote computers. Each entry in the Poll file contains the name of a remote computer to call, followed by a character, and a sequence... |
prestotab(4) -- Lists the file systems for Prestoserve to accelerate
|
The /etc/prestotab file contains descriptive information about the mounted file systems whose I/O will be automatically accelerated with Prestoserve when the system starts up. This file is created by ... |
printcap(4) -- Printer capability data base
|
The printcap file is used to describe printer characteristics. The format of the printcap file is a simplified version of the /etc/termcap database format. The lpd line printer daemon accesses the /et... |
proc(4) -- The process (/proc) file system and associated ioctl requests
|
The /proc file system is layered beneath the Virtual File System (VFS). It is a pseudo-file system that occupies no disk space. The /proc pseudo-file system appears to contain files, but these are act... |
processor_sets(4) -- Collections of processors
|
A processor set is a collection of processors. When a processor set is first created, it does not contain any processors. You can add processors to a processor set, remove processors from a processor ... |
procset(4) -- Send a signal to one or more processes
|
The contents of the structure define a set of target processes based on logical operations performed on the two sets of potential target processes indicated by the two pairs of id + type p... |
proplist(4) -- The storing, parsing, and retrieving of Extended File Attributes
|
Tru64 UNIX supports the storing, parsing, and retrieving of Extended File Attributes. An Extended File Attribute is a name and value pair that is contained in a variablesized structure called a Proper... |
protocols(4) -- Defines the Internet protocols used on the local host
|
The /etc/protocols file contains information about the known protocols used in the Internet. Each protocol is represented by a single line in the protocols file. Each entry is of the form: Name Number... |
protocols.map(4) -- Specifies node names for protocols configured on your machine.
|
This file contains the Phase IV, Phase V, UUCP, and X25 node names for your system if the respective protocols are running on your machine. The format of the file is as follows: protocols?Phase_IV_nam... |
prpasswd(4) -- Protected password authentication database (Enhanced Security)
|
An authentication profile is maintained for each user on the system. This user profile is kept in the protected password database, accessible only to trusted programs acting on behalf of the trusted c... |
prpwd(4) -- Protected password authentication database (Enhanced Security)
|
An authentication profile is maintained for each user on the system. This user profile is kept in the protected password database, accessible only to trusted programs acting on behalf of the trusted c... |
psm.h(4) -- Header file for the PSM vital process monitoring subsystem
|
The Process Set Manager (PSM) is a loadable kernel subsystem that monitors the state of vital processes. The PSM is layered the Kernel Set Manager (KSM), and uses the Category and MIB-id relationships... |
queuedefs(4) -- Queue description file for at, batch, and cron commands
|
The queuedefs file describes the characteristics of the queues managed by cron or specifies other characteristics for cron. Each noncomment line in this file describes either one queue or a cron chara... |
random(4) -- Kernel random number source devices
|
The /dev/random and /dev/urandom character device special files provide an interface to the kernel random number generator. The random number generator gathers environmental data from device drivers a... |
remote(4) -- Remote host description file
|
The /etc/remote file stores in an ASCII file, remote system attributes known by tip. Each line in the file provides a description for a single system. Fields are separated by colons (:). Lines ending ... |
remote.unknown(4) -- Logs access attempts by unknown remote systems
|
The /usr/lib/uucp/remote.unknown file contains a shell procedure. It is executed by the uucp program when a remote computer that is not listed in the local /usr/lib/uucp/Systems file attempts to commu... |
resolv.conf(4) -- Resolver configuration file
|
The resolver is a set of routines in the C library (resolver(4)) that provide access to the Internet Domain Name System. The resolver configuration file contains information that is read by the resolv... |
resolver(4) -- resolver configuration file
|
The resolver is a set of routines in the C library that provide access to the Internet Domain Name System. The resolver configuration file (resolv.conf) contains information that is read by the resolv... |
rhosts(4) -- Specifies remote users who can use a local user account
|
The file contains a list of remote users who are not required to supply a login password when they use the local user account and execute the rcp, rlogin, and rsh commands. The file contains a list of... |
routes(4) -- Specifies Internet routing information to the routing tables
|
Static routes can be defined in the /etc/routes file. The /etc/routes file identifies static routes that are automatically added to the network routing tables with the /usr/sbin/route add command. The... |
rpc(4) -- Remote procedure call file
|
The rpc file is an ASCII file that contains the following information: rpc name numerical rpc ID aliases Each rpc name is separated from the next by a new line. Items are separated by any number of bl... |
sccsfile(4) -- Contains Source Code Control System (SCCS) information
|
The sccsfile file is a text file consisting of six logical parts: checksum, delta table, user names, flags, comments, and body. Note that there are lines throughout an SCCS file that begin with the AS... |
securettys(4) -- Secure terminal database file
|
Security Note The terminal database file used on a trusted system is /etc/auth/system/ttys and is documented in the ttys(4) reference page. The /etc/securettys file specifies the tty lines that are co... |
semid_ds(4) -- Defines a semaphore set
|
The semid_ds structure defines a semaphore set associated with a semaphore ID. There is one semaphore set per semaphore ID. A semaphore set is implemented as an array of sem_nsems semaphores, with sem... |
sendmail.cf(4) -- Contains the sendmail configuration file data
|
The sendmail.cf file contains configuration information for the sendmail daemon. For further information on sendmail, see the sendmail(8) reference page, the sendmail book by O'Reilly & Associates, o... |
server.pcy(4) -- BOOTP and DHCP server policy
|
The server.pcy file is a text database that governs the behavior of BOOTP and DHCP servers. If the joind daemon is invoked to use text databases, it reads the server.pcy file on startup. If the JOINCO... |
services(4) -- Defines the sockets and protocols used for Internet services
|
The /etc/services file associates Internet service names and aliases with the port number and protocol used by the service. Each service is listed in this file on a single line of the form: ServiceNam... |
shells(4) -- Shell database
|
The shells file contains a list of the shells on the system. For each shell, the file should contain a single line consisting of the shell's path, relative to root. A # (number sign) indicates the be... |
shmid_ds(4) -- Defines a shared memory region
|
The shmid_ds structure defines a shared memory region associated with a shared memory region ID. There is one shared memory region per ID. Collectively, the shared memory regions are maintained in a s... |
shosts(4) -- Specifies remote users who can use a local user account
|
The file contains a list of remote users who are not required to supply a login password when they use the local user account and execute the rcp, rlogin, and rsh commands. The file contains a list of... |
sialog(4) -- SIA (Security Integration Architecture) log file
|
The sialog file provides SIA layer accounting information. This data includes the success and failure results of security-related commands such as login, passwd, and su. |
signal(4) -- Contains definitions and variables used by signal functions
|
The /usr/include/signal.h file defines the signals described in the following table. ------------------------------------------------------------------- Signal Number Meaning -------------------------... |
signal.h(4) -- Contains definitions and variables used by signal functions
|
The /usr/include/signal.h file defines the signals described in the following table. ------------------------------------------------------------------- Signal Number Meaning -------------------------... |
slhosts(4) -- File containing information on how to configure SLIP links
|
The slhosts file is the file that contains information for configuring SLIP links. If the system is configured to answer calls, the following events occur: A getty process prompts for a login name. If... |
sm(4) -- Status monitor directories and file structures
|
The directories /etc/sm and /etc/sm.bak are generated by the rpc.statd daemon. Each entry in /etc/sm represents the name of the system to be monitored by the status monitor. Upon its recovery, the sta... |
sm.bak(4) -- Status monitor directories and file structures
|
The directories /etc/sm and /etc/sm.bak are generated by the rpc.statd daemon. Each entry in /etc/sm represents the name of the system to be monitored by the status monitor. Upon its recovery, the sta... |
sms.sme(4) -- SysMan Station event file
|
Introduction to System Management Event Files The SysMan Station Event file (.sme) describes all the events to which the SysMan Station daemon (smsd) should subscribe. In addition to event names, it a... |
ssh2_config(4) -- Configuration file for the Secure Shell client
|
The configuration file for the Secure Shell client reads configuration data from the following sources, in this order: the system's global configuration file (/etc/ssh2/ssh2_config) the user's confi... |
sshd-check-conf(4) -- Check what the configuration allows or denies based on incoming user and/or host name
|
The shd-check-conf file checks how sshd2 will react to an incoming user, based on the user name and the remote host name given as parameters. The following parameters are checked: AllowHosts DenyHosts... |
sshd2_config(4) -- Configuration file for the sshd2 daemon
|
The sshd2 daemon reads configuration data from the /etc/ssh2/sshd2_config file (or the file specified with the sshd2 -f command). The file contains keyword-argument pairs, one per line. Empty lines an... |
sshd2_subconfig(4) -- Describes the subconfiguration that can be used for the sshd2 daemon
|
You can specify configuration options in subconfiguration files that have the same format as the main configuration file. They are read after the daemon forks a new process to handle the connection. I... |
ssh_certificates(4) -- Describes the configuration files and keywords needed when using certificates with the Secure Shell ...
|
When using certificates with Secure Shell software, you need the ssh2_config Version 1.1 and sshd2_config Version 1.1 files and one or more special mapping files holding the user authorization data. (... |
ssh_externalkeys(4) -- Describes the external key providers that can be used with ssh2 software
|
For applications capable of using external keys, two strings must be specified: The provider name The initialization string for the provider These strings can be given on the command line or in the co... |
stab(4) -- Symbol table types
|
The stab.h header file defines some values of the n_type field of the symbol table of a.out files. These are the types for permanent symbols (that is, not local labels, etc.) used by the old debugger ... |
stanza(4) -- Stanza file format
|
A stanza file format is used in conjunction with the libAF(3) stanza file library. The stanza file syntax rules are as follows: Separate entries by one or more blank lines. A colon (:) terminates a en... |
state(4) -- Status monitor directories and file structures
|
The directories /etc/sm and /etc/sm.bak are generated by the rpc.statd daemon. Each entry in /etc/sm represents the name of the system to be monitored by the status monitor. Upon its recovery, the sta... |
statmon(4) -- Status monitor directories and file structures
|
The directories /etc/sm and /etc/sm.bak are generated by the rpc.statd daemon. Each entry in /etc/sm represents the name of the system to be monitored by the status monitor. Upon its recovery, the sta... |
Status(4) -- Contains information about the status of the uucp program contacts with remote systems
|
The /usr/spool/uucp/.Status directory contains information about the status of the uucp program contacts with remote systems. For each remote system contacted, the uucp program creates a file in the d... |
stl_comp(4) -- setld compression option files (*.comp)
|
Each software product that is distributed for installation by the setld utility can have an associated compression option file (productname.comp) where productname is the unique three-character produc... |
stl_ctrl(4) -- setld software subset control files (*.ctrl)
|
Each software subset that is distributed for installation with the setld utility has an associated subset control file (subsetname.ctrl), for example: OATODB100.ctrl. This file, created by kits utilit... |
stl_image(4) -- setld software subset image data files (*.image)
|
Each software product that is distributed for installation with the setld utility has an associated image data file (prodcode.image) created by the kits utility, where prodcode is the unique three-cha... |
stl_inv(4) -- setld inventory file format (*.inv)
|
Each software subset that is distributed for installation by the setld utility has an associated inventory file (subsetname.inv) created by the kits utility, for example: OATODB100.inv. The inventory ... |
stl_key(4) -- setld kit manufacturing key files (*.k)
|
Each software product that is distributed for installation by the setld utility has an associated key file. The key file's name consists of the unique three-letter product code and a three-digit vers... |
stl_mi(4) -- Software distribution master inventory files (*.mi)
|
Each software product that is distributed for installation by the setld utility has an associated master inventory file. The master inventory file's name consists of the unique three-letter product c... |
stl_scp(4) -- Subset control program conventions for the setld utility (*.scp)
|
Each software subset that is distributed for installation by the setld utility can have an associated subset control program file (subsetname.scp), for example: OATODB100.scp. A subset control program... |
stl_sts(4) -- setld subset status file
|
The setld utility generates a subset status file, subset.sts, before installing each subset. This file describes the software subset's installation status, reflecting the success or failure of specif... |
streamadm(4) -- Defines configuration information about a STREAMS module or driver
|
The streamadm structure defines additional configuration information for a STREAMS module or driver. The operating system configuration procedure uses this structure in addition to the traditional str... |
strsetup.conf(4) -- Configuration file for STREAMS drivers
|
The /etc/strsetup.conf file is the configuration file for STREAMS drivers. The strsetup.conf file specifies one or more character special files (or nodes) to be created when a STREAMS driver is config... |
svc.conf(4) -- Database service selection configuration file
|
This file is obsolete, except for statically-built applications and sendmail, if the Name Service Switch is installed. See nsswitch.conf(5) for more information. The /etc/svc.conf file is a mandatory ... |
sysconfigtab(4) -- Configurable subsystem definition database file
|
The sysconfigtab file contains initial values for the attributes of subsystems that can be dynamically configured. The information in the sysconfigtab file is loaded into an in-memory kernel database ... |
syslog.auth(4) -- authorization file for accepting remote syslog messages
|
The /etc/syslog.auth file specifies which remote hosts are allowed to forward syslog messages to the local host. For the sake of security, only messages coming from remote hosts listed in the local /e... |
syslog.conf(4) -- syslogd configuration file
|
The /etc/syslog.conf file is a system file that enables you to configure or filter events that are to be logged by syslogd. You can specify more than one facility and its severity level by separating ... |
syslog_evm.conf(4) -- EVM syslog subscription configuration file
|
The syslog_evm.conf file is a text file that specifies what syslog messages will be forwarded from the syslog daemon to the Event Manager, EVM,in the form of EVM events. Those syslog messages are post... |
Systems(4) -- Contains information about remote systems that can be contacted using the uucp program.
|
The /usr/lib/uucp/Systems file contains an entry for each remote system that the local system can communicate with using uucp. The uucp program cannot establish a connection with a remote system unles... |
tar(4) -- Archive file format
|
The cpio, pax, and tar commands dump several files into one, in a medium suitable for transportation. This file is often referred to as a tar file, or tar tape, since it was originally designed to be ... |
telnetrc(4) -- Specifies setup commands for a telnet session
|
The .telnetrc file contains the setup information for a telnet session. It is a hidden file in your home directory and must be readable by the user logging in. The file can consist of multiple entries... |
Temporary(4) -- Stores data files during transfers to remote systems
|
The uucp Temporary (TM.*) files store data files during transfers to remote systems. After a Data (D.*) file is transferred to a remote system by the uucico daemon, the uucp program places it in a sub... |
term(4) -- Terminal driver tables for nroff
|
The nroff(1) command uses driver tables to customize its output for various types of output devices. These driver tables are written as C programs and compiled and installed in /usr/share/lib/term/tab... |
termcap(4) -- Terminal capability database
|
The termcap file is a database describing terminals used by tset and BSD curses. Terminals are described in the termcap database by specifying a set of capabilities that they have and by describing ho... |
terminfo(4) -- Describes terminals by capability
|
A terminfo file is a database that describes the capabilities and method of operation of various terminals. The database includes definitions of initialization sequences, padding requirements, cursor ... |
termios(4) -- Defines the structure of the termios file, which provides the terminal interface for POSIX compatibi...
|
The /usr/include/termios.h header file is used to obtain and modify attributes required by the terminal driver. These attributes control input and output processing. The definition values and structur... |
termios.h(4) -- Defines the structure of the termios file, which provides the terminal interface for POSIX compatibi...
|
The /usr/include/termios.h header file is used to obtain and modify attributes required by the terminal driver. These attributes control input and output processing. The definition values and structur... |
ttys(4) -- Terminal control database file (Enhanced Security)
|
Notes The secure terminal database file, /etc/securettys, controls root logins for all security levels. The file is described in the securettys(4) reference page. By default, the enhanced security ter... |
ttysrch(4) -- Lists absolute path names for tty name searches
|
The ttysrch file contains a list of absolute path names. This list is used by the ttyname(3) system call to resolve tty names that are not contained in the /dev directory. Each entry in the ttysrch fi... |
tzfile(4) -- Time zone information
|
The time zone information files used by tzset(3) begin with bytes reserved for future use, followed by six fourbyte values, written in a standard byte order (that is, with the high-order byte of the v... |
urandom(4) -- Kernel random number source devices
|
The /dev/random and /dev/urandom character device special files provide an interface to the kernel random number generator. The random number generator gathers environmental data from device drivers a... |
utmp(4) -- Login records
|
The utmp file records information about who is currently using the system. The file is a sequence of utmp entries, as defined in struct utmp in the utmp.h file. The utmp structure gives the name of th... |
utxd.conf(4) -- Configuration file used by utxd
|
The utxd.conf file is read by the utxd daemon and contains information about other utx daemons that have to be spawned. In this file, lines that begin with the character # are treated as comment lines... |
uudemon(4) -- Administrative shell scripts for polling remote systems, cleaning up spool directories, reporting st...
|
All the scripts can be run from the command line or can be run automatically by the cron daemon. To automatically run the scripts, remove the comment character (#) from the beginning of the relevant l... |
uudemon.admin(4) -- Administrative shell scripts for polling remote systems, cleaning up spool directories, reporting st...
|
All the scripts can be run from the command line or can be run automatically by the cron daemon. To automatically run the scripts, remove the comment character (#) from the beginning of the relevant l... |
uudemon.cleanu(4) -- Administrative shell scripts for polling remote systems, cleaning up spool directories, reporting st...
|
All the scripts can be run from the command line or can be run automatically by the cron daemon. To automatically run the scripts, remove the comment character (#) from the beginning of the relevant l... |
uudemon.hour(4) -- Administrative shell scripts for polling remote systems, cleaning up spool directories, reporting st...
|
All the scripts can be run from the command line or can be run automatically by the cron daemon. To automatically run the scripts, remove the comment character (#) from the beginning of the relevant l... |
uudemon.poll(4) -- Administrative shell scripts for polling remote systems, cleaning up spool directories, reporting st...
|
All the scripts can be run from the command line or can be run automatically by the cron daemon. To automatically run the scripts, remove the comment character (#) from the beginning of the relevant l... |
v5srvtab(4) -- Contains the service key table
|
The /krb5/v5srvtab file is the default service key table file that contains the principal entries that you extract from the principal database on the Key Distribution Center (KDC). Each service princi... |
volmake(4) -- Format of a volmake description file
|
Descriptions of configuration records can be given to the volmake utility either on the command line or in a file. Descriptions given on the command line can specify only one new record. Descriptions ... |
vol_pattern(4) -- Logical Storage Manager (LSM) search specifications
|
The vol_pattern search expression language can be used in volprint and voledit, and with some Logical Storage Manager support library functions, to locate Logical Storage Manager configuration records... |
Workspace(4) -- Holds temporary files used internally by file transport programs
|
The /usr/spool/uucp/.Workspace directory holds temporary files of various kinds used internally by uucp file transport programs. |
wtmp(4) -- Login records
|
The utmp file records information about who is currently using the system. The file is a sequence of utmp entries, as defined in struct utmp in the utmp.h file. The utmp structure gives the name of th... |
xferstats(4) -- Contains information about the status of file transfer requests
|
The /usr/spool/uucp/.Admin/xferstats file contains information about the status of each uucp file transfer request. The xferstats file contains the following information: System name Name of the user ... |
Xqtdir(4) -- Contains temporary files used by the uuxqt daemon to execute remote command requests
|
The /usr/spool/uucp/.Xqtdir directory contains temporary files used by the uuxqt daemon to execute remote command requests. |
ypfiles(4) -- Network Information Service (NIS) database and directory structure
|
The NIS database lookup service uses a database of dbm/ndbm, btree, or hash files in the /var/yp directory hierarchy. A dbm/ndbm database consists of two files created by calls to the dbminit(3) funct... |