HP-UX Reference (11i v3 07/02) - 7 Device (Special) Files, 9 General Information, Index (vol 10)
h
glossary(9) glossary(9)
directory; it simply gives you a convenient way of referring to what is probably your most commonly used
directory.
host name
A string of bytes that uniquely identifies the system in the network. The host name for your system can be
viewed and/or set with the hostname(1) command. More information can be found in the hostname(5) man-
page. See also node name.
image
The current state of your computer (or your portion of the computer, on a multiuser system) during the
execution of a command. Often thought of as a "snapshot" of the state of the machine at any particular
moment during execution.
init
A system process that performs initialization, is the ancestor of every other process in the system, and is
used to start login processes.
init usually has a process ID of
1. See init(1M).
interleave factor
A number that determines the order in which sectors on a mass storage medium are accessed. It can be
optimized to make data acquisition more efficient.
inode
An inode is a structure that describes a file and is identified in the system by a file serial number. Every
file or directory has associated with it an inode. Permissions that specify who can access the file and how
are kept in a 9-bit field that is part of the inode. The inode also contains the file size, the user and group
ID of the file, the number of links, and pointers to the disk blocks where the file’s contents can be found.
Each connection between an inode and its entry in one or more directories is called a link.
inode number
See file serial number.
Internal Terminal Emulator (ITE)
The "device driver" code contained in the HP-UX kernel that is associated with the computer’s built-in key-
board and display or with a particular keyboard and display connected to the computer, depending on the
Series and Model of system processor. See system console and the System Administrator manuals sup-
plied with your system for details.
internationalization
The concept of providing software with the ability to support the native language, local customs, and
coded character set of the user.
interrupt signal
The signal sent by
SIGINT (see signal(2)). This signal generally terminates whatever program you are
running. The key which sends this signal can be redefined with ioctl(2) or stty(1) (see termio(7)). It is often
the ASCII DEL (rubout) character (the DEL key) or the BREAK key. Ctrl-
C is often used instead.
intrinsic
See system call.
I/O redirection
A mechanism provided by the HP-UX shell for changing the source of data for standard input and/or the
destination of data for standard output and standard error. See sh(1).
ITE
See Internal Terminal Emulator.
job control
Job control allows users to selectively stop (suspend) execution of processes and continue (resume) their
execution at a later time.
The user employs this facility via the interactive interface jointly supplied by the system terminal driver
and certain shells (see sh(1)). The terminal driver recognizes a user-defined "suspend character", which
causes the current foreground process group to stop and the user’s job control shell to resume. The job
HP-UX 11i Version 3: February 2007 − 10 − Hewlett-Packard Company 255