5754 prtconf: assertion failure in libpcidb if vendor cannot be looked up
[illumos-gate.git] / usr / src / man / man5 / filesystem.5
blob53cf68b47e64dd15de4ec07275cd8e5f8562475c
1 '\" te
2 .\" Copyright (c) 2008, Sun Microsystems, Inc. All Rights Reserved.
3 .\" Copyright 1989 AT&T
4 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.
5 .\"  See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the
6 .\" fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
7 .TH FILESYSTEM 5 "Aug 26, 2013"
8 .SH NAME
9 filesystem \- File system organization
10 .SH SYNOPSIS
11 .LP
12 .nf
14 .fi
16 .LP
17 .nf
18 /usr
19 .fi
21 .SH DESCRIPTION
22 .sp
23 .LP
24 The file system tree is organized for administrative convenience. Distinct
25 areas within the file system tree are provided for files that are private to
26 one machine, files that can be shared by multiple machines of a common
27 platform, files that can be shared by all machines, and home directories. This
28 organization allows sharable files to be stored on one machine but accessed by
29 many machines using a remote file access mechanism such as \fBNFS\fR. Grouping
30 together similar files makes the file system tree easier to upgrade and manage.
31 .sp
32 .LP
33 The file system tree consists of a root file system and a collection of
34 mountable file systems. The \fBmount\fR(2) program attaches mountable file
35 systems to the file system tree at mount points (directory entries) in the root
36 file system or other previously mounted file systems. Two file systems, \fB/\fR
37 (the root) and \fB/usr\fR, must be mounted and \fB/var\fR must be accessible to
38 have a functional system. The root file system is mounted automatically by the
39 kernel at boot time; the \fB/usr\fR file system is mounted by the system
40 start-up script, which is run as part of the booting process. \fB/var\fR can be
41 mounted as its own file system or be part of \fB/usr\fR, as it is by default.
42 .sp
43 .LP
44 Certain locations, noted below, are approved installation locations for bundled
45 Foundation Solaris software. In some cases, the approved locations for bundled
46 software are also approved locations for add-on system software or for
47 applications. The following descriptions make clear where the two locations
48 differ. For example, \fB/etc\fR is the installation location for
49 platform-dependent configuration files that are bundled with Solaris software.
50 The analogous location for applications is \fB/etc/opt/\fR\fIpackagename\fR.
51 .sp
52 .LP
53 In the following descriptions, \fIsubsystem\fR is a category of application or
54 system software, such as a window system (\fBdt\fR) or a language
55 (\fBjava1.2\fR)
56 .sp
57 .LP
58 The following descriptions make use of the terms \fBplatform\fR,
59 \fBplatform-dependent\fR, \fBplatform-independent\fR, and
60 \fBplatform-specific\fR. Platform refers to a machines Instruction Set
61 Architecture or processor type, such as is returned by \fBuname\fR \fB-i\fR.
62 \fBPlatform-dependent\fR refers to a file that is installed on all platforms
63 and whose contents vary depending on the platform. Like a platform-dependent
64 file, a \fBplatform-independent\fR file is installed on all platforms. However,
65 the contents of the latter type remains the same on all platforms. An example
66 of a platform-dependent file is compiled, executable program. An example of a
67 platform-independent file is a standard configuration file, such as
68 \fB/etc/hosts\fR. Unlike a platform-dependent or a platform-independent file,
69 the \fBplatform-specific\fR file is installed only on a subset of supported
70 platforms. Most platform-specific files are gathered under \fB/platform\fR and
71 \fB/usr/platform\fR.
72 .sp
73 .LP
74 In the following file or directory descriptions, GNOME stands for GNU Network
75 Object Model Environment. The GNOME Desktop is shipped with the Solaris
76 operating system.
77 .SS "Root File System"
78 .sp
79 .LP
80 The root file system contains files that are unique to each machine. It
81 contains the following directories:
82 .sp
83 .ne 2
84 .na
85 \fB\fB/\fR\fR
86 .ad
87 .sp .6
88 .RS 4n
89 Root of the overall file system name space.
90 .RE
92 .sp
93 .ne 2
94 .na
95 \fB\fB/dev\fR\fR
96 .ad
97 .sp .6
98 .RS 4n
99 Primary location for special files. Typically, device files are built to match
100 the kernel and hardware configuration of the machine.
104 .ne 2
106 \fB\fB/dev/cfg\fR\fR
108 .sp .6
109 .RS 4n
110 Symbolic links to physical \fBap_ids.\fR
114 .ne 2
116 \fB\fB/dev/cpu\fR\fR
118 .sp .6
119 .RS 4n
120 Provides configuration and capability information about the processor type
124 .ne 2
126 \fB\fB/dev/cua\fR\fR
128 .sp .6
129 .RS 4n
130 Device files for \fBuucp\fR.
134 .ne 2
136 \fB\fB/dev/dsk\fR\fR
138 .sp .6
139 .RS 4n
140 Block disk devices.
144 .ne 2
146 \fB\fB/dev/dtrace\fR\fR
148 .sp .6
149 .RS 4n
150 Pseudo-devices used by the DTrace framework.
154 .ne 2
156 \fB\fB/dev/dtrace/provider\fR\fR
158 .sp .6
159 .RS 4n
160 Pseudo-device drivers representing instrumentation providers for the DTrace
161 framework.
165 .ne 2
167 \fB\fB/dev/fbs\fR\fR
169 .sp .6
170 .RS 4n
171 Frame buffer device files.
175 .ne 2
177 \fB\fB/dev/fd\fR\fR
179 .sp .6
180 .RS 4n
181 File descriptors.
185 .ne 2
187 \fB\fB/dev/md\fR\fR
189 .sp .6
190 .RS 4n
191 Logical volume management meta-disk devices.
195 .ne 2
197 \fB\fB/dev/net\fR\fR
199 .sp .6
200 .RS 4n
201 Network data-link interface devices.
205 .ne 2
207 \fB\fB/dev/printers\fR\fR
209 .sp .6
210 .RS 4n
211 USB printer device files.
215 .ne 2
217 \fB\fB/dev/pts\fR\fR
219 .sp .6
220 .RS 4n
221 Pseudo-terminal devices.
225 .ne 2
227 \fB\fB/dev/rdsk\fR\fR
229 .sp .6
230 .RS 4n
231 Raw disk devices.
235 .ne 2
237 \fB\fB/dev/rmt\fR\fR
239 .sp .6
240 .RS 4n
241 Raw tape devices.
245 .ne 2
247 \fB\fB/dev/sad\fR\fR
249 .sp .6
250 .RS 4n
251 Entry points for the \fBSTREAMS\fR Administrative driver.
255 .ne 2
257 \fB\fB/dev/sound\fR\fR
259 .sp .6
260 .RS 4n
261 Audio device and audio device control files.
265 .ne 2
267 \fB\fB/dev/swap\fR\fR
269 .sp .6
270 .RS 4n
271 Default swap device.
275 .ne 2
277 \fB\fB/dev/term\fR\fR
279 .sp .6
280 .RS 4n
281 Terminal devices.
285 .ne 2
287 \fB\fB/devices\fR\fR
289 .sp .6
290 .RS 4n
291 Physical device files.
295 .ne 2
297 \fB\fB/etc\fR\fR
299 .sp .6
300 .RS 4n
301 Platform-dependent administrative and configuration files and databases that
302 are not shared among systems. \fB/etc\fR may be viewed as the directory that
303 defines the machine's identity. An approved installation location for bundled
304 Solaris software. The analogous location for add-on system software or for
305 applications is \fB/etc/opt/\fR\fIpackagename\fR.
309 .ne 2
311 \fB\fB/etc/X11\fR\fR
313 .sp .6
314 .RS 4n
315 Xorg Xserver (X11) configuration files.
319 .ne 2
321 \fB\fB/etc/acct\fR\fR
323 .sp .6
324 .RS 4n
325 Accounting system configuration information.
329 .ne 2
331 \fB\fB/etc/apache\fR\fR
333 .sp .6
334 .RS 4n
335 Apache configuration files.
339 .ne 2
341 \fB\fB/etc/apoc\fR\fR
343 .sp .6
344 .RS 4n
345 Files for configuring Sun Java Desktop System Configuration Manager remote
346 access.
350 .ne 2
352 \fB\fB/etc/bonobo-activation\fR\fR
354 .sp .6
355 .RS 4n
356 GNOME XML configuration file for identifying CORBA servers.
360 .ne 2
362 \fB\fB/etc/cron.d\fR\fR
364 .sp .6
365 .RS 4n
366 Configuration information for \fBcron\fR(1M).
370 .ne 2
372 \fB\fB/etc/dat\fR\fR
374 .sp .6
375 .RS 4n
376 Contains a list of interface adapters supported by uDAPL service providers.
380 .ne 2
382 \fB\fB/etc/default\fR\fR
384 .sp .6
385 .RS 4n
386 Defaults information for various programs.
390 .ne 2
392 \fB\fB/etc/devices\fR\fR
394 .sp .6
395 .RS 4n
396 Contains device-related data.
400 .ne 2
402 \fB\fB/etc/dfs\fR\fR
404 .sp .6
405 .RS 4n
406 Configuration information for shared file systems.
410 .ne 2
412 \fB\fB/etc/dhcp\fR\fR
414 .sp .6
415 .RS 4n
416 Dynamic Host Configuration Protocol (\fBDHCP\fR) configuration files.
420 .ne 2
422 \fB\fB/etc/dmi\fR\fR
424 .sp .6
425 .RS 4n
426 Solstice Enterprise Agents configuration files.
430 .ne 2
432 \fB\fB/etc/dt\fR\fR
434 .sp .6
435 .RS 4n
436 Desktop configuration files.
440 .ne 2
442 \fB\fB/etc/flash\fR\fR
444 .sp .6
445 .RS 4n
446 Solaris Flash Archive configuration files.
450 .ne 2
452 \fB\fB/etc/fm\fR\fR
454 .sp .6
455 .RS 4n
456 Fault manager configuration files. For more information, see \fBfmd\fR(1M).
460 .ne 2
462 \fB\fB/etc/fonts\fR\fR
464 .sp .6
465 .RS 4n
466 Font configuration information.
470 .ne 2
472 \fB\fB/etc/fs\fR\fR
474 .sp .6
475 .RS 4n
476 Binaries organized by file system types for operations required before
477 \fB/usr\fR is mounted.
481 .ne 2
483 \fB\fB/etc/ftpd\fR\fR
485 .sp .6
486 .RS 4n
487 \fBftpd\fR configuration files.
491 .ne 2
493 \fB\fB/etc/gconf\fR\fR
495 .sp .6
496 .RS 4n
497 GConf system configuration (including system defaults and system mandatory
498 settings)
502 .ne 2
504 \fB\fB/etc/gimp\fR\fR
506 .sp .6
507 .RS 4n
508 GNU Image Manipulation Program (GIMP) configuration files.
512 .ne 2
514 \fB\fB/etc/gnome\fR\fR
516 .sp .6
517 .RS 4n
518 GNOME Desktop configuration files.
522 .ne 2
524 \fB\fB/etc/gnome-vfs-2.0\fR\fR
526 .sp .6
527 .RS 4n
528 Files for customizing GNOME 2.0 desktop menus.
532 .ne 2
534 \fB\fB/etc/gnopernicus-1.0\fR\fR
536 .sp .6
537 .RS 4n
538 Configuration files for GNOME's Gnopernicus, an Assistive Technology (AT)
539 screen reader.
543 .ne 2
545 \fB\fB/etc/gss\fR\fR
547 .sp .6
548 .RS 4n
549 Generic Security Service (\fBGSS\fR) Application Program Interface
550 configuration files.
554 .ne 2
556 \fB\fB/etc/gtk\fR\fR
558 .sp .6
559 .RS 4n
560 GTK+ configuration files
564 .ne 2
566 \fB\fB/etc/gtk-2.0\fR\fR
568 .sp .6
569 .RS 4n
570 GTK+ Pixbuf loaders and Input Method modules
574 .ne 2
576 \fB\fB/etc/imq\fR\fR
578 .sp .6
579 .RS 4n
580 Sun Java System Message Queue security configuration files.
584 .ne 2
586 \fB\fB/etc/inet\fR\fR
588 .sp .6
589 .RS 4n
590 Configuration files for Internet services.
594 .ne 2
596 \fB\fB/etc/init.d\fR\fR
598 .sp .6
599 .RS 4n
600 Shell scripts for transitioning between run levels.
604 .ne 2
606 \fB\fB/etc/krb5\fR\fR
608 .sp .6
609 .RS 4n
610 Kerberos configuration files.
614 .ne 2
616 \fB\fB/etc/lib\fR\fR
618 .sp .6
619 .RS 4n
620 Shared libraries needed during booting.
624 .ne 2
626 \fB\fB/etc/llc2\fR\fR
628 .sp .6
629 .RS 4n
630 Logical link control (\fBllc2\fR) driver configuration files.
634 .ne 2
636 \fB\fB/etc/lp\fR\fR
638 .sp .6
639 .RS 4n
640 Configuration information for the printer subsystem.
644 .ne 2
646 \fB\fB/etc/lvm\fR\fR
648 .sp .6
649 .RS 4n
650 Solaris Logical Volume Manager configuration files.
654 .ne 2
656 \fB\fB/etc/mail\fR\fR
658 .sp .6
659 .RS 4n
660 Mail subsystem configuration.
664 .ne 2
666 \fB\fB/etc/nca\fR\fR
668 .sp .6
669 .RS 4n
670 Solaris Network Cache and Accelerator (\fBNCA\fR) configuration files.
674 .ne 2
676 \fB\fB/etc/net\fR\fR
678 .sp .6
679 .RS 4n
680 Configuration information for transport independent network services.
684 .ne 2
686 \fB\fB/etc/nfs\fR\fR
688 .sp .6
689 .RS 4n
690 NFS server logging configuration file.
694 .ne 2
696 \fB\fB/etc/opt\fR\fR
698 .sp .6
699 .RS 4n
700 Configuration information for optional packages.
704 .ne 2
706 \fB\fB/etc/pango\fR\fR
708 .sp .6
709 .RS 4n
710 Pango configuration and module information.
714 .ne 2
716 \fB\fB/etc/patch\fR\fR
718 .sp .6
719 .RS 4n
720 Configuration files for patch management.
724 .ne 2
726 \fB\fB/etc/ppp\fR\fR
728 .sp .6
729 .RS 4n
730 Solaris \fBPPP\fR configuration files.
734 .ne 2
736 \fB\fB/etc/rc0.d\fR\fR
738 .sp .6
739 .RS 4n
740 Scripts for entering or leaving run level 0. See \fBinit\fR(1M).
744 .ne 2
746 \fB\fB/etc/rc1.d\fR\fR
748 .sp .6
749 .RS 4n
750 Scripts for entering or leaving run level 1. See \fBinit\fR(1M).
754 .ne 2
756 \fB\fB/etc/rc2.d\fR\fR
758 .sp .6
759 .RS 4n
760 Scripts for entering or leaving run level 2. See \fBinit\fR(1M).
764 .ne 2
766 \fB\fB/etc/rc3.d\fR\fR
768 .sp .6
769 .RS 4n
770 Scripts for entering or leaving run level 3. See \fBinit\fR(1M).
774 .ne 2
776 \fB\fB/etc/rcS.d\fR\fR
778 .sp .6
779 .RS 4n
780 Scripts for bringing the system up in single user mode.
784 .ne 2
786 \fB\fB/etc/rcm\fR\fR
788 .sp .6
789 .RS 4n
790 Directory for reconfiguration manager (RCM) custom scripts.
794 .ne 2
796 \fB\fB/etc/rpcsec\fR\fR
798 .sp .6
799 .RS 4n
800 This directory might contain an \fBNIS+\fR authentication configuration file.
804 .ne 2
806 \fB\fB/etc/saf\fR\fR
808 .sp .6
809 .RS 4n
810 Service Access Facility files.
814 .ne 2
816 \fB\fB/etc/sasl\fR\fR
818 .sp .6
819 .RS 4n
820 Simple Authentication and Security Layer (SASL) server configuration files.
824 .ne 2
826 \fB\fB/etc/security\fR\fR
828 .sp .6
829 .RS 4n
830 Solaris-delivered security configuration files (Audit, RBAC, crypto, Trusted
831 Extensions).
835 .ne 2
837 \fB\fB/etc/sfw\fR\fR
839 .sp .6
840 .RS 4n
841 Platform-dependent administrative, configuration files and databases for
842 subsystems from \fB/usr/sfw\fR that are not shared among systems.
846 .ne 2
848 \fB\fB/etc/sfw/samba\fR\fR
850 .sp .6
851 .RS 4n
852 Samba configuration files.
856 .ne 2
858 \fB\fB/etc/skel\fR\fR
860 .sp .6
861 .RS 4n
862 Default profile scripts for new user accounts. See \fBuseradd\fR(1M).
866 .ne 2
868 \fB\fB/etc/sma\fR\fR
870 .sp .6
871 .RS 4n
872 Systems Management Agent (SMA) configuration files.
876 .ne 2
878 \fB\fB/etc/smartcard\fR\fR
880 .sp .6
881 .RS 4n
882 Solaris Smart Card configuration files.
886 .ne 2
888 \fB\fB/etc/snmp\fR\fR
890 .sp .6
891 .RS 4n
892 Solstice Enterprise Agents configuration files.
896 .ne 2
898 \fB\fB/etc/sound\fR\fR
900 .sp .6
901 .RS 4n
902 Sound Events configuration files.
906 .ne 2
908 \fB\fB/etc/ssh\fR\fR
910 .sp .6
911 .RS 4n
912 Secure Shell configuration files. See \fBssh\fR(1)
916 .ne 2
918 \fB\fB/etc/svc\fR\fR
920 .sp .6
921 .RS 4n
922 SMF service repository.
926 .ne 2
928 \fB\fB/etc/sysevent\fR\fR
930 .sp .6
931 .RS 4n
932 \fBsyseventd\fR configuration files.
936 .ne 2
938 \fB\fB/etc/\fIsubsystem\fR\fR\fR
940 .sp .6
941 .RS 4n
942 Platform-dependent \fIsubsystem\fR configuration files that are not shared
943 among systems. An approved installation location for bundled Solaris software.
944 The analogous location for add-on system software or for applications is
945 \fB/etc/opt/\fR\fIpackagename\fR.
949 .ne 2
951 \fB\fB/etc/tm\fR\fR
953 .sp .6
954 .RS 4n
955 Trademark files; contents displayed at boot time.
959 .ne 2
961 \fB\fB/etc/usb\fR\fR
963 .sp .6
964 .RS 4n
965 \fBUSB\fR configuration information.
969 .ne 2
971 \fB\fB/etc/uucp\fR\fR
973 .sp .6
974 .RS 4n
975 \fBUUCP\fR configuration information. See \fBuucp\fR(1C).
979 .ne 2
981 \fB\fB/etc/xml\fR\fR
983 .sp .6
984 .RS 4n
985 Extensible Markup Language (XML) catalog.
989 .ne 2
991 \fB\fB/etc/zones\fR\fR
993 .sp .6
994 .RS 4n
995 Solaris Zones configuration files.
999 .ne 2
1001 \fB\fB/export\fR\fR
1003 .sp .6
1004 .RS 4n
1005 Default root of the shared file system tree.
1009 .ne 2
1011 \fB\fB/home\fR\fR
1013 .sp .6
1014 .RS 4n
1015 Default root of a subtree for user directories.
1019 .ne 2
1021 \fB\fB/kernel\fR\fR
1023 .sp .6
1024 .RS 4n
1025 Subtree of platform-dependent loadable kernel modules required as part of the
1026 boot process. It includes the generic part of the core kernel that is
1027 platform-independent, \fB/kernel/genunix\fR. See \fBkernel\fR(1M) An approved
1028 installation location for bundled Solaris software and for add-on system
1029 software.
1033 .ne 2
1035 \fB\fB/kernel/drv\fR\fR
1037 .sp .6
1038 .RS 4n
1039 32-bit x86 device drivers.
1043 .ne 2
1045 \fB\fB/kernel/drv/sparcv9\fR\fR
1047 .sp .6
1048 .RS 4n
1049 64-bit \fBSPARC\fR device drivers.
1053 .ne 2
1055 \fB\fB/kernel/drv/amd64\fR\fR
1057 .sp .6
1058 .RS 4n
1059 64-bit device drivers for 64-bit x86 platforms.
1063 .ne 2
1065 \fB\fB/kernel/dtrace\fR\fR
1067 .sp .6
1068 .RS 4n
1069 Kernel modules representing components in the DTrace framework.
1073 .ne 2
1075 \fB\fB/kernel/genunix\fR\fR
1077 .sp .6
1078 .RS 4n
1079 Platform-independent kernel.
1083 .ne 2
1085 \fB\fB/kernel/amd64/genunix\fR\fR
1087 .sp .6
1088 .RS 4n
1089 64-bit, platform-independent kernel.
1093 .ne 2
1095 \fB\fB/kernel/\fIsubsystem\fR/amd64\fR\fR
1097 .sp .6
1098 .RS 4n
1099 64-bit x86 platform-dependent modules required for boot. An approved
1100 installation location for bundled Solaris software and for add-on system
1101 software.
1105 .ne 2
1107 \fB\fB/kernel/\fIsubsystem\fR/sparcv9\fR\fR
1109 .sp .6
1110 .RS 4n
1111 64-bit \fBSPARC\fR platform-dependent modules required for boot. An approved
1112 installation location for bundled Solaris software and for add-on system
1113 software.
1117 .ne 2
1119 \fB\fB/lib/svc/manifest\fR\fR
1121 .sp .6
1122 .RS 4n
1123 SMF method scripts. An approved installation location for bundled Solaris
1124 software. The analogous location for add-on system software or for applications
1125 is \fB/opt/packagename/lib/svc/manifest\fR.
1129 .ne 2
1131 \fB\fB/mnt\fR\fR
1133 .sp .6
1134 .RS 4n
1135 Default temporary mount point for file systems. This is an empty directory on
1136 which file systems can be temporarily mounted.
1140 .ne 2
1142 \fB\fB/net\fR\fR
1144 .sp .6
1145 .RS 4n
1146 Temporary mount point for file systems that are mounted by the automounter.
1150 .ne 2
1152 \fB\fB/opt\fR\fR
1154 .sp .6
1155 .RS 4n
1156 Root of a subtree for add-on application packages.
1160 .ne 2
1162 \fB\fB/platform\fR\fR
1164 .sp .6
1165 .RS 4n
1166 Subtree of platform-specific objects which need to reside on the root
1167 filesystem. It contains a series of directories, one per supported platform.
1168 The semantics of the series of directories is equivalent to \fB/\fR (root).
1172 .ne 2
1174 \fB\fB/platform/\fR\fB`\fR\fBuname\fR \fB-i\fR\fB\fR\fB`\fR\fB/kernel\fR\fR
1176 .sp .6
1177 .RS 4n
1178 Platform-specific modules required for boot. These modules have semantics
1179 equivalent to \fB/kernel\fR. It includes the file \fBunix\fR, the core kernel.
1180 See \fBkernel\fR(1M). An approved installation location for bundled Solaris
1181 software and for add-on system software.
1185 .ne 2
1187 \fB\fB/platform/\fR\fB`\fR\fBuname\fR \fB-m\fR\fB\fR\fB`\fR\fB/kernel\fR\fR
1189 .sp .6
1190 .RS 4n
1191 Hardware class-specific modules required for boot. An approved installation
1192 location for bundled Solaris software and for add-on system software.
1196 .ne 2
1198 \fB\fB/platform/\fR\fB`\fR\fBuname\fR
1199 \fB-i\fR\fB\fR\fB`\fR\fB/kernel/\fIsubsystem\fR/amd64\fR\fR
1201 .sp .6
1202 .RS 4n
1203 x86 64-bit, platform-dependent modules required for boot. This is an approved
1204 installation location for bundled Solaris software.
1208 .ne 2
1210 \fB\fB/platform/\fR\fB`\fR\fBuname\fR
1211 \fB-i\fR\fB\fR\fB`\fR\fB/kernel/\fIsubsystem\fR/sparcv9\fR\fR
1213 .sp .6
1214 .RS 4n
1215 \fBSPARC\fR 64-bit platform-specific modules required for boot. An approved
1216 installation location for bundled Solaris software.
1220 .ne 2
1222 \fB\fB/platform/\fR\fB`\fR\fBuname\fR
1223 \fB-i\fR\fB\fR\fB`\fR\fB/kernel/sparcv9/unix\fR\fR
1225 .sp .6
1226 .RS 4n
1227 64-bit platform-dependent kernel.
1231 .ne 2
1233 \fB\fB/platform/\fR\fB`\fR\fBuname\fR
1234 \fB-i\fR\fB\fR\fB`\fR\fB/kernel/unix\fR\fR
1236 .sp .6
1237 .RS 4n
1238 32-bit platform-dependent kernel on i86 and a symlink to \fBsparcv9/unix\fR on
1239 SPARC.
1243 .ne 2
1245 \fB\fB/platform/\fR\fB`\fR\fBuname\fR \fB-i\fR\fB\fR\fB`\fR\fB/lib\fR\fR
1247 .sp .6
1248 .RS 4n
1249 Platform-specific shared objects required for boot. Semantics are equivalent to
1250 \fB/lib\fR. An approved installation location for bundled Solaris software and
1251 for add-on system software.
1255 .ne 2
1257 \fB\fB/platform/\fR\fB`\fR\fBuname\fR \fB-i\fR\fB\fR\fB`\fR\fB/sbin\fR\fR
1259 .sp .6
1260 .RS 4n
1261 Platform-specific administrative utilities required for boot. Semantics are
1262 equivalent to \fB/sbin\fR. An approved installation location for bundled
1263 Solaris software and for add-on system software.
1267 .ne 2
1269 \fB\fB/proc\fR\fR
1271 .sp .6
1272 .RS 4n
1273 Root of a subtree for the process file system.
1277 .ne 2
1279 \fB\fB/sbin\fR\fR
1281 .sp .6
1282 .RS 4n
1283 Essential executables used in the booting process and in manual system
1284 recovery. The full complement of utilities is available only after \fB/usr\fR
1285 is mounted. \fB/sbin\fR is an approved installation location for bundled
1286 Solaris software.
1290 .ne 2
1292 \fB\fB/system\fR\fR
1294 .sp .6
1295 .RS 4n
1296 Mount point for the contract (CTFS) and object (OBJFS) file systems.
1300 .ne 2
1302 \fB\fB/tmp\fR\fR
1304 .sp .6
1305 .RS 4n
1306 Temporary files; cleared during the boot operation.
1310 .ne 2
1312 \fB\fB/usr\fR\fR
1314 .sp .6
1315 .RS 4n
1316 Mount point for the \fB/usr\fR file system. See description of \fB/usr\fR file
1317 system, below.
1321 .ne 2
1323 \fB\fB/var\fR\fR
1325 .sp .6
1326 .RS 4n
1327 Root of a subtree for varying files. Varying files are files that are unique to
1328 a machine but that can grow to an arbitrary (that is, variable) size. An
1329 example is a log file. An approved installation location for bundled Solaris
1330 software. The analogous location for add-on system software or for applications
1331 is \fB/var/opt/\fR\fIpackagename\fR.
1335 .ne 2
1337 \fB\fB/var/adm\fR\fR
1339 .sp .6
1340 .RS 4n
1341 System logging and accounting files.
1345 .ne 2
1347 \fB\fB/var/apache\fR\fR
1349 .sp .6
1350 .RS 4n
1351 Scripts, icons, logs, and cache pages for Apache web server.
1355 .ne 2
1357 \fB\fB/var/appserver\fR\fR
1359 .sp .6
1360 .RS 4n
1361 Sun Java System Application Server administrative domain files.
1365 .ne 2
1367 \fB\fB/var/audit\fR\fR
1369 .sp .6
1370 .RS 4n
1371 Default location for Solaris Audit log files.
1375 .ne 2
1377 \fB\fB/var/cores\fR\fR
1379 .sp .6
1380 .RS 4n
1381 Directory provided for global core files storage.
1385 .ne 2
1387 \fB\fB/var/crash\fR\fR
1389 .sp .6
1390 .RS 4n
1391 Default depository for kernel crash dumps.
1395 .ne 2
1397 \fB\fB/var/cron\fR\fR
1399 .sp .6
1400 .RS 4n
1401 Log files for \fBcron\fR(1M).
1405 .ne 2
1407 \fB\fB/var/dmi\fR\fR
1409 .sp .6
1410 .RS 4n
1411 Solstice Enterprise Agents (\fBSEA\fR) Desktop Management Interface (\fBDMI\fR)
1412 run-time components.
1416 .ne 2
1418 \fB\fB/var/dt\fR\fR
1420 .sp .6
1421 .RS 4n
1422 \fBdtlogin\fR configuration files.
1426 .ne 2
1428 \fB\fB/var/fm\fR\fR
1430 .sp .6
1431 .RS 4n
1432 Fault manager state files. For more information, see \fBfmd\fR(1M).
1436 .ne 2
1438 \fB\fB/var/imq\fR\fR
1440 .sp .6
1441 .RS 4n
1442 Message queue broker instance configuration file.
1446 .ne 2
1448 \fB\fB/var/ftp\fR\fR
1450 .sp .6
1451 .RS 4n
1452 \fBFTP\fR server directory.
1456 .ne 2
1458 \fB\fB/var/inet\fR\fR
1460 .sp .6
1461 .RS 4n
1462 IPv6 router state files.
1466 .ne 2
1468 \fB\fB/var/krb5\fR\fR
1470 .sp .6
1471 .RS 4n
1472 Database and log files for Kerberos.
1476 .ne 2
1478 \fB\fB/var/ld\fR\fR
1480 .sp .6
1481 .RS 4n
1482 Configuration files for runtime linker.
1486 .ne 2
1488 \fB\fB/var/ldap\fR\fR
1490 .sp .6
1491 .RS 4n
1492 LDAP client configuration files.
1496 .ne 2
1498 \fB\fB/var/lib\fR\fR
1500 .sp .6
1501 .RS 4n
1502 Directory for variable state information.
1506 .ne 2
1508 \fB\fB/var/log\fR\fR
1510 .sp .6
1511 .RS 4n
1512 System log files.
1516 .ne 2
1518 \fB\fB/var/lp\fR\fR
1520 .sp .6
1521 .RS 4n
1522 Line printer subsystem logging information.
1526 .ne 2
1528 \fB\fB/var/mail\fR\fR
1530 .sp .6
1531 .RS 4n
1532 Directory where users' mail is kept.
1536 .ne 2
1538 \fB\fB/var/mysql\fR\fR
1540 .sp .6
1541 .RS 4n
1542 Dynamic database directory for MySQL Database Management System.
1546 .ne 2
1548 \fB\fB/var/news\fR\fR
1550 .sp .6
1551 .RS 4n
1552 Community service messages. This is not the same as USENET-style news.
1556 .ne 2
1558 \fB\fB/var/nfs\fR\fR
1560 .sp .6
1561 .RS 4n
1562 NFS server log files.
1566 .ne 2
1568 \fB\fB/var/nis\fR\fR
1570 .sp .6
1571 .RS 4n
1572 NIS+ databases.
1576 .ne 2
1578 \fB\fB/var/ntp\fR\fR
1580 .sp .6
1581 .RS 4n
1582 Network Time Protocol (\fBNTP\fR) server state directory.
1586 .ne 2
1588 \fB\fB/var/opt\fR\fR
1590 .sp .6
1591 .RS 4n
1592 Root of a subtree for varying files associated with optional software packages.
1593 An approved installation location for add-on system software and applications.
1597 .ne 2
1599 \fB\fB/var/patchsrv\fR\fR
1601 .sp .6
1602 .RS 4n
1603 Patch management log files.
1607 .ne 2
1609 \fB\fB/var/preserve\fR\fR
1611 .sp .6
1612 .RS 4n
1613 Backup files for \fBvi\fR(1) and \fBex\fR(1).
1617 .ne 2
1619 \fB\fB/var/run\fR\fR
1621 .sp .6
1622 .RS 4n
1623 Temporary files which are not needed across reboots. Only root may modify the
1624 contents of this directory.
1628 .ne 2
1630 \fB\fB/var/sadm\fR\fR
1632 .sp .6
1633 .RS 4n
1634 Databases maintained by the software package management utilities.
1638 .ne 2
1640 \fB\fB/var/sadm/system/logs\fR\fR
1642 .sp .6
1643 .RS 4n
1644 Status log files produced by software management functions and/or applications.
1645 For example, log files produced for product installation. An approved
1646 installation location for bundled Solaris software and for add-on system
1647 software and applications.
1651 .ne 2
1653 \fB\fB/var/saf\fR\fR
1655 .sp .6
1656 .RS 4n
1657 Service access facility logging and accounting files.
1661 .ne 2
1663 \fB\fB/var/samba\fR\fR
1665 .sp .6
1666 .RS 4n
1667 Log and lock files for Samba.
1671 .ne 2
1673 \fB\fB/var/sma_snmp\fR\fR
1675 .sp .6
1676 .RS 4n
1677 Systems Management Agent (SMA) security and MIB component information.
1681 .ne 2
1683 \fB\fB/var/snmp\fR\fR
1685 .sp .6
1686 .RS 4n
1687 SNMP status and configuration information.
1691 .ne 2
1693 \fB\fB/var/spool\fR\fR
1695 .sp .6
1696 .RS 4n
1697 Contains directories for files used in printer spooling, mail delivery,
1698 \fBcron\fR(1M), \fBat\fR(1), and so forth.
1702 .ne 2
1704 \fB\fB/var/spool/clientmqueue\fR\fR
1706 .sp .6
1707 .RS 4n
1708 \fBsendmail\fR(1M) client files.
1712 .ne 2
1714 \fB\fB/var/spool/cron\fR\fR
1716 .sp .6
1717 .RS 4n
1718 \fBcron\fR(1M) and \fBat\fR(1) spooling files.
1722 .ne 2
1724 \fB\fB/var/spool/locks\fR\fR
1726 .sp .6
1727 .RS 4n
1728 Spooling lock files.
1732 .ne 2
1734 \fB\fB/var/spool/lp\fR\fR
1736 .sp .6
1737 .RS 4n
1738 Line printer spool files. See \fBlp\fR(1).
1742 .ne 2
1744 \fB\fB/var/spool/mqueue\fR\fR
1746 .sp .6
1747 .RS 4n
1748 Mail queued for delivery.
1752 .ne 2
1754 \fB\fB/var/spool/pkg\fR\fR
1756 .sp .6
1757 .RS 4n
1758 Spooled packages.
1762 .ne 2
1764 \fB\fB/var/spool/print\fR\fR
1766 .sp .6
1767 .RS 4n
1768 LP print service client-side request staging area.
1772 .ne 2
1774 \fB\fB/var/spool/samba\fR\fR
1776 .sp .6
1777 .RS 4n
1778 Samba print queue.
1782 .ne 2
1784 \fB\fB/var/spool/uucp\fR\fR
1786 .sp .6
1787 .RS 4n
1788 Queued \fBuucp\fR(1C) jobs.
1792 .ne 2
1794 \fB\fB/var/spool/uucppublic\fR\fR
1796 .sp .6
1797 .RS 4n
1798 Files deposited by \fBuucp\fR(1C).
1802 .ne 2
1804 \fB\fB/var/statmon\fR\fR
1806 .sp .6
1807 .RS 4n
1808 Network status monitor files.
1812 .ne 2
1814 \fB\fB/var/svc/log\fR\fR
1816 .sp .6
1817 .RS 4n
1818 SMF log files.
1822 .ne 2
1824 \fB\fB/var/svc/manifest\fR\fR
1826 .sp .6
1827 .RS 4n
1828 SMF service manifests. An approved installation location for bundled, add-on
1829 system software and applications.
1833 .ne 2
1835 \fB\fB/var/svc/manifest/site\fR\fR
1837 .sp .6
1838 .RS 4n
1839 Site-local SMF service manifests.
1843 .ne 2
1845 \fB\fB/var/tmp\fR\fR
1847 .sp .6
1848 .RS 4n
1849 Files that vary in size or presence during normal system operations. This
1850 directory is \fBnot\fR cleared during the boot operation. An approved
1851 installation location for bundled Solaris software and for add-on system
1852 software and applications.
1854 It is possible to change the default behavior for \fB/var/tmp\fR to clear all
1855 of the files except editor temporary files by setting the \fBclean_vartmp\fR
1856 property value of the \fBrmtmpfiles\fR service. This is done with the following
1857 commands:
1859 .in +2
1861 # \fBsvccfg -s svc:/system/rmtmpfiles setprop \e\fR
1862       \fBoptions/clean_vartmp = "true"\fR
1863 # \fBsvcadm refresh svc:/system/rmtmpfiles:default\fR
1865 .in -2
1868 The \fBsolaris.smf.value.rmtmpfiles\fR authorization is required to modify this
1869 property.
1873 .ne 2
1875 \fB\fB/var/uucp\fR\fR
1877 .sp .6
1878 .RS 4n
1879 \fBuucp\fR(1C) log and status files.
1883 .ne 2
1885 \fB\fB/var/yp\fR\fR
1887 .sp .6
1888 .RS 4n
1889 Databases needed for backwards compatibility with \fBNIS\fR and
1890 \fBypbind\fR(1M); unnecessary after full transition to \fBNIS+\fR.
1893 .SS "\fB/usr\fR File System"
1896 Because it is desirable to keep the root file system small and not volatile, on
1897 disk-based systems larger file systems are often mounted on \fB/home\fR,
1898 \fB/opt\fR, \fB/usr\fR, and \fB/var\fR.
1901 The file system mounted on \fB/usr\fR contains platform-dependent and
1902 platform-independent sharable files. The subtree rooted at \fB/usr/share\fR
1903 contains platform-independent sharable files; the rest of the \fB/usr\fR tree
1904 contains platform-dependent files. By mounting a common remote file system, a
1905 group of machines with a common platform may share a single \fB/usr\fR file
1906 system. A single \fB/usr/share\fR file system can be shared by machines of any
1907 platform. A machine acting as a file server can share many different \fB/usr\fR
1908 file systems to support several different architectures and operating system
1909 releases. Clients usually mount \fB/usr\fR read-only so that they do not
1910 accidentally change any shared files.
1913 The \fB/usr\fR file system contains the following subdirectories:
1915 .ne 2
1917 \fB\fB/usr/4lib\fR\fR
1919 .sp .6
1920 .RS 4n
1921 \fBa.out\fR libraries for the Binary Compatibility Package.
1925 .ne 2
1927 \fB\fB/usr/5bin\fR\fR
1929 .sp .6
1930 .RS 4n
1931 Symbolic link to the \fB/usr/bin\fR directory.
1935 .ne 2
1937 \fB\fB/usr/SUNWale\fR\fR
1939 .sp .6
1940 .RS 4n
1941 Configuration files for Asian Lanuguage Environment (ALE).
1945 .ne 2
1947 \fB\fB/usr/X\fR\fR
1949 .sp .6
1950 .RS 4n
1951 Symbolic link to the \fB/usr/openwin\fR directory.
1955 .ne 2
1957 \fB\fB/usr/X11\fR\fR
1959 .sp .6
1960 .RS 4n
1961 Xorg Xserver (X11) executables and documentation.
1965 .ne 2
1967 \fB\fB/usr/adm\fR\fR
1969 .sp .6
1970 .RS 4n
1971 Symbolic link to the \fB/var/adm\fR directory.
1975 .ne 2
1977 \fB\fB/usr/apache\fR\fR
1979 .sp .6
1980 .RS 4n
1981 Apache executables, loadable modules, and documentation.
1985 .ne 2
1987 \fB\fB/usr/appserver\fR\fR
1989 .sp .6
1990 .RS 4n
1991 Sun Java System Application Server software.
1995 .ne 2
1997 \fB\fB/usr/benchmarks\fR\fR
1999 .sp .6
2000 .RS 4n
2001 Directory for benchmarks.
2005 .ne 2
2007 \fB\fB/usr/bin\fR\fR
2009 .sp .6
2010 .RS 4n
2011 Platform-dependent, user-invoked executables. These are commands users expect
2012 to be run as part of their normal \fB$PATH\fR. For executables that are
2013 different on a 64-bit system than on a 32-bit system, a wrapper that selects
2014 the appropriate executable is placed here. See \fBisaexec\fR(3C). An approved
2015 installation location for bundled Solaris software. The analogous location for
2016 add-on system software or for applications is \fB/opt/\fIpackagename\fR/bin\fR.
2020 .ne 2
2022 \fB\fB/usr/bin/amd64\fR\fR
2024 .sp .6
2025 .RS 4n
2026 x86 64-bit, platform-dependent, user-invoked executables. This directory should
2027 not be part of a user's \fB$PATH\fR. A wrapper in \fB/usr/bin\fR should invoke
2028 the executable in this directory. See \fBisaexec\fR(3C). An approved
2029 installation location for bundled Solaris software. The analogous location for
2030 add-on system software or for applications is
2031 \fB/opt/\fIpackagename\fR/bin/amd64\fR.
2035 .ne 2
2037 \fB\fB/usr/bin/sparcv9\fR\fR
2039 .sp .6
2040 .RS 4n
2041 \fBSPARC\fR platform-dependent, user-invoked executables. This directory should
2042 not be part of a user's \fB$PATH\fR. A wrapper in \fB/usr/bin\fR should invoke
2043 the executable in this directory. See \fBisaexec\fR(3C). An approved
2044 installation location for bundled Solaris software. The analogous location for
2045 add-on system software or for applications is
2046 \fB/opt/\fIpackagename\fR/bin/sparcv9\fR.
2050 .ne 2
2052 \fB\fB/usr/bin/\fIsubsystem\fR\fR\fR
2054 .sp .6
2055 .RS 4n
2056 Platform-dependent user-invoked executables that are associated with
2057 \fIsubsystem\fR. These are commands users expect to be run as part of their
2058 normal \fB$PATH\fR. An approved installation location for bundled Solaris
2059 software. The analogous location for add-on system software or for applications
2060 is \fB/opt/\fIpackagename\fR/bin\fR.
2064 .ne 2
2066 \fB\fB/usr/\fIsubsystem\fR/bin\fR\fR
2068 .sp .6
2069 .RS 4n
2070 Platform-dependent user-invoked executables that are associated with
2071 \fIsubsystem\fR. These are commands users expect to be run as part of their
2072 normal \fB$PATH\fR. An approved installation location for bundled Solaris
2073 software. The analogous location for add-on system software or for applications
2074 is \fB/opt/\fIpackagename\fR/bin\fR.
2078 .ne 2
2080 \fB\fB/usr/\fIsubsystem\fR/bin/amd64\fR\fR
2082 .sp .6
2083 .RS 4n
2084 x86 64-bit, platform-dependent, user-invoked executables. This directory should
2085 not be part of a user's \fB$PATH\fR. A wrapper in \fB/usr/bin\fR should invoke
2086 the executable in this directory. See \fBisaexec\fR(3C). An approved
2087 installation location for bundled Solaris software. The analogous location for
2088 add-on system software or for applications is
2089 \fB/opt/\fIpackagename\fR/bin/amd64\fR.
2093 .ne 2
2095 \fB\fB/usr/\fIsubsystem\fR/bin/sparcv9\fR\fR
2097 .sp .6
2098 .RS 4n
2099 \fBSPARC\fR 64-bit, platform-dependent, user-invoked executables. This
2100 directory should not be part of a user's \fB$PATH\fR. A wrapper in
2101 \fB/usr/bin\fR should invoke the executable in this directory. See
2102 \fBisaexec\fR(3C). An approved installation location for bundled Solaris
2103 software. The analogous location for add-on system software or for applications
2104 is \fB/opt/\fIpackagename\fR/bin/sparcv9\fR.
2108 .ne 2
2110 \fB\fB/usr/ccs\fR\fR
2112 .sp .6
2113 .RS 4n
2114 C compilation system.
2118 .ne 2
2120 \fB\fB/usr/ccs/bin\fR\fR
2122 .sp .6
2123 .RS 4n
2124 C compilation commands and system utilities.
2128 .ne 2
2130 \fB\fB/usr/ccs/lib\fR\fR
2132 .sp .6
2133 .RS 4n
2134 Symbolic link to \fB/usr/lib\fR.
2138 .ne 2
2140 \fB\fB/usr/demo\fR\fR
2142 .sp .6
2143 .RS 4n
2144 Demo programs and data.
2148 .ne 2
2150 \fB\fB/usr/dict\fR\fR
2152 .sp .6
2153 .RS 4n
2154 Symbolic link to the \fB/usr/share/lib/dict\fR directory, which contains the
2155 dictionary file used by the \fBUNIX\fR spell program.
2159 .ne 2
2161 \fB\fB/usr/dt\fR\fR
2163 .sp .6
2164 .RS 4n
2165 root of a subtree for CDE software.
2169 .ne 2
2171 \fB\fB/usr/dt/bin\fR\fR
2173 .sp .6
2174 .RS 4n
2175 Primary location for CDE system utilities.
2179 .ne 2
2181 \fB\fB/usr/dt/include\fR\fR
2183 .sp .6
2184 .RS 4n
2185 Header files for CDE software.
2189 .ne 2
2191 \fB\fB/usr/dt/lib\fR\fR
2193 .sp .6
2194 .RS 4n
2195 Libraries for CDE software.
2199 .ne 2
2201 \fB\fB/usr/dt/share/man\fR\fR
2203 .sp .6
2204 .RS 4n
2205 On-line reference manual pages for CDE software.
2209 .ne 2
2211 \fB\fB/usr/games\fR\fR
2213 .sp .6
2214 .RS 4n
2215 An empty directory, a remnant of the SunOS 4.0/4.1 software.
2219 .ne 2
2221 \fB\fB/usr/gnome\fR\fR
2223 .sp .6
2224 .RS 4n
2225 This is an obsolete directory where 3rd party programs can install their
2226 applications and \fBpixmap\fR files. It is supported for backwards
2227 compatibility.
2231 .ne 2
2233 \fB\fB/usr/include\fR\fR
2235 .sp .6
2236 .RS 4n
2237 Include headers (for C programs).
2241 .ne 2
2243 \fB\fB/usr/j2se\fR\fR
2245 .sp .6
2246 .RS 4n
2247 Java 2 SDK executables, loadable modules, and documentation.
2251 .ne 2
2253 \fB\fB/usr/java\fI*\fR\fR\fR
2255 .sp .6
2256 .RS 4n
2257 Directories containing Java programs and libraries.
2261 .ne 2
2263 \fB\fB/usr/jdk\fI*\fR\fR\fR
2265 .sp .6
2266 .RS 4n
2267 Java Platform virtual machine and core class libraries.
2271 .ne 2
2273 \fB\fB/usr/kernel\fR\fR
2275 .sp .6
2276 .RS 4n
2277 Subtree of platform-dependent loadable kernel modules, not needed in the root
2278 filesystem. An approved installation location for bundled Solaris software.
2282 .ne 2
2284 \fB\fB/usr/kvm\fR\fR
2286 .sp .6
2287 .RS 4n
2288 A mount point, retained for backward compatibility, that formerly contained
2289 platform-specific binaries and libraries.
2293 .ne 2
2295 \fB\fB/usr/lib\fR\fR
2297 .sp .6
2298 .RS 4n
2299 Platform-dependent libraries, various databases, commands and daemons not
2300 invoked directly by a human user. An approved installation location for bundled
2301 Solaris software. The analogous location for add-on system software or for
2302 applications is \fB/opt/\fIpackagename\fR/lib\fR.
2306 .ne 2
2308 \fB\fB/usr/lib/32\fR\fR
2310 .sp .6
2311 .RS 4n
2312 Symbolic link to \fB/usr/lib\fR.
2316 .ne 2
2318 \fB\fB/usr/lib/64\fR\fR
2320 .sp .6
2321 .RS 4n
2322 Symbolic link to the most portable 64-bit Solaris interfaces, on both SPARC and
2323 x86 platforms.
2327 .ne 2
2329 \fB\fB/usr/lib/acct\fR\fR
2331 .sp .6
2332 .RS 4n
2333 Accounting scripts and binaries. See \fBacct\fR(1M).
2337 .ne 2
2339 \fB\fB/usr/lib/adb\fR\fR
2341 .sp .6
2342 .RS 4n
2343 \fBadb\fR accounting scripts.
2347 .ne 2
2349 \fB\fB/usr/lib/amd64\fR\fR
2351 .sp .6
2352 .RS 4n
2353 Platform-dependent libraries, various databases, commands and daemons not
2354 invoked directly by a human user on 64-bit x86. An approved installation
2355 location for bundled Solaris software. The analogous location for add-on system
2356 software or for applications is \fB/opt/\fIpackagename\fR/lib/amd64\fR.
2360 .ne 2
2362 \fB\fB/usr/lib/autofs\fR\fR
2364 .sp .6
2365 .RS 4n
2366 Contains the \fBautomountd\fR executable.
2370 .ne 2
2372 \fB\fB/usr/lib/cfgadm\fR\fR
2374 .sp .6
2375 .RS 4n
2376 Contains \fBcfgadm\fR hardware-specific driver plugins.
2380 .ne 2
2382 \fB\fB/usr/lib/class\fR\fR
2384 .sp .6
2385 .RS 4n
2386 Scheduling-class-specific directories containing executables for
2387 \fBpriocntl\fR(1) and \fBdispadmin\fR(1M).
2391 .ne 2
2393 \fB\fB/usr/lib/crypto\fR\fR
2395 .sp .6
2396 .RS 4n
2397 Contains the kernel-level cryptographic framework daemon (\fBkcfd\fR).
2401 .ne 2
2403 \fB\fB/usr/lib/devfsadm\fR\fR
2405 .sp .6
2406 .RS 4n
2407 Contains \fBdevfsadm\fR, the daemon version of \fBdevfsadm\fR.
2411 .ne 2
2413 \fB\fB/usr/lib/dict\fR\fR
2415 .sp .6
2416 .RS 4n
2417 Database files for \fBspell\fR(1).
2421 .ne 2
2423 \fB\fB/usr/lib/dns\fR\fR
2425 .sp .6
2426 .RS 4n
2427 Contains DNS resolver libraries.
2431 .ne 2
2433 \fB\fB/usr/lib/dtrace\fR\fR
2435 .sp .6
2436 .RS 4n
2437 Contains \fBdtrace\fR D source files.
2441 .ne 2
2443 \fB\fB/usr/lib/flash\fR\fR
2445 .sp .6
2446 .RS 4n
2447 Contains Solaris flash archive deployment scripts.
2451 .ne 2
2453 \fB\fB/usr/lib/fm\fR\fR
2455 .sp .6
2456 .RS 4n
2457 Contains \fBfmd\fR, the fault manager daemon and the fault manager library.
2461 .ne 2
2463 \fB\fB/usr/lib/font\fR\fR
2465 .sp .6
2466 .RS 4n
2467 \fBtroff\fR(1) font description files.
2471 .ne 2
2473 \fB\fB/usr/lib/fs\fR\fR
2475 .sp .6
2476 .RS 4n
2477 File system type dependent modules; generally not intended to be invoked
2478 directly by the user.
2482 .ne 2
2484 \fB\fB/usr/lib/gss\fR\fR
2486 .sp .6
2487 .RS 4n
2488 Secure services-related libraries.
2492 .ne 2
2494 \fB\fB/usr/lib/iconv\fR\fR
2496 .sp .6
2497 .RS 4n
2498 Conversion tables for \fBiconv\fR(1).
2502 .ne 2
2504 \fB\fB/usr/lib/inet\fR\fR
2506 .sp .6
2507 .RS 4n
2508 Contains many network-related daemons and libraries.
2512 .ne 2
2514 \fB\fB/usr/lib/ipf\fR\fR
2516 .sp .6
2517 .RS 4n
2518 Contains \fBIPFILTER.LICENCE\fR and \fBipftest\fR.
2522 .ne 2
2524 \fB\fB/usr/lib/ipqosconf\fR\fR
2526 .sp .6
2527 .RS 4n
2528 IPQoS configuration utility.
2532 .ne 2
2534 \fB\fB/usr/lib/krb5\fR\fR
2536 .sp .6
2537 .RS 4n
2538 Contains the Kerberos database propagation program and libraries.
2542 .ne 2
2544 \fB\fB/usr/lib/ld\fR\fR
2546 .sp .6
2547 .RS 4n
2548 Contains the map files for the \fBld\fR link editor.
2552 .ne 2
2554 \fB\fB/usr/lib/ldap\fR\fR
2556 .sp .6
2557 .RS 4n
2558 Contains LDAP client configuration utilities.
2562 .ne 2
2564 \fB\fB/usr/lib/libp\fR\fR
2566 .sp .6
2567 .RS 4n
2568 Profiled libraries.
2572 .ne 2
2574 \fB\fB/usr/lib/llc2\fR\fR
2576 .sp .6
2577 .RS 4n
2578 Contains logical link control (\fBllc2\fR) driver configuration files.
2582 .ne 2
2584 \fB\fB/usr/lib/locale\fR\fR
2586 .sp .6
2587 .RS 4n
2588 Localization databases.
2592 .ne 2
2594 \fB\fB/usr/lib/lp\fR\fR
2596 .sp .6
2597 .RS 4n
2598 Line printer subsystem databases and back-end executables.
2602 .ne 2
2604 \fB\fB/usr/lib/netsvc\fR\fR
2606 .sp .6
2607 .RS 4n
2608 Internet network services.
2612 .ne 2
2614 \fB\fB/usr/lib/nfs\fR\fR
2616 .sp .6
2617 .RS 4n
2618 Auxiliary NFS-related programs and daemons.
2622 .ne 2
2624 \fB\fB/usr/lib/nis\fR\fR
2626 .sp .6
2627 .RS 4n
2628 Contains NIS+ administrative commands.
2632 .ne 2
2634 \fB\fB/usr/lib/picl\fR\fR
2636 .sp .6
2637 .RS 4n
2638 Platform Information and Control Library.
2642 .ne 2
2644 \fB\fB/usr/lib/pool\fR\fR
2646 .sp .6
2647 .RS 4n
2648 Contains the automated resource pools partitioning daemon (\fBpoold\fR) and
2649 associated libraries.
2653 .ne 2
2655 \fB\fB/usr/lib/power\fR\fR
2657 .sp .6
2658 .RS 4n
2659 Power management daemon, \fBpowerd\fR.
2663 .ne 2
2665 \fB\fB/usr/lib/print\fR\fR
2667 .sp .6
2668 .RS 4n
2669 Contains \fBlp\fR conversion scripts and the \fBin.lpd\fR daemon.
2673 .ne 2
2675 \fB\fB/usr/lib/rcap\fR\fR
2677 .sp .6
2678 .RS 4n
2679 Resource cap enforcement daemon, \fBrcapd\fR.
2683 .ne 2
2685 \fB\fB/usr/lib/rcm\fR\fR
2687 .sp .6
2688 .RS 4n
2689 Contains the Reconfiguration and Coordination Manager daemon (\fBrcm_daemon\fR)
2690 and RCM scripts.
2694 .ne 2
2696 \fB\fB/usr/lib/refer\fR\fR
2698 .sp .6
2699 .RS 4n
2700 Auxiliary programs for \fBrefer\fR(1).
2704 .ne 2
2706 \fB\fB/usr/lib/rmmount\fR\fR
2708 .sp .6
2709 .RS 4n
2710 Removable media mounter shared objects.
2714 .ne 2
2716 \fB\fB/usr/lib/sa\fR\fR
2718 .sp .6
2719 .RS 4n
2720 Scripts and commands for the system activity report package. See \fBsar\fR(1).
2724 .ne 2
2726 \fB\fB/usr/lib/saf\fR\fR
2728 .sp .6
2729 .RS 4n
2730 Auxiliary programs and daemons related to the service access facility.
2734 .ne 2
2736 \fB\fB/usr/lib/sasl\fR\fR
2738 .sp .6
2739 .RS 4n
2740 Simple Authentication and Security Layer (SASL) plug-in modules.
2744 .ne 2
2746 \fB\fB/usr/lib/secure\fR\fR
2748 .sp .6
2749 .RS 4n
2750 Default trusted libraries.
2754 .ne 2
2756 \fB\fB/usr/lib/security\fR\fR
2758 .sp .6
2759 .RS 4n
2760 Solaris security plug-in modules.
2764 .ne 2
2766 \fB\fB/usr/lib/smartcard\fR\fR
2768 .sp .6
2769 .RS 4n
2770 IFD handler libraries.
2774 .ne 2
2776 \fB\fB/usr/lib/smedia\fR\fR
2778 .sp .6
2779 .RS 4n
2780 Removable media device server daemon, \fBrpc.smserverd\fR.
2784 .ne 2
2786 \fB\fB/usr/lib/sparcv9\fR\fR
2788 .sp .6
2789 .RS 4n
2790 \fBSPARC\fR 64-bit, platform-dependent libraries, various databases, commands
2791 and daemons not invoked directly by a human user. An approved installation
2792 location for bundled Solaris software. The analogous location for add-on system
2793 software or for applications is \fB/opt/\fIpackagename\fR/lib/sparcv9\fR.
2797 .ne 2
2799 \fB\fB/usr/lib/spell\fR\fR
2801 .sp .6
2802 .RS 4n
2803 Auxiliary programs and databases for \fBspell\fR(1). This directory is only
2804 present when the Binary Compatibility Package is installed.
2808 .ne 2
2810 \fB\fB/usr/lib/ssh\fR\fR
2812 .sp .6
2813 .RS 4n
2814 Contains the Secure Shell daemon (\fBsshd\fR) and supporting programs.
2818 .ne 2
2820 \fB\fB/usr/lib/\fIsubsystem\fR\fR\fR
2822 .sp .6
2823 .RS 4n
2824 Platform-dependent libraries, various databases, commands and daemons that are
2825 associated with \fIsubsystem\fR and that are not invoked directly by a human
2826 user. An approved installation location for bundled Solaris software. The
2827 analogous location for add-on system software or for applications is
2828 \fB/opt/\fIpackagename\fR/lib\fR.
2832 .ne 2
2834 \fB\fB/usr/lib/\fIsubsystem\fR/amd64\fR\fR
2836 .sp .6
2837 .RS 4n
2838 x86 64-bit, platform-dependent libraries, various databases, commands and
2839 daemons that are associated with \fIsubsystem\fR and that are not invoked
2840 directly by a human user. An approved installation location for bundled Solaris
2841 software. The analogous location for add-on system software or for applications
2842 is \fB/opt/\fIpackagename\fR/lib/amd64\fR.
2846 .ne 2
2848 \fB\fB/usr/lib/\fIsubsystem\fR/sparcv9\fR\fR
2850 .sp .6
2851 .RS 4n
2852 \fBSPARC\fR 64-bit, platform-dependent libraries, various databases, commands
2853 and daemons that are associated with \fIsubsystem\fR and that are not invoked
2854 directly by a human user. An approved installation location for bundled Solaris
2855 software. The analogous location for add-on system software or for applications
2856 is \fB/opt/\fIpackagename\fR/lib/sparcv9\fR.
2860 .ne 2
2862 \fB\fB/usr/\fIsubsystem\fR/lib\fR\fR
2864 .sp .6
2865 .RS 4n
2866 Platform-dependent libraries, various databases, commands and daemons not
2867 invoked directly by a human user. An approved installation location for bundled
2868 Solaris software. The analogous location for add-on system software or for
2869 applications is \fB/opt/\fIpackagename\fR/lib\fR.
2873 .ne 2
2875 \fB\fB/usr/\fIsubsystem\fR/lib/amd64\fR\fR
2877 .sp .6
2878 .RS 4n
2879 x86 64-bit, platform-dependent libraries, various databases, commands and
2880 daemons that are associated with \fIsubsystem\fR and that are not invoked
2881 directly by a human user. An approved installation location for bundled Solaris
2882 software. The analogous location for add-on system software or for applications
2883 is \fB/opt/\fIpackagename\fR/lib/amd64\fR.
2887 .ne 2
2889 \fB\fB/usr/\fIsubsystem\fR/lib/sparcv9\fR\fR
2891 .sp .6
2892 .RS 4n
2893 \fBSPARC\fR 64-bit, platform-dependent libraries, various databases, commands
2894 and daemons that are associated with \fIsubsystem\fR and that are not invoked
2895 directly by a human user. An approved installation location for bundled Solaris
2896 software. The analogous location for add-on system software or for applications
2897 is \fB/opt/\fIpackagename\fR/lib/sparcv9\fR.
2901 .ne 2
2903 \fB\fB/usr/lib/sysevent\fR\fR
2905 .sp .6
2906 .RS 4n
2907 Contains the system event notification daemon (\fBsyseventd\fR) and the
2908 \fBsyseventd\fR loadable module (SLM) repository.
2912 .ne 2
2914 \fB\fB/usr/lib/uucp\fR\fR
2916 .sp .6
2917 .RS 4n
2918 Auxiliary programs and daemons for \fBuucp\fR(1C).
2922 .ne 2
2924 \fB\fB/usr/lib/webconsole\fR\fR
2926 .sp .6
2927 .RS 4n
2928 Sun Java web console programs and scripts.
2932 .ne 2
2934 \fB\fB/usr/lib/zones\fR\fR
2936 .sp .6
2937 .RS 4n
2938 Zone administration daemon (\fBzoneamd\fR).
2942 .ne 2
2944 \fB\fB/usr/local\fR\fR
2946 .sp .6
2947 .RS 4n
2948 Not part of the SVR4-based Solaris distribution. The \fB/usr\fR directory is
2949 exclusively for software bundled with the Solaris operating system. If needed
2950 for storing machine-local add-on software, create the directory
2951 \fB/opt/local\fR and make \fB/usr/local\fR a symbolic link to \fB/opt/local\fR.
2952 The \fB/opt\fR directory or filesystem is for storing add-on software to the
2953 system.
2957 .ne 2
2959 \fB\fB/usr/mail\fR\fR
2961 .sp .6
2962 .RS 4n
2963 Symbolic link to the \fB/var/mail\fR directory.
2967 .ne 2
2969 \fB\fB/usr/man\fR\fR
2971 .sp .6
2972 .RS 4n
2973 Symbolic link to the \fB/usr/share/man\fR directory.
2977 .ne 2
2979 \fB\fB/usr/net/servers\fR\fR
2981 .sp .6
2982 .RS 4n
2983 Entry points for foreign name service requests relayed using the network
2984 listener. See \fBlisten\fR(1M).
2988 .ne 2
2990 \fB\fB/usr/news\fR\fR
2992 .sp .6
2993 .RS 4n
2994 Symbolic link to the \fB/var/news\fR directory.
2998 .ne 2
3000 \fB\fB/usr/old\fR\fR
3002 .sp .6
3003 .RS 4n
3004 Programs that are being phased out.
3008 .ne 2
3010 \fB\fB/usr/openwin\fR\fR
3012 .sp .6
3013 .RS 4n
3014 Installation or mount point for the OpenWindows software.
3018 .ne 2
3020 \fB\fB/usr/perl5\fR\fR
3022 .sp .6
3023 .RS 4n
3024 Perl 5 programs and documentation
3028 .ne 2
3030 \fB\fB/usr/platform\fR\fR
3032 .sp .6
3033 .RS 4n
3034 Subtree of platform-specific objects which does not need to reside on the root
3035 filesystem. It contains a series of directories, one per supported platform.
3036 The semantics of the series of directories is equivalent to \fB/platform\fR,
3037 except for subdirectories which do not provide utility under one or the other
3038 (for example, \fB/platform/include\fR is not needed).
3042 .ne 2
3044 \fB\fB/usr/platform/\fR\fB`\fR\fBuname\fR
3045 \fB-i\fR\fB\fR\fB`\fR\fB/include\fR\fR
3047 .sp .6
3048 .RS 4n
3049 Symbolic link to \fB/../\fR\fB`\fR\fBuname\fR
3050 \fB-i\fR\fB\fR\fB`\fR\fB/include\fR. Platform-specific system (\fBsys\fR,
3051 \fBvm\fR) header files with semantics equivalent to \fB/usr/include\fR. An
3052 approved installation location for bundled Solaris software and for add-on
3053 system software.
3057 .ne 2
3059 \fB\fB/usr/platform/\fR\fB`\fR\fBuname\fR \fB-i\fR\fB\fR\fB`\fR\fB/lib\fR\fR
3061 .sp .6
3062 .RS 4n
3063 Platform-specific shared objects with semantics equivalent to \fB/usr/lib\fR.
3064 An approved installation location for bundled Solaris software and for add-on
3065 system software.
3069 .ne 2
3071 \fB\fB/usr/platform/\fR\fB`\fR\fBuname\fR
3072 \fB-i\fR\fB\fR\fB`\fR\fB/lib/\fIsubsystem\fR/amd64\fR\fR
3074 .sp .6
3075 .RS 4n
3076 x86 64-bit, platform-specific daemon and shared objects. An approved
3077 installation location for bundled Solaris software and for add-on system
3078 software.
3082 .ne 2
3084 \fB\fB/usr/platform/\fR\fB`\fR\fBuname\fR \fB-i\fR\fB\fR\fB`\fR\fB/sbin\fR\fR
3086 .sp .6
3087 .RS 4n
3088 Platform-specific system administration utilities with semantics equivalent to
3089 \fB/usr/sbin\fR. An approved installation location for bundled Solaris software
3090 and for add-on system software.
3094 .ne 2
3096 \fB\fB/usr/preserve\fR\fR
3098 .sp .6
3099 .RS 4n
3100 Symbolic link to the \fB/var/preserve\fR directory.
3104 .ne 2
3106 \fB\fB/usr/proc\fR\fR
3108 .sp .6
3109 .RS 4n
3110 Directory for the \fBproc\fR tools.
3114 .ne 2
3116 \fB\fB/usr/pub\fR\fR
3118 .sp .6
3119 .RS 4n
3120 Symbolic link to \fB/share/lib/pub\fR, which contains files for online man page
3121 and character processing.
3125 .ne 2
3127 \fB\fB/usr/sadm\fR\fR
3129 .sp .6
3130 .RS 4n
3131 System administration files and directories.
3135 .ne 2
3137 \fB\fB/usr/sadm/bin\fR\fR
3139 .sp .6
3140 .RS 4n
3141 Binaries for the Form and Menu Language Interpreter (\fBFMLI\fR) scripts. See
3142 \fBfmli\fR(1).
3146 .ne 2
3148 \fB\fB/usr/sadm/install\fR\fR
3150 .sp .6
3151 .RS 4n
3152 Executables and scripts for package management.
3156 .ne 2
3158 \fB\fB/usr/sbin\fR\fR
3160 .sp .6
3161 .RS 4n
3162 Platform-dependent executables for system administration, expected to be run
3163 only by system administrators. An approved installation location for bundled
3164 Solaris software. The analogous location for add-on system software or for
3165 applications is \fB/opt/\fIpackagename\fR/sbin\fR.
3169 .ne 2
3171 \fB\fB/usr/sbin/install.d\fR\fR
3173 .sp .6
3174 .RS 4n
3175 Custom Jumpstart scripts and executables.
3179 .ne 2
3181 \fB\fB/usr/sbin/sparc7\fR and \fBsparc9\fR\fR
3183 .sp .6
3184 .RS 4n
3185 32-bit and 64-bit versions of commands.
3189 .ne 2
3191 \fB\fB/usr/sbin/amd64\fR\fR
3193 .sp .6
3194 .RS 4n
3195 64-bit x86versions of commands.
3199 .ne 2
3201 \fB\fB/usr/sbin/\fIsubsystem\fR\fR\fR
3203 .sp .6
3204 .RS 4n
3205 Platform-dependent executables for system administration, expected to be run
3206 only by system administrators, and associated with \fIsubsystem\fR. An approved
3207 installation location for bundled Solaris software. The analogous location for
3208 add-on system software or for applications is
3209 \fB/opt/\fIpackagename\fR/sbin\fR.
3213 .ne 2
3215 \fB\fB/usr/\fIsubsystem\fR/sbin\fR\fR
3217 .sp .6
3218 .RS 4n
3219 Platform-dependent executables for system administration, expected to be run
3220 only by system administrators, and associated with \fIsubsystem\fR. An approved
3221 installation location for bundled Solaris software. The analogous location for
3222 add-on system software or for applications is
3223 \fB/opt/\fIpackagename\fR/sbin\fR.
3227 .ne 2
3229 \fB\fB/usr/sfw\fR\fR
3231 .sp .6
3232 .RS 4n
3233 \fBGNU\fR and open source executables, libraries, and documentation.
3237 .ne 2
3239 \fB\fB/usr/share\fR\fR
3241 .sp .6
3242 .RS 4n
3243 Platform-independent sharable files. An approved installation location for
3244 bundled Solaris software.
3248 .ne 2
3250 \fB\fB/usr/share/aclocal\fR\fR
3252 .sp .6
3253 .RS 4n
3254 Open source \fBm4\fR files.
3258 .ne 2
3260 \fB\fB/usr/share/applications\fR\fR
3262 .sp .6
3263 .RS 4n
3264 Open source desktop applications files.
3268 .ne 2
3270 \fB\fB/usr/share/audio\fR\fR
3272 .sp .6
3273 .RS 4n
3274 Sample audio files.
3278 .ne 2
3280 \fB\fB/usr/share/glib-2.0\fR\fR
3282 .sp .6
3283 .RS 4n
3284 Makefile for \fBglib\fR.
3288 .ne 2
3290 \fB\fB/usr/share/gnome\fR\fR
3292 .sp .6
3293 .RS 4n
3294 GNOME desktop and application data.
3298 .ne 2
3300 \fB\fB/usr/share/gtk-2.0\fR\fR
3302 .sp .6
3303 .RS 4n
3304 GTK+ application data and demos
3308 .ne 2
3310 \fB\fB/usr/share/gtk-doc\fR\fR
3312 .sp .6
3313 .RS 4n
3314 API documentation for libraries which use gtk-doc documentation format, which
3315 mostly includes desktop interfaces.
3319 .ne 2
3321 \fB\fB/usr/share/icons\fR\fR
3323 .sp .6
3324 .RS 4n
3325 Sun Java Desktop icons.
3329 .ne 2
3331 \fB\fB/usr/share/idl\fR\fR
3333 .sp .6
3334 .RS 4n
3335 Open source Interface Definition Language (IDL) files.
3339 .ne 2
3341 \fB\fB/usr/share/intltool\fR\fR
3343 .sp .6
3344 .RS 4n
3345 XML translation tools.
3349 .ne 2
3351 \fB\fB/usr/share/ipfilter\fR\fR
3353 .sp .6
3354 .RS 4n
3355 Open source IP Filter sample files.
3359 .ne 2
3361 \fB\fB/usr/share/javadoc\fR\fR
3363 .sp .6
3364 .RS 4n
3365 Help files for Message Queue broker and Smart Card applications.
3369 .ne 2
3371 \fB\fB/usr/share/lib\fR\fR
3373 .sp .6
3374 .RS 4n
3375 Platform-independent sharable databases. An approved installation location for
3376 bundled Solaris software.
3380 .ne 2
3382 \fB\fB/usr/share/lib/dict\fR\fR
3384 .sp .6
3385 .RS 4n
3386 Contains word list for \fBspell\fR(1).
3390 .ne 2
3392 \fB\fB/usr/share/lib/keytables\fR\fR
3394 .sp .6
3395 .RS 4n
3396 Keyboard layout description tables.
3400 .ne 2
3402 \fB\fB/usr/share/lib/mailx\fR\fR
3404 .sp .6
3405 .RS 4n
3406 Help files for \fBmailx\fR(1).
3410 .ne 2
3412 \fB\fB/usr/share/lib/nterm\fR\fR
3414 .sp .6
3415 .RS 4n
3416 \fBnroff\fR(1) terminal tables.
3420 .ne 2
3422 \fB\fB/usr/share/lib/pub\fR\fR
3424 .sp .6
3425 .RS 4n
3426 Character set data files.
3430 .ne 2
3432 \fB\fB/usr/share/lib/tabset\fR\fR
3434 .sp .6
3435 .RS 4n
3436 Tab setting escape sequences.
3440 .ne 2
3442 \fB\fB/usr/share/lib/terminfo\fR\fR
3444 .sp .6
3445 .RS 4n
3446 Terminal description files for \fBterminfo\fR(4).
3450 .ne 2
3452 \fB\fB/usr/share/lib/tmac\fR\fR
3454 .sp .6
3455 .RS 4n
3456 Macro packages and related files for text processing tools, for example,
3457 \fBnroff\fR(1) and \fBtroff\fR(1).
3461 .ne 2
3463 \fB\fB/usr/share/lib/zoneinfo\fR\fR
3465 .sp .6
3466 .RS 4n
3467 Time zone information.
3471 .ne 2
3473 \fB\fB/usr/share/man\fR\fR
3475 .sp .6
3476 .RS 4n
3477 Platform-independent sharable manual pages. An approved installation location
3478 for bundled Solaris software. The analogous location for add-on system software
3479 or for applications is \fB/opt/\fIpackagename\fR/man\fR.
3483 .ne 2
3485 \fB\fB/usr/share/omf\fR\fR
3487 .sp .6
3488 .RS 4n
3489 GNOME Scrollkeeper database files.
3493 .ne 2
3495 \fB\fB/usr/share/pixmaps\fR\fR
3497 .sp .6
3498 .RS 4n
3499 Sun Java graphics.
3503 .ne 2
3505 \fB\fB/usr/share/scrollkeeper\fR\fR
3507 .sp .6
3508 .RS 4n
3509 GNOME Scrollkeeper templates and \fBxslt\fR files.
3513 .ne 2
3515 \fB\fB/usr/share/sgml\fR\fR
3517 .sp .6
3518 .RS 4n
3519 Open source SGML files.
3523 .ne 2
3525 \fB\fB/usr/share/sounds\fR\fR
3527 .sp .6
3528 .RS 4n
3529 Sound files.
3533 .ne 2
3535 \fB\fB/usr/share/src\fR\fR
3537 .sp .6
3538 .RS 4n
3539 Source code for kernel, utilities, and libraries.
3543 .ne 2
3545 \fB\fB/usr/share/themes\fR\fR
3547 .sp .6
3548 .RS 4n
3549 GNOME 2.0 Desktop themes.
3553 .ne 2
3555 \fB\fB/usr/share/webconsole\fR\fR
3557 .sp .6
3558 .RS 4n
3559 Sun Web Console status files.
3563 .ne 2
3565 \fB\fB/usr/share/xml\fR\fR
3567 .sp .6
3568 .RS 4n
3569 GNOME Scrollkeeper DTD files.
3573 .ne 2
3575 \fB\fB/usr/snadm\fR\fR
3577 .sp .6
3578 .RS 4n
3579 Files related to system and network administration.
3583 .ne 2
3585 \fB\fB/usr/spool\fR\fR
3587 .sp .6
3588 .RS 4n
3589 Symbolic link to the \fB/var/spool\fR directory.
3593 .ne 2
3595 \fB\fB/usr/src\fR\fR
3597 .sp .6
3598 .RS 4n
3599 Symbolic link to the \fB/usr/share/src\fR directory.
3603 .ne 2
3605 \fB\fB/usr/tmp\fR\fR
3607 .sp .6
3608 .RS 4n
3609 Symbolic link to the \fB/var/tmp\fR directory.
3613 .ne 2
3615 \fB\fB/usr/ucb\fR\fR
3617 .sp .6
3618 .RS 4n
3619 Berkeley compatibility package binaries.
3623 .ne 2
3625 \fB\fB/usr/ucbinclude\fR\fR
3627 .sp .6
3628 .RS 4n
3629 Berkeley compatibility package headers.
3633 .ne 2
3635 \fB\fB/usr/ucblib\fR\fR
3637 .sp .6
3638 .RS 4n
3639 Berkeley compatibility package libraries.
3643 .ne 2
3645 \fB\fB/usr/xpg4\fR\fR
3647 .sp .6
3648 .RS 4n
3649 Directory for POSIX-compliant utilities.
3653 .ne 2
3655 \fB\fB/usr/xpg6\fR\fR
3657 .sp .6
3658 .RS 4n
3659 Directory for newer versions of POSIX-compliant utilities.
3662 .SH SEE ALSO
3665 \fBat\fR(1), \fBex\fR(1), \fBfmli\fR(1), \fBiconv\fR(1), \fBlp\fR(1),
3666 \fBisainfo\fR(1), \fBmail\fR(1), \fBmailx\fR(1), \fBnroff\fR(1),
3667 \fBpriocntl\fR(1), \fBrefer\fR(1), \fBsar\fR(1), \fBsh\fR(1), \fBspell\fR(1),
3668 \fBsvcs\fR(1), \fBtroff\fR(1), \fBuname\fR(1), \fBuucp\fR(1C), \fBvi\fR(1),
3669 \fBacct\fR(1M), \fBcron\fR(1M), \fBdispadmin\fR(1M), \fBdladm\fR(1M),
3670 \fBfmd\fR(1M), \fBfsck\fR(1M), \fBinit\fR(1M), \fBkernel\fR(1M),
3671 \fBmknod\fR(1M), \fBmount\fR(1M), \fBsvcadm\fR(1M), \fBsvccfg\fR(1M),
3672 \fBuseradd\fR(1M), \fBypbind\fR(1M), \fBmount\fR(2), \fBIntro\fR(4),
3673 \fBterminfo\fR(4)