|
ttys(4) -- terminal control database file, for trusted systems
|
The system supports a single terminal control database containing entries for each local terminal that can log into the system. Authentication programs use information contained in the terminal control database to determine if login from the terminal is permitted. Additional fields are maintained for informational purposes. The format of the terminal control database file is identical to other sys... |
ttytype(4) -- data base of terminal types by port
|
ttytype is a database that identifies the kind of terminal that is attached to each tty port on the system. The file contains one line per port, and each line contains the terminal type (as a name listed in terminfo(4)), a space, and the name of the tty device file, less the initial /dev/. For example, for an HP 2622 terminal on tty02: 2622 tty02 This information is read by tset and by login (for ... |
|
tunefstab(4) -- VxFS file system tuning parameters table
|
The tunefstab file contains tuning parameters for VxFS file systems. tunefs sets the tuning parameters for mounted file systems by processing command line options or by reading parameters in the tunefstab file. Each entry in tunefstab is a line of fields in one of the following formats: block-device tunefs-options system-default tunefs-options block-device is the name of the device on which the fi... |
tztab(4) -- time zone adjustment table for date(1) and ctime(3C)
|
The tztab file describes the differences between Coordinated Universal Time (UTC) and local time. Several local areas can be represented simultaneously with historical detail. The file tztab consists of one or more time zone adjustment entries. The first line of the entry contains a unique string that may match the value of the TZ string in the user's environment. The format is tznamediffdstzname... |
udc(4) -- user-defined character raster font format
|
The UDC raster font format consists of a character index and character pattern. The code area and the maximum number of characters depend upon the device and the language. The size of the fonts depend upon the merged font file and the device. |
ups_conf(4) -- HP PowerTrust Uninterruptible Power System (UPS) monitor configuration file
|
The default configuration file for the HP PowerTrust UPS monitor daemon (ups_mond). Another file can be used as long as it complies with the specified format, and the monitor daemon is configured to use the alternate file (see the description of the -f option in ups_mond(1M)). Lines in the configuration file can contain a maximum of 256 characters, and the full pathname of a UPS-tty device file ca... |
utmp(4) -- utmp, wtmp, btmp entry format
|
These files, which hold user and accounting information for such commands as last, who, write, and login (see last(1), who(1), write(1), and login(1)), have the following structure as defined by : #define UTMP_FILE "/etc/utmp" #define WTMP_FILE "/var/adm/wtmp" #define BTMP_FILE "/var/adm/btmp" #define ut_name ut_user struct utmp { char ut_user[8]; /* User login name */ char ut_id[4];... |
utmps(4) -- user-accounting database
|
File utmps contains user accounting information for all users logged onto the system. This file will be accessed by getuts(3C) only if utmpd(1M) is not running. The following information is stored in the utmps file: + User login name (up to 256 characters) + /etc/lines id + Device name (console, lnxx; up to 64 characters) + Process id + Type of entry + Exit status of a process marked as DEAD_PROCE... |
utmpx(4) -- utmpx database storage file
|
File utmpx contains user accounting information for all users logged onto the system. This file will be used instead of the utmp file, which is being depreciated. The following information is stored in the utmpx file: - User login name (up to 24 characters) - /etc/lines id - device name (console, lnxx) - process id - type of entry - exit status of a process marked as DEAD_PROCESS - the time the en... |
uuencode(4) -- format of an encoded uuencode file
|
Files output by uuencode consist of a header line followed by a number of body lines, and a trailer line. The uudecode command ignores any lines preceding the header or following the trailer (see uuencode(1)). Lines preceding a header must not look like a header. The header line consists of the word begin followed by a space, a mode (in octal), another space, and a string which specifies the name ... |
vol_pattern(4) -- VERITAS Volume Manager disk group search specifications
|
The vol_pattern search expression language can be used in vxprint and vxedit, and with some VERITAS Volume Manager (VxVM) support library functions, to locate VERITAS Volume Manager configuration records with particular characteristics. Searches are limited to operation on one disk group at a time. In the current release, search expressions are limited to volume, plex, subdisk, DCO and snap record... |
vxmake(4) -- format of a vxmake description file
|
Descriptions of configuration records can be given to the vxmake utility either on the command line or in a file. Descriptions given on the command line can specify only one new record. Descriptions given in a description file can specify more than one record. The description file format is a convenient way of indicating record contents for other uses as well. For example, the vxprint utility can ... |
wellknownif(4) -- file for dceping(8) that contains the well-known interface IDs for core DCE and other services.
|
The default file contains core DCE services. Do not delete those entries. You can edit the file to include other services. The format of an entry is: server_name interface_id major_version_number minor_version_number You can obtain interface_id from the IDL header file for the server. Blank lines or lines beginning with # are ignored. You can use either spaces or tabs to separate items in a line. ... |
wtmp(4) -- utmp, wtmp, btmp entry format
|
These files, which hold user and accounting information for such commands as last, who, write, and login (see last(1), who(1), write(1), and login(1)), have the following structure as defined by : #define UTMP_FILE "/etc/utmp" #define WTMP_FILE "/var/adm/wtmp" #define BTMP_FILE "/var/adm/btmp" #define ut_name ut_user struct utmp { char ut_user[8]; /* User login name */ char ut_id[4];... |
wtmps(4) -- user login information
|
wtmps and btmps hold user and accounting information for such commands as last, who, write, and login (see last(1), who(1), write(1), and login(1)). File btmps contains bad login entries for each invalid logon attempt. File wtmps contains a record for all logins and logouts apart from accounting records. These files contain utmps-like structure, the key elements of the structure are given below: c... |