Directory | Description |
4lib | SunOS 4.1 binary compatibility package libraries |
5bin | Symbolic link to the /usr/bin
directory |
X | Symbolic link to the /usr/openwin directory |
adm | Symbolic link to the /var/adm
directory |
apache | Apache executables, loadable modules, and documentation |
aset | Directory for Automated Security Enhancement
Tools (ASET) programs and files |
bin | Location for standard system commands |
ccs | C compilation programs and libraries |
demo | Demo programs and data |
dict | Symbolic link to the /usr/share/lib/dict directory, which contains the dictionary file used by the UNIX
spell program |
dt | Directory or mount point for CDE software |
games | An empty directory, which is a remnant
of the SunOS 4.0-4.1 software |
include | Header files for C programs, and so
on. |
iplanet | Directory server executables, loadable modules,
and documentation |
j2se | Java 2 SDK executables, loadable modules, and
documentation |
java* | Directories that
contain Java programs and libraries |
kernel | Additional kernel modules |
kvm | Obsolete |
lib | Various program libraries, architecture-dependent
databases, and binaries not invoked directly by the user |
local | Commands local to a site |
mail | Symbolic link to the /var/mail
directory |
man | Symbolic link to the /usr/share/man directory |
net | Directory for network listener services |
news | Symbolic link to the /var/news
directory |
oasys | Files for the Form and Menu Language Interpreter
(FMLI) execution environment |
old | Programs that are being phased out |
openwin | Directory or mount point for OpenWindows
software |
perl5 | Perl 5 programs and documentation |
platform | Supported platform files. For more information,
see Table 44-3. |
preserve | Symbolic link to the /var/preserve directory |
proc | Directory for the proc tools |
pub | Files for online man page and character processing |
sadm | Various files and directories related
to system administration |
sbin | Executables for system administration |
sbin/install.d | Custom JumpStart scripts and executables |
sbin/static | Statically linked version of selected programs from /usr/bin
and /usr/sbin |
sbin/sparcv7 and sparcv9 | 32-bit and
64-bit versions of commands on SPARC systems |
sbin/i86 | x86 architecture specific commands |
sfw | GNU and open source executables, libraries,
and documentation |
share | Architecture-independent sharable files |
share/admserv5.1 | iPlanet Console and Administration Server 5.0
documentation |
share/audio | Sample audio files |
share/ds5 | iPlanet Directory Server 5.1 Documentation |
share/lib | Architecture-independent databases |
share/man | Solaris manual pages |
share/src | Source code for kernel, libraries,
and utilities |
snadm | Programs and libraries related to system and
network administration |
spool | Symbolic link to the /var/spool
directory |
src | Symbolic link to the share/src
directory |
tmp | Symbolic link to the var/tmp
directory |
ucb | Berkeley compatibility package binaries |
ucbinclude | Berkeley compatibility package header
files |
ucblib | Berkeley compatibility package libraries |
vmsys | Directory for Framed Access Command Environment
(FACE) programs |
xpg4 | Directory for POSIX-compliant utilities |
The following sections provide additional information about the organization
and function of these blocks.
The boot block stores objects that are
used in booting the system. If a file system is not to be used for booting,
the boot block is left blank. The boot block appears only in the first cylinder
group (cylinder group 0) and is the first 8 Kbytes in a slice.
The superblock stores much of the information about the file system,
which includes the following:
Because the superblock contains critical data, multiple superblocks
are made when the file system is created.
A summary information block is kept within the superblock. The summary
information block is not replicated, but is grouped with the primary superblock,
usually in cylinder group 0. The summary block records changes that take place
as the file system is used. In addition, the summary block lists the number
of inodes, directories, fragments, and storage blocks within the file system.