Installation guide
/sbin/rc
n
The run command script that corresponds to a particular run level.
There are three /sbin/rc
n
scripts available: /sbin/rc0,
/sbin/rc2, and /sbin/rc3. Section 4.1.2.2, Section 4.1.2.3, and
Section 4.1.2.4 describe the contents and use of these scripts.
/etc/rc.config
A file that contains run-time configuration variables. Scripts in the
/sbin/init.d directory use these variables to configure various
subsystems (for example, NFS or NTP). You (or a program) can use
the rcmgr command to define or access variables in the
/etc/rc.config file. Refer to the rcmgr
(8) reference page and the
Network Administration manual for more information.
/etc/sysconfigtab
The database file that contains information about the subsystems that
can be dynamically configured. Chapter 5 describes this file.
/usr/sbin/getty
The executable file that sets and manages terminal lines.
Section 4.1.1.4 and Section 4.1.1.5 describe this program. Refer to the
getty
(8) reference page for more information.
/etc/gettydefs
The file used by getty that contains entries to identify and define
terminal line attributes. Refer to the gettydefs
(4) reference page for
more information.
/var/spool/cron/crontabs/*
The files that contain entries to identify and define the regular or
periodic activation of specific processes. Refer to Section 4.1.3 for more
information about these files.
/var/spool/cron/atjobs/*
The file that contains entries to identify and define the once-only
activation of specific processes. See the at
(1) reference page for more
information.
The following files contain information on kernel configuration:
Customizing the System Environment 4–3