8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / man / man5 / filesystem.5
blob005f803f5229e927a14ef67193c9c274c1b2e86c
1 .\"
2 .\" The contents of this file are subject to the terms of the
3 .\" Common Development and Distribution License (the "License").
4 .\" You may not use this file except in compliance with the License.
5 .\"
6 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7 .\" or http://www.opensolaris.org/os/licensing.
8 .\" See the License for the specific language governing permissions
9 .\" and limitations under the License.
10 .\"
11 .\" When distributing Covered Code, include this CDDL HEADER in each
12 .\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
13 .\" If applicable, add the following below this CDDL HEADER, with the
14 .\" fields enclosed by brackets "[]" replaced with your own identifying
15 .\" information: Portions Copyright [yyyy] [name of copyright owner]
16 .\"
17 .\"
18 .\" Copyright 1989 AT&T
19 .\" Copyright (c) 2008, Sun Microsystems, Inc. All Rights Reserved.
20 .\" Copyright 2016 Nexenta Systems, Inc.
21 .\"
22 .TH FILESYSTEM 5 "Mar 6, 2017"
23 .SH NAME
24 filesystem \- File system organization
25 .SH SYNOPSIS
26 .LP
27 .nf
29 .fi
31 .LP
32 .nf
33 /usr
34 .fi
36 .SH DESCRIPTION
37 .LP
38 The file system tree is organized for administrative convenience. Distinct
39 areas within the file system tree are provided for files that are private to
40 one machine, files that can be shared by multiple machines of a common
41 platform, files that can be shared by all machines, and home directories. This
42 organization allows sharable files to be stored on one machine but accessed by
43 many machines using a remote file access mechanism such as \fBNFS\fR. Grouping
44 together similar files makes the file system tree easier to upgrade and manage.
45 .sp
46 .LP
47 The file system tree consists of a root file system and a collection of
48 mountable file systems. The \fBmount\fR(2) program attaches mountable file
49 systems to the file system tree at mount points (directory entries) in the root
50 file system or other previously mounted file systems. Two file systems, \fB/\fR
51 (the root) and \fB/usr\fR, must be mounted and \fB/var\fR must be accessible to
52 have a functional system. The root file system is mounted automatically by the
53 kernel at boot time; the \fB/usr\fR file system is mounted by the system
54 start-up script, which is run as part of the booting process. \fB/var\fR can be
55 mounted as its own file system or be part of \fB/usr\fR, as it is by default.
56 .sp
57 .LP
58 Certain locations, noted below, are approved installation locations for bundled
59 Foundation Solaris software. In some cases, the approved locations for bundled
60 software are also approved locations for add-on system software or for
61 applications. The following descriptions make clear where the two locations
62 differ. For example, \fB/etc\fR is the installation location for
63 platform-dependent configuration files that are bundled with Solaris software.
64 The analogous location for applications is \fB/etc/opt/\fR\fIpackagename\fR.
65 .sp
66 .LP
67 In the following descriptions, \fIsubsystem\fR is a category of application or
68 system software, such as a window system (\fBdt\fR) or a language
69 (\fBjava1.2\fR)
70 .sp
71 .LP
72 The following descriptions make use of the terms \fBplatform\fR,
73 \fBplatform-dependent\fR, \fBplatform-independent\fR, and
74 \fBplatform-specific\fR. Platform refers to a machines Instruction Set
75 Architecture or processor type, such as is returned by \fBuname\fR \fB-i\fR.
76 \fBPlatform-dependent\fR refers to a file that is installed on all platforms
77 and whose contents vary depending on the platform. Like a platform-dependent
78 file, a \fBplatform-independent\fR file is installed on all platforms. However,
79 the contents of the latter type remains the same on all platforms. An example
80 of a platform-dependent file is compiled, executable program. An example of a
81 platform-independent file is a standard configuration file, such as
82 \fB/etc/hosts\fR. Unlike a platform-dependent or a platform-independent file,
83 the \fBplatform-specific\fR file is installed only on a subset of supported
84 platforms. Most platform-specific files are gathered under \fB/platform\fR and
85 \fB/usr/platform\fR.
86 .sp
87 .LP
88 In the following file or directory descriptions, GNOME stands for GNU Network
89 Object Model Environment. The GNOME Desktop is shipped with the Solaris
90 operating system.
91 .SS "Root File System"
92 .LP
93 The root file system contains files that are unique to each machine. It
94 contains the following directories:
95 .sp
96 .ne 2
97 .na
98 \fB\fB/\fR\fR
99 .ad
100 .sp .6
101 .RS 4n
102 Root of the overall file system name space.
106 .ne 2
108 \fB\fB/dev\fR\fR
110 .sp .6
111 .RS 4n
112 Primary location for special files. Typically, device files are built to match
113 the kernel and hardware configuration of the machine.
117 .ne 2
119 \fB\fB/dev/cfg\fR\fR
121 .sp .6
122 .RS 4n
123 Symbolic links to physical \fBap_ids.\fR
127 .ne 2
129 \fB\fB/dev/cpu\fR\fR
131 .sp .6
132 .RS 4n
133 Provides configuration and capability information about the processor type
137 .ne 2
139 \fB\fB/dev/cua\fR\fR
141 .sp .6
142 .RS 4n
143 Device files for \fBuucp\fR.
147 .ne 2
149 \fB\fB/dev/dsk\fR\fR
151 .sp .6
152 .RS 4n
153 Block disk devices.
157 .ne 2
159 \fB\fB/dev/dtrace\fR\fR
161 .sp .6
162 .RS 4n
163 Pseudo-devices used by the DTrace framework.
167 .ne 2
169 \fB\fB/dev/dtrace/provider\fR\fR
171 .sp .6
172 .RS 4n
173 Pseudo-device drivers representing instrumentation providers for the DTrace
174 framework.
178 .ne 2
180 \fB\fB/dev/fbs\fR\fR
182 .sp .6
183 .RS 4n
184 Frame buffer device files.
188 .ne 2
190 \fB\fB/dev/fd\fR\fR
192 .sp .6
193 .RS 4n
194 File descriptors.
198 .ne 2
200 \fB\fB/dev/net\fR\fR
202 .sp .6
203 .RS 4n
204 Network data-link interface devices.
208 .ne 2
210 \fB\fB/dev/printers\fR\fR
212 .sp .6
213 .RS 4n
214 USB printer device files.
218 .ne 2
220 \fB\fB/dev/pts\fR\fR
222 .sp .6
223 .RS 4n
224 Pseudo-terminal devices.
228 .ne 2
230 \fB\fB/dev/rdsk\fR\fR
232 .sp .6
233 .RS 4n
234 Raw disk devices.
238 .ne 2
240 \fB\fB/dev/rmt\fR\fR
242 .sp .6
243 .RS 4n
244 Raw tape devices.
248 .ne 2
250 \fB\fB/dev/sad\fR\fR
252 .sp .6
253 .RS 4n
254 Entry points for the \fBSTREAMS\fR Administrative driver.
258 .ne 2
260 \fB\fB/dev/sound\fR\fR
262 .sp .6
263 .RS 4n
264 Audio device and audio device control files.
268 .ne 2
270 \fB\fB/dev/swap\fR\fR
272 .sp .6
273 .RS 4n
274 Default swap device.
278 .ne 2
280 \fB\fB/dev/term\fR\fR
282 .sp .6
283 .RS 4n
284 Terminal devices.
288 .ne 2
290 \fB\fB/devices\fR\fR
292 .sp .6
293 .RS 4n
294 Physical device files.
298 .ne 2
300 \fB\fB/etc\fR\fR
302 .sp .6
303 .RS 4n
304 Platform-dependent administrative and configuration files and databases that
305 are not shared among systems. \fB/etc\fR may be viewed as the directory that
306 defines the machine's identity. An approved installation location for bundled
307 Solaris software. The analogous location for add-on system software or for
308 applications is \fB/etc/opt/\fR\fIpackagename\fR.
312 .ne 2
314 \fB\fB/etc/X11\fR\fR
316 .sp .6
317 .RS 4n
318 Xorg Xserver (X11) configuration files.
322 .ne 2
324 \fB\fB/etc/acct\fR\fR
326 .sp .6
327 .RS 4n
328 Accounting system configuration information.
332 .ne 2
334 \fB\fB/etc/apache\fR\fR
336 .sp .6
337 .RS 4n
338 Apache configuration files.
342 .ne 2
344 \fB\fB/etc/apoc\fR\fR
346 .sp .6
347 .RS 4n
348 Files for configuring Sun Java Desktop System Configuration Manager remote
349 access.
353 .ne 2
355 \fB\fB/etc/bonobo-activation\fR\fR
357 .sp .6
358 .RS 4n
359 GNOME XML configuration file for identifying CORBA servers.
363 .ne 2
365 \fB\fB/etc/cron.d\fR\fR
367 .sp .6
368 .RS 4n
369 Configuration information for \fBcron\fR(1M).
373 .ne 2
375 \fB\fB/etc/dat\fR\fR
377 .sp .6
378 .RS 4n
379 Contains a list of interface adapters supported by uDAPL service providers.
383 .ne 2
385 \fB\fB/etc/default\fR\fR
387 .sp .6
388 .RS 4n
389 Defaults information for various programs.
393 .ne 2
395 \fB\fB/etc/devices\fR\fR
397 .sp .6
398 .RS 4n
399 Contains device-related data.
403 .ne 2
405 \fB\fB/etc/dfs\fR\fR
407 .sp .6
408 .RS 4n
409 Configuration information for shared file systems.
413 .ne 2
415 \fB\fB/etc/dhcp\fR\fR
417 .sp .6
418 .RS 4n
419 Dynamic Host Configuration Protocol (\fBDHCP\fR) configuration files.
423 .ne 2
425 \fB\fB/etc/dmi\fR\fR
427 .sp .6
428 .RS 4n
429 Solstice Enterprise Agents configuration files.
433 .ne 2
435 \fB\fB/etc/dt\fR\fR
437 .sp .6
438 .RS 4n
439 Desktop configuration files.
443 .ne 2
445 \fB\fB/etc/flash\fR\fR
447 .sp .6
448 .RS 4n
449 Solaris Flash Archive configuration files.
453 .ne 2
455 \fB\fB/etc/fm\fR\fR
457 .sp .6
458 .RS 4n
459 Fault manager configuration files. For more information, see \fBfmd\fR(1M).
463 .ne 2
465 \fB\fB/etc/fonts\fR\fR
467 .sp .6
468 .RS 4n
469 Font configuration information.
473 .ne 2
475 \fB\fB/etc/fs\fR\fR
477 .sp .6
478 .RS 4n
479 Binaries organized by file system types for operations required before
480 \fB/usr\fR is mounted.
484 .ne 2
486 \fB\fB/etc/ftpd\fR\fR
488 .sp .6
489 .RS 4n
490 \fBftpd\fR configuration files.
494 .ne 2
496 \fB\fB/etc/gconf\fR\fR
498 .sp .6
499 .RS 4n
500 GConf system configuration (including system defaults and system mandatory
501 settings)
505 .ne 2
507 \fB\fB/etc/gimp\fR\fR
509 .sp .6
510 .RS 4n
511 GNU Image Manipulation Program (GIMP) configuration files.
515 .ne 2
517 \fB\fB/etc/gnome\fR\fR
519 .sp .6
520 .RS 4n
521 GNOME Desktop configuration files.
525 .ne 2
527 \fB\fB/etc/gnome-vfs-2.0\fR\fR
529 .sp .6
530 .RS 4n
531 Files for customizing GNOME 2.0 desktop menus.
535 .ne 2
537 \fB\fB/etc/gnopernicus-1.0\fR\fR
539 .sp .6
540 .RS 4n
541 Configuration files for GNOME's Gnopernicus, an Assistive Technology (AT)
542 screen reader.
546 .ne 2
548 \fB\fB/etc/gss\fR\fR
550 .sp .6
551 .RS 4n
552 Generic Security Service (\fBGSS\fR) Application Program Interface
553 configuration files.
557 .ne 2
559 \fB\fB/etc/gtk\fR\fR
561 .sp .6
562 .RS 4n
563 GTK+ configuration files
567 .ne 2
569 \fB\fB/etc/gtk-2.0\fR\fR
571 .sp .6
572 .RS 4n
573 GTK+ Pixbuf loaders and Input Method modules
577 .ne 2
579 \fB\fB/etc/imq\fR\fR
581 .sp .6
582 .RS 4n
583 Sun Java System Message Queue security configuration files.
587 .ne 2
589 \fB\fB/etc/inet\fR\fR
591 .sp .6
592 .RS 4n
593 Configuration files for Internet services.
597 .ne 2
599 \fB\fB/etc/init.d\fR\fR
601 .sp .6
602 .RS 4n
603 Shell scripts for transitioning between run levels.
607 .ne 2
609 \fB\fB/etc/krb5\fR\fR
611 .sp .6
612 .RS 4n
613 Kerberos configuration files.
617 .ne 2
619 \fB\fB/etc/lib\fR\fR
621 .sp .6
622 .RS 4n
623 Shared libraries needed during booting.
627 .ne 2
629 \fB\fB/etc/llc2\fR\fR
631 .sp .6
632 .RS 4n
633 Logical link control (\fBllc2\fR) driver configuration files.
637 .ne 2
639 \fB\fB/etc/lp\fR\fR
641 .sp .6
642 .RS 4n
643 Configuration information for the printer subsystem.
647 .ne 2
649 \fB\fB/etc/mail\fR\fR
651 .sp .6
652 .RS 4n
653 Mail subsystem configuration.
657 .ne 2
659 \fB\fB/etc/nca\fR\fR
661 .sp .6
662 .RS 4n
663 Solaris Network Cache and Accelerator (\fBNCA\fR) configuration files.
667 .ne 2
669 \fB\fB/etc/net\fR\fR
671 .sp .6
672 .RS 4n
673 Configuration information for transport independent network services.
677 .ne 2
679 \fB\fB/etc/nfs\fR\fR
681 .sp .6
682 .RS 4n
683 NFS server logging configuration file.
687 .ne 2
689 \fB\fB/etc/opt\fR\fR
691 .sp .6
692 .RS 4n
693 Configuration information for optional packages.
697 .ne 2
699 \fB\fB/etc/pango\fR\fR
701 .sp .6
702 .RS 4n
703 Pango configuration and module information.
707 .ne 2
709 \fB\fB/etc/patch\fR\fR
711 .sp .6
712 .RS 4n
713 Configuration files for patch management.
717 .ne 2
719 \fB\fB/etc/ppp\fR\fR
721 .sp .6
722 .RS 4n
723 Solaris \fBPPP\fR configuration files.
727 .ne 2
729 \fB\fB/etc/rc0.d\fR\fR
731 .sp .6
732 .RS 4n
733 Scripts for entering or leaving run level 0. See \fBinit\fR(1M).
737 .ne 2
739 \fB\fB/etc/rc1.d\fR\fR
741 .sp .6
742 .RS 4n
743 Scripts for entering or leaving run level 1. See \fBinit\fR(1M).
747 .ne 2
749 \fB\fB/etc/rc2.d\fR\fR
751 .sp .6
752 .RS 4n
753 Scripts for entering or leaving run level 2. See \fBinit\fR(1M).
757 .ne 2
759 \fB\fB/etc/rc3.d\fR\fR
761 .sp .6
762 .RS 4n
763 Scripts for entering or leaving run level 3. See \fBinit\fR(1M).
767 .ne 2
769 \fB\fB/etc/rcS.d\fR\fR
771 .sp .6
772 .RS 4n
773 Scripts for bringing the system up in single user mode.
777 .ne 2
779 \fB\fB/etc/rcm\fR\fR
781 .sp .6
782 .RS 4n
783 Directory for reconfiguration manager (RCM) custom scripts.
787 .ne 2
789 \fB\fB/etc/saf\fR\fR
791 .sp .6
792 .RS 4n
793 Service Access Facility files.
797 .ne 2
799 \fB\fB/etc/sasl\fR\fR
801 .sp .6
802 .RS 4n
803 Simple Authentication and Security Layer (SASL) server configuration files.
807 .ne 2
809 \fB\fB/etc/security\fR\fR
811 .sp .6
812 .RS 4n
813 Solaris-delivered security configuration files (Audit, RBAC, crypto, Trusted
814 Extensions).
818 .ne 2
820 \fB\fB/etc/sfw\fR\fR
822 .sp .6
823 .RS 4n
824 Platform-dependent administrative, configuration files and databases for
825 subsystems from \fB/usr/sfw\fR that are not shared among systems.
829 .ne 2
831 \fB\fB/etc/sfw/samba\fR\fR
833 .sp .6
834 .RS 4n
835 Samba configuration files.
839 .ne 2
841 \fB\fB/etc/skel\fR\fR
843 .sp .6
844 .RS 4n
845 Default profile scripts for new user accounts. See \fBuseradd\fR(1M).
849 .ne 2
851 \fB\fB/etc/sma\fR\fR
853 .sp .6
854 .RS 4n
855 Systems Management Agent (SMA) configuration files.
859 .ne 2
861 \fB\fB/etc/smartcard\fR\fR
863 .sp .6
864 .RS 4n
865 Solaris Smart Card configuration files.
869 .ne 2
871 \fB\fB/etc/snmp\fR\fR
873 .sp .6
874 .RS 4n
875 Solstice Enterprise Agents configuration files.
879 .ne 2
881 \fB\fB/etc/sound\fR\fR
883 .sp .6
884 .RS 4n
885 Sound Events configuration files.
889 .ne 2
891 \fB\fB/etc/ssh\fR\fR
893 .sp .6
894 .RS 4n
895 Secure Shell configuration files. See \fBssh\fR(1)
899 .ne 2
901 \fB\fB/etc/svc\fR\fR
903 .sp .6
904 .RS 4n
905 SMF service repository.
909 .ne 2
911 \fB\fB/etc/sysevent\fR\fR
913 .sp .6
914 .RS 4n
915 \fBsyseventd\fR configuration files.
919 .ne 2
921 \fB\fB/etc/\fIsubsystem\fR\fR\fR
923 .sp .6
924 .RS 4n
925 Platform-dependent \fIsubsystem\fR configuration files that are not shared
926 among systems. An approved installation location for bundled Solaris software.
927 The analogous location for add-on system software or for applications is
928 \fB/etc/opt/\fR\fIpackagename\fR.
932 .ne 2
934 \fB\fB/etc/tm\fR\fR
936 .sp .6
937 .RS 4n
938 Trademark files; contents displayed at boot time.
942 .ne 2
944 \fB\fB/etc/usb\fR\fR
946 .sp .6
947 .RS 4n
948 \fBUSB\fR configuration information.
952 .ne 2
954 \fB\fB/etc/uucp\fR\fR
956 .sp .6
957 .RS 4n
958 \fBUUCP\fR configuration information. See \fBuucp\fR(1C).
962 .ne 2
964 \fB\fB/etc/xml\fR\fR
966 .sp .6
967 .RS 4n
968 Extensible Markup Language (XML) catalog.
972 .ne 2
974 \fB\fB/etc/zones\fR\fR
976 .sp .6
977 .RS 4n
978 Solaris Zones configuration files.
982 .ne 2
984 \fB\fB/export\fR\fR
986 .sp .6
987 .RS 4n
988 Default root of the shared file system tree.
992 .ne 2
994 \fB\fB/home\fR\fR
996 .sp .6
997 .RS 4n
998 Default root of a subtree for user directories.
1002 .ne 2
1004 \fB\fB/kernel\fR\fR
1006 .sp .6
1007 .RS 4n
1008 Subtree of platform-dependent loadable kernel modules required as part of the
1009 boot process. It includes the generic part of the core kernel that is
1010 platform-independent, \fB/kernel/genunix\fR. See \fBkernel\fR(1M) An approved
1011 installation location for bundled Solaris software and for add-on system
1012 software.
1016 .ne 2
1018 \fB\fB/kernel/drv\fR\fR
1020 .sp .6
1021 .RS 4n
1022 32-bit x86 device drivers.
1026 .ne 2
1028 \fB\fB/kernel/drv/sparcv9\fR\fR
1030 .sp .6
1031 .RS 4n
1032 64-bit \fBSPARC\fR device drivers.
1036 .ne 2
1038 \fB\fB/kernel/drv/amd64\fR\fR
1040 .sp .6
1041 .RS 4n
1042 64-bit device drivers for 64-bit x86 platforms.
1046 .ne 2
1048 \fB\fB/kernel/dtrace\fR\fR
1050 .sp .6
1051 .RS 4n
1052 Kernel modules representing components in the DTrace framework.
1056 .ne 2
1058 \fB\fB/kernel/genunix\fR\fR
1060 .sp .6
1061 .RS 4n
1062 Platform-independent kernel.
1066 .ne 2
1068 \fB\fB/kernel/amd64/genunix\fR\fR
1070 .sp .6
1071 .RS 4n
1072 64-bit, platform-independent kernel.
1076 .ne 2
1078 \fB\fB/kernel/\fIsubsystem\fR/amd64\fR\fR
1080 .sp .6
1081 .RS 4n
1082 64-bit x86 platform-dependent modules required for boot. An approved
1083 installation location for bundled Solaris software and for add-on system
1084 software.
1088 .ne 2
1090 \fB\fB/kernel/\fIsubsystem\fR/sparcv9\fR\fR
1092 .sp .6
1093 .RS 4n
1094 64-bit \fBSPARC\fR platform-dependent modules required for boot. An approved
1095 installation location for bundled Solaris software and for add-on system
1096 software.
1100 .ne 2
1102 \fB\fB/lib/svc/manifest\fR\fR
1104 .sp .6
1105 .RS 4n
1106 SMF method scripts. An approved installation location for bundled Solaris
1107 software. The analogous location for add-on system software or for applications
1108 is \fB/opt/packagename/lib/svc/manifest\fR.
1112 .ne 2
1114 \fB\fB/mnt\fR\fR
1116 .sp .6
1117 .RS 4n
1118 Default temporary mount point for file systems. This is an empty directory on
1119 which file systems can be temporarily mounted.
1123 .ne 2
1125 \fB\fB/net\fR\fR
1127 .sp .6
1128 .RS 4n
1129 Temporary mount point for file systems that are mounted by the automounter.
1133 .ne 2
1135 \fB\fB/opt\fR\fR
1137 .sp .6
1138 .RS 4n
1139 Root of a subtree for add-on application packages.
1143 .ne 2
1145 \fB\fB/platform\fR\fR
1147 .sp .6
1148 .RS 4n
1149 Subtree of platform-specific objects which need to reside on the root
1150 filesystem. It contains a series of directories, one per supported platform.
1151 The semantics of the series of directories is equivalent to \fB/\fR (root).
1155 .ne 2
1157 \fB\fB/platform/\fR\fB`\fR\fBuname\fR \fB-i\fR\fB\fR\fB`\fR\fB/kernel\fR\fR
1159 .sp .6
1160 .RS 4n
1161 Platform-specific modules required for boot. These modules have semantics
1162 equivalent to \fB/kernel\fR. It includes the file \fBunix\fR, the core kernel.
1163 See \fBkernel\fR(1M). An approved installation location for bundled Solaris
1164 software and for add-on system software.
1168 .ne 2
1170 \fB\fB/platform/\fR\fB`\fR\fBuname\fR \fB-m\fR\fB\fR\fB`\fR\fB/kernel\fR\fR
1172 .sp .6
1173 .RS 4n
1174 Hardware class-specific modules required for boot. An approved installation
1175 location for bundled Solaris software and for add-on system software.
1179 .ne 2
1181 \fB\fB/platform/\fR\fB`\fR\fBuname\fR
1182 \fB-i\fR\fB\fR\fB`\fR\fB/kernel/\fIsubsystem\fR/amd64\fR\fR
1184 .sp .6
1185 .RS 4n
1186 x86 64-bit, platform-dependent modules required for boot. This is an approved
1187 installation location for bundled Solaris software.
1191 .ne 2
1193 \fB\fB/platform/\fR\fB`\fR\fBuname\fR
1194 \fB-i\fR\fB\fR\fB`\fR\fB/kernel/\fIsubsystem\fR/sparcv9\fR\fR
1196 .sp .6
1197 .RS 4n
1198 \fBSPARC\fR 64-bit platform-specific modules required for boot. An approved
1199 installation location for bundled Solaris software.
1203 .ne 2
1205 \fB\fB/platform/\fR\fB`\fR\fBuname\fR
1206 \fB-i\fR\fB\fR\fB`\fR\fB/kernel/sparcv9/unix\fR\fR
1208 .sp .6
1209 .RS 4n
1210 64-bit platform-dependent kernel.
1214 .ne 2
1216 \fB\fB/platform/\fR\fB`\fR\fBuname\fR
1217 \fB-i\fR\fB\fR\fB`\fR\fB/kernel/unix\fR\fR
1219 .sp .6
1220 .RS 4n
1221 32-bit platform-dependent kernel on i86 and a symlink to \fBsparcv9/unix\fR on
1222 SPARC.
1226 .ne 2
1228 \fB\fB/platform/\fR\fB`\fR\fBuname\fR \fB-i\fR\fB\fR\fB`\fR\fB/lib\fR\fR
1230 .sp .6
1231 .RS 4n
1232 Platform-specific shared objects required for boot. Semantics are equivalent to
1233 \fB/lib\fR. An approved installation location for bundled Solaris software and
1234 for add-on system software.
1238 .ne 2
1240 \fB\fB/platform/\fR\fB`\fR\fBuname\fR \fB-i\fR\fB\fR\fB`\fR\fB/sbin\fR\fR
1242 .sp .6
1243 .RS 4n
1244 Platform-specific administrative utilities required for boot. Semantics are
1245 equivalent to \fB/sbin\fR. An approved installation location for bundled
1246 Solaris software and for add-on system software.
1250 .ne 2
1252 \fB\fB/proc\fR\fR
1254 .sp .6
1255 .RS 4n
1256 Root of a subtree for the process file system.
1260 .ne 2
1262 \fB\fB/sbin\fR\fR
1264 .sp .6
1265 .RS 4n
1266 Essential executables used in the booting process and in manual system
1267 recovery. The full complement of utilities is available only after \fB/usr\fR
1268 is mounted. \fB/sbin\fR is an approved installation location for bundled
1269 Solaris software.
1273 .ne 2
1275 \fB\fB/system\fR\fR
1277 .sp .6
1278 .RS 4n
1279 Mount point for the contract (CTFS) and object (OBJFS) file systems.
1283 .ne 2
1285 \fB\fB/tmp\fR\fR
1287 .sp .6
1288 .RS 4n
1289 Temporary files; cleared during the boot operation.
1293 .ne 2
1295 \fB\fB/usr\fR\fR
1297 .sp .6
1298 .RS 4n
1299 Mount point for the \fB/usr\fR file system. See description of \fB/usr\fR file
1300 system, below.
1304 .ne 2
1306 \fB\fB/var\fR\fR
1308 .sp .6
1309 .RS 4n
1310 Root of a subtree for varying files. Varying files are files that are unique to
1311 a machine but that can grow to an arbitrary (that is, variable) size. An
1312 example is a log file. An approved installation location for bundled Solaris
1313 software. The analogous location for add-on system software or for applications
1314 is \fB/var/opt/\fR\fIpackagename\fR.
1318 .ne 2
1320 \fB\fB/var/adm\fR\fR
1322 .sp .6
1323 .RS 4n
1324 System logging and accounting files.
1328 .ne 2
1330 \fB\fB/var/apache\fR\fR
1332 .sp .6
1333 .RS 4n
1334 Scripts, icons, logs, and cache pages for Apache web server.
1338 .ne 2
1340 \fB\fB/var/appserver\fR\fR
1342 .sp .6
1343 .RS 4n
1344 Sun Java System Application Server administrative domain files.
1348 .ne 2
1350 \fB\fB/var/audit\fR\fR
1352 .sp .6
1353 .RS 4n
1354 Default location for Audit log files.
1358 .ne 2
1360 \fB\fB/var/cores\fR\fR
1362 .sp .6
1363 .RS 4n
1364 Directory provided for global core files storage.
1368 .ne 2
1370 \fB\fB/var/crash\fR\fR
1372 .sp .6
1373 .RS 4n
1374 Default depository for kernel crash dumps.
1378 .ne 2
1380 \fB\fB/var/cron\fR\fR
1382 .sp .6
1383 .RS 4n
1384 Log files for \fBcron\fR(1M).
1388 .ne 2
1390 \fB\fB/var/dmi\fR\fR
1392 .sp .6
1393 .RS 4n
1394 Solstice Enterprise Agents (\fBSEA\fR) Desktop Management Interface (\fBDMI\fR)
1395 run-time components.
1399 .ne 2
1401 \fB\fB/var/dt\fR\fR
1403 .sp .6
1404 .RS 4n
1405 \fBdtlogin\fR configuration files.
1409 .ne 2
1411 \fB\fB/var/fm\fR\fR
1413 .sp .6
1414 .RS 4n
1415 Fault manager state files. For more information, see \fBfmd\fR(1M).
1419 .ne 2
1421 \fB\fB/var/imq\fR\fR
1423 .sp .6
1424 .RS 4n
1425 Message queue broker instance configuration file.
1429 .ne 2
1431 \fB\fB/var/ftp\fR\fR
1433 .sp .6
1434 .RS 4n
1435 \fBFTP\fR server directory.
1439 .ne 2
1441 \fB\fB/var/inet\fR\fR
1443 .sp .6
1444 .RS 4n
1445 IPv6 router state files.
1449 .ne 2
1451 \fB\fB/var/krb5\fR\fR
1453 .sp .6
1454 .RS 4n
1455 Database and log files for Kerberos.
1459 .ne 2
1461 \fB\fB/var/ld\fR\fR
1463 .sp .6
1464 .RS 4n
1465 Configuration files for runtime linker.
1469 .ne 2
1471 \fB\fB/var/ldap\fR\fR
1473 .sp .6
1474 .RS 4n
1475 LDAP client configuration files.
1479 .ne 2
1481 \fB\fB/var/lib\fR\fR
1483 .sp .6
1484 .RS 4n
1485 Directory for variable state information.
1489 .ne 2
1491 \fB\fB/var/log\fR\fR
1493 .sp .6
1494 .RS 4n
1495 System log files.
1499 .ne 2
1501 \fB\fB/var/lp\fR\fR
1503 .sp .6
1504 .RS 4n
1505 Line printer subsystem logging information.
1509 .ne 2
1511 \fB\fB/var/mail\fR\fR
1513 .sp .6
1514 .RS 4n
1515 Directory where users' mail is kept.
1519 .ne 2
1521 \fB\fB/var/mysql\fR\fR
1523 .sp .6
1524 .RS 4n
1525 Dynamic database directory for MySQL Database Management System.
1529 .ne 2
1531 \fB\fB/var/news\fR\fR
1533 .sp .6
1534 .RS 4n
1535 Community service messages. This is not the same as USENET-style news.
1539 .ne 2
1541 \fB\fB/var/nfs\fR\fR
1543 .sp .6
1544 .RS 4n
1545 NFS server log files.
1549 .ne 2
1551 \fB\fB/var/ntp\fR\fR
1553 .sp .6
1554 .RS 4n
1555 Network Time Protocol (\fBNTP\fR) server state directory.
1559 .ne 2
1561 \fB\fB/var/opt\fR\fR
1563 .sp .6
1564 .RS 4n
1565 Root of a subtree for varying files associated with optional software packages.
1566 An approved installation location for add-on system software and applications.
1570 .ne 2
1572 \fB\fB/var/patchsrv\fR\fR
1574 .sp .6
1575 .RS 4n
1576 Patch management log files.
1580 .ne 2
1582 \fB\fB/var/preserve\fR\fR
1584 .sp .6
1585 .RS 4n
1586 Backup files for \fBvi\fR(1) and \fBex\fR(1).
1590 .ne 2
1592 \fB\fB/var/run\fR\fR
1594 .sp .6
1595 .RS 4n
1596 Temporary files which are not needed across reboots. Only root may modify the
1597 contents of this directory.
1601 .ne 2
1603 \fB\fB/var/sadm\fR\fR
1605 .sp .6
1606 .RS 4n
1607 Databases maintained by the software package management utilities.
1611 .ne 2
1613 \fB\fB/var/sadm/system/logs\fR\fR
1615 .sp .6
1616 .RS 4n
1617 Status log files produced by software management functions and/or applications.
1618 For example, log files produced for product installation. An approved
1619 installation location for bundled Solaris software and for add-on system
1620 software and applications.
1624 .ne 2
1626 \fB\fB/var/saf\fR\fR
1628 .sp .6
1629 .RS 4n
1630 Service access facility logging and accounting files.
1634 .ne 2
1636 \fB\fB/var/samba\fR\fR
1638 .sp .6
1639 .RS 4n
1640 Log and lock files for Samba.
1644 .ne 2
1646 \fB\fB/var/sma_snmp\fR\fR
1648 .sp .6
1649 .RS 4n
1650 Systems Management Agent (SMA) security and MIB component information.
1654 .ne 2
1656 \fB\fB/var/snmp\fR\fR
1658 .sp .6
1659 .RS 4n
1660 SNMP status and configuration information.
1664 .ne 2
1666 \fB\fB/var/spool\fR\fR
1668 .sp .6
1669 .RS 4n
1670 Contains directories for files used in printer spooling, mail delivery,
1671 \fBcron\fR(1M), \fBat\fR(1), and so forth.
1675 .ne 2
1677 \fB\fB/var/spool/clientmqueue\fR\fR
1679 .sp .6
1680 .RS 4n
1681 \fBsendmail\fR(1M) client files.
1685 .ne 2
1687 \fB\fB/var/spool/cron\fR\fR
1689 .sp .6
1690 .RS 4n
1691 \fBcron\fR(1M) and \fBat\fR(1) spooling files.
1695 .ne 2
1697 \fB\fB/var/spool/locks\fR\fR
1699 .sp .6
1700 .RS 4n
1701 Spooling lock files.
1705 .ne 2
1707 \fB\fB/var/spool/lp\fR\fR
1709 .sp .6
1710 .RS 4n
1711 Line printer spool files. See \fBlp\fR(1).
1715 .ne 2
1717 \fB\fB/var/spool/mqueue\fR\fR
1719 .sp .6
1720 .RS 4n
1721 Mail queued for delivery.
1725 .ne 2
1727 \fB\fB/var/spool/pkg\fR\fR
1729 .sp .6
1730 .RS 4n
1731 Spooled packages.
1735 .ne 2
1737 \fB\fB/var/spool/print\fR\fR
1739 .sp .6
1740 .RS 4n
1741 LP print service client-side request staging area.
1745 .ne 2
1747 \fB\fB/var/spool/samba\fR\fR
1749 .sp .6
1750 .RS 4n
1751 Samba print queue.
1755 .ne 2
1757 \fB\fB/var/spool/uucp\fR\fR
1759 .sp .6
1760 .RS 4n
1761 Queued \fBuucp\fR(1C) jobs.
1765 .ne 2
1767 \fB\fB/var/spool/uucppublic\fR\fR
1769 .sp .6
1770 .RS 4n
1771 Files deposited by \fBuucp\fR(1C).
1775 .ne 2
1777 \fB\fB/var/statmon\fR\fR
1779 .sp .6
1780 .RS 4n
1781 Network status monitor files.
1785 .ne 2
1787 \fB\fB/var/svc/log\fR\fR
1789 .sp .6
1790 .RS 4n
1791 SMF log files.
1795 .ne 2
1797 \fB\fB/var/svc/manifest\fR\fR
1799 .sp .6
1800 .RS 4n
1801 SMF service manifests. An approved installation location for bundled, add-on
1802 system software and applications.
1806 .ne 2
1808 \fB\fB/var/svc/manifest/site\fR\fR
1810 .sp .6
1811 .RS 4n
1812 Site-local SMF service manifests.
1816 .ne 2
1818 \fB\fB/var/tmp\fR\fR
1820 .sp .6
1821 .RS 4n
1822 Files that vary in size or presence during normal system operations. This
1823 directory is \fBnot\fR cleared during the boot operation. An approved
1824 installation location for bundled Solaris software and for add-on system
1825 software and applications.
1827 It is possible to change the default behavior for \fB/var/tmp\fR to clear all
1828 of the files except editor temporary files by setting the \fBclean_vartmp\fR
1829 property value of the \fBrmtmpfiles\fR service. This is done with the following
1830 commands:
1832 .in +2
1834 # \fBsvccfg -s svc:/system/rmtmpfiles setprop \e\fR
1835       \fBoptions/clean_vartmp = "true"\fR
1836 # \fBsvcadm refresh svc:/system/rmtmpfiles:default\fR
1838 .in -2
1841 The \fBsolaris.smf.value.rmtmpfiles\fR authorization is required to modify this
1842 property.
1846 .ne 2
1848 \fB\fB/var/uucp\fR\fR
1850 .sp .6
1851 .RS 4n
1852 \fBuucp\fR(1C) log and status files.
1856 .ne 2
1858 \fB\fB/var/yp\fR\fR
1860 .sp .6
1861 .RS 4n
1862 Databases used by \fBNIS\fR and \fBypbind\fR(1M).
1865 .SS "\fB/usr\fR File System"
1867 Because it is desirable to keep the root file system small and not volatile, on
1868 disk-based systems larger file systems are often mounted on \fB/home\fR,
1869 \fB/opt\fR, \fB/usr\fR, and \fB/var\fR.
1872 The file system mounted on \fB/usr\fR contains platform-dependent and
1873 platform-independent sharable files. The subtree rooted at \fB/usr/share\fR
1874 contains platform-independent sharable files; the rest of the \fB/usr\fR tree
1875 contains platform-dependent files. By mounting a common remote file system, a
1876 group of machines with a common platform may share a single \fB/usr\fR file
1877 system. A single \fB/usr/share\fR file system can be shared by machines of any
1878 platform. A machine acting as a file server can share many different \fB/usr\fR
1879 file systems to support several different architectures and operating system
1880 releases. Clients usually mount \fB/usr\fR read-only so that they do not
1881 accidentally change any shared files.
1884 The \fB/usr\fR file system contains the following subdirectories:
1886 .ne 2
1888 \fB\fB/usr/4lib\fR\fR
1890 .sp .6
1891 .RS 4n
1892 \fBa.out\fR libraries for the Binary Compatibility Package.
1896 .ne 2
1898 \fB\fB/usr/5bin\fR\fR
1900 .sp .6
1901 .RS 4n
1902 Symbolic link to the \fB/usr/bin\fR directory.
1906 .ne 2
1908 \fB\fB/usr/SUNWale\fR\fR
1910 .sp .6
1911 .RS 4n
1912 Configuration files for Asian Lanuguage Environment (ALE).
1916 .ne 2
1918 \fB\fB/usr/X\fR\fR
1920 .sp .6
1921 .RS 4n
1922 Symbolic link to the \fB/usr/openwin\fR directory.
1926 .ne 2
1928 \fB\fB/usr/X11\fR\fR
1930 .sp .6
1931 .RS 4n
1932 Xorg Xserver (X11) executables and documentation.
1936 .ne 2
1938 \fB\fB/usr/adm\fR\fR
1940 .sp .6
1941 .RS 4n
1942 Symbolic link to the \fB/var/adm\fR directory.
1946 .ne 2
1948 \fB\fB/usr/apache\fR\fR
1950 .sp .6
1951 .RS 4n
1952 Apache executables, loadable modules, and documentation.
1956 .ne 2
1958 \fB\fB/usr/appserver\fR\fR
1960 .sp .6
1961 .RS 4n
1962 Sun Java System Application Server software.
1966 .ne 2
1968 \fB\fB/usr/benchmarks\fR\fR
1970 .sp .6
1971 .RS 4n
1972 Directory for benchmarks.
1976 .ne 2
1978 \fB\fB/usr/bin\fR\fR
1980 .sp .6
1981 .RS 4n
1982 Platform-dependent, user-invoked executables. These are commands users expect
1983 to be run as part of their normal \fB$PATH\fR. For executables that are
1984 different on a 64-bit system than on a 32-bit system, a wrapper that selects
1985 the appropriate executable is placed here. See \fBisaexec\fR(3C). An approved
1986 installation location for bundled Solaris software. The analogous location for
1987 add-on system software or for applications is \fB/opt/\fIpackagename\fR/bin\fR.
1991 .ne 2
1993 \fB\fB/usr/bin/amd64\fR\fR
1995 .sp .6
1996 .RS 4n
1997 x86 64-bit, platform-dependent, user-invoked executables. This directory should
1998 not be part of a user's \fB$PATH\fR. A wrapper in \fB/usr/bin\fR should invoke
1999 the executable in this directory. See \fBisaexec\fR(3C). An approved
2000 installation location for bundled Solaris software. The analogous location for
2001 add-on system software or for applications is
2002 \fB/opt/\fIpackagename\fR/bin/amd64\fR.
2006 .ne 2
2008 \fB\fB/usr/bin/sparcv9\fR\fR
2010 .sp .6
2011 .RS 4n
2012 \fBSPARC\fR platform-dependent, user-invoked executables. This directory should
2013 not be part of a user's \fB$PATH\fR. A wrapper in \fB/usr/bin\fR should invoke
2014 the executable in this directory. 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
2017 \fB/opt/\fIpackagename\fR/bin/sparcv9\fR.
2021 .ne 2
2023 \fB\fB/usr/bin/\fIsubsystem\fR\fR\fR
2025 .sp .6
2026 .RS 4n
2027 Platform-dependent user-invoked executables that are associated with
2028 \fIsubsystem\fR. These are commands users expect to be run as part of their
2029 normal \fB$PATH\fR. An approved installation location for bundled Solaris
2030 software. The analogous location for add-on system software or for applications
2031 is \fB/opt/\fIpackagename\fR/bin\fR.
2035 .ne 2
2037 \fB\fB/usr/\fIsubsystem\fR/bin\fR\fR
2039 .sp .6
2040 .RS 4n
2041 Platform-dependent user-invoked executables that are associated with
2042 \fIsubsystem\fR. These are commands users expect to be run as part of their
2043 normal \fB$PATH\fR. An approved installation location for bundled Solaris
2044 software. The analogous location for add-on system software or for applications
2045 is \fB/opt/\fIpackagename\fR/bin\fR.
2049 .ne 2
2051 \fB\fB/usr/\fIsubsystem\fR/bin/amd64\fR\fR
2053 .sp .6
2054 .RS 4n
2055 x86 64-bit, platform-dependent, user-invoked executables. This directory should
2056 not be part of a user's \fB$PATH\fR. A wrapper in \fB/usr/bin\fR should invoke
2057 the executable in this directory. See \fBisaexec\fR(3C). An approved
2058 installation location for bundled Solaris software. The analogous location for
2059 add-on system software or for applications is
2060 \fB/opt/\fIpackagename\fR/bin/amd64\fR.
2064 .ne 2
2066 \fB\fB/usr/\fIsubsystem\fR/bin/sparcv9\fR\fR
2068 .sp .6
2069 .RS 4n
2070 \fBSPARC\fR 64-bit, platform-dependent, user-invoked executables. This
2071 directory should not be part of a user's \fB$PATH\fR. A wrapper in
2072 \fB/usr/bin\fR should invoke the executable in this directory. See
2073 \fBisaexec\fR(3C). An approved installation location for bundled Solaris
2074 software. The analogous location for add-on system software or for applications
2075 is \fB/opt/\fIpackagename\fR/bin/sparcv9\fR.
2079 .ne 2
2081 \fB\fB/usr/ccs\fR\fR
2083 .sp .6
2084 .RS 4n
2085 C compilation system.
2089 .ne 2
2091 \fB\fB/usr/ccs/bin\fR\fR
2093 .sp .6
2094 .RS 4n
2095 C compilation commands and system utilities.
2099 .ne 2
2101 \fB\fB/usr/ccs/lib\fR\fR
2103 .sp .6
2104 .RS 4n
2105 Symbolic link to \fB/usr/lib\fR.
2109 .ne 2
2111 \fB\fB/usr/demo\fR\fR
2113 .sp .6
2114 .RS 4n
2115 Demo programs and data.
2119 .ne 2
2121 \fB\fB/usr/dict\fR\fR
2123 .sp .6
2124 .RS 4n
2125 Symbolic link to the \fB/usr/share/lib/dict\fR directory, which contains the
2126 dictionary file used by the \fBUNIX\fR spell program.
2130 .ne 2
2132 \fB\fB/usr/dt\fR\fR
2134 .sp .6
2135 .RS 4n
2136 root of a subtree for CDE software.
2140 .ne 2
2142 \fB\fB/usr/dt/bin\fR\fR
2144 .sp .6
2145 .RS 4n
2146 Primary location for CDE system utilities.
2150 .ne 2
2152 \fB\fB/usr/dt/include\fR\fR
2154 .sp .6
2155 .RS 4n
2156 Header files for CDE software.
2160 .ne 2
2162 \fB\fB/usr/dt/lib\fR\fR
2164 .sp .6
2165 .RS 4n
2166 Libraries for CDE software.
2170 .ne 2
2172 \fB\fB/usr/dt/share/man\fR\fR
2174 .sp .6
2175 .RS 4n
2176 On-line reference manual pages for CDE software.
2180 .ne 2
2182 \fB\fB/usr/games\fR\fR
2184 .sp .6
2185 .RS 4n
2186 An empty directory, a remnant of the SunOS 4.0/4.1 software.
2190 .ne 2
2192 \fB\fB/usr/gnome\fR\fR
2194 .sp .6
2195 .RS 4n
2196 This is an obsolete directory where 3rd party programs can install their
2197 applications and \fBpixmap\fR files. It is supported for backwards
2198 compatibility.
2202 .ne 2
2204 \fB\fB/usr/include\fR\fR
2206 .sp .6
2207 .RS 4n
2208 Include headers (for C programs).
2212 .ne 2
2214 \fB\fB/usr/java\fI*\fR\fR\fR
2216 .sp .6
2217 .RS 4n
2218 Directories containing Java programs and libraries.
2222 .ne 2
2224 \fB\fB/usr/jdk\fI*\fR\fR\fR
2226 .sp .6
2227 .RS 4n
2228 Java Platform virtual machine and core class libraries.
2232 .ne 2
2234 \fB\fB/usr/kernel\fR\fR
2236 .sp .6
2237 .RS 4n
2238 Subtree of platform-dependent loadable kernel modules, not needed in the root
2239 filesystem. An approved installation location for bundled Solaris software.
2243 .ne 2
2245 \fB\fB/usr/kvm\fR\fR
2247 .sp .6
2248 .RS 4n
2249 A mount point, retained for backward compatibility, that formerly contained
2250 platform-specific binaries and libraries.
2254 .ne 2
2256 \fB\fB/usr/lib\fR\fR
2258 .sp .6
2259 .RS 4n
2260 Platform-dependent libraries, various databases, commands and daemons not
2261 invoked directly by a human user. An approved installation location for bundled
2262 Solaris software. The analogous location for add-on system software or for
2263 applications is \fB/opt/\fIpackagename\fR/lib\fR.
2267 .ne 2
2269 \fB\fB/usr/lib/32\fR\fR
2271 .sp .6
2272 .RS 4n
2273 Symbolic link to \fB/usr/lib\fR.
2277 .ne 2
2279 \fB\fB/usr/lib/64\fR\fR
2281 .sp .6
2282 .RS 4n
2283 Symbolic link to the most portable 64-bit Solaris interfaces, on both SPARC and
2284 x86 platforms.
2288 .ne 2
2290 \fB\fB/usr/lib/acct\fR\fR
2292 .sp .6
2293 .RS 4n
2294 Accounting scripts and binaries. See \fBacct\fR(1M).
2298 .ne 2
2300 \fB\fB/usr/lib/adb\fR\fR
2302 .sp .6
2303 .RS 4n
2304 \fBadb\fR accounting scripts.
2308 .ne 2
2310 \fB\fB/usr/lib/amd64\fR\fR
2312 .sp .6
2313 .RS 4n
2314 Platform-dependent libraries, various databases, commands and daemons not
2315 invoked directly by a human user on 64-bit x86. An approved installation
2316 location for bundled Solaris software. The analogous location for add-on system
2317 software or for applications is \fB/opt/\fIpackagename\fR/lib/amd64\fR.
2321 .ne 2
2323 \fB\fB/usr/lib/autofs\fR\fR
2325 .sp .6
2326 .RS 4n
2327 Contains the \fBautomountd\fR executable.
2331 .ne 2
2333 \fB\fB/usr/lib/cfgadm\fR\fR
2335 .sp .6
2336 .RS 4n
2337 Contains \fBcfgadm\fR hardware-specific driver plugins.
2341 .ne 2
2343 \fB\fB/usr/lib/class\fR\fR
2345 .sp .6
2346 .RS 4n
2347 Scheduling-class-specific directories containing executables for
2348 \fBpriocntl\fR(1) and \fBdispadmin\fR(1M).
2352 .ne 2
2354 \fB\fB/usr/lib/crypto\fR\fR
2356 .sp .6
2357 .RS 4n
2358 Contains the kernel-level cryptographic framework daemon (\fBkcfd\fR).
2362 .ne 2
2364 \fB\fB/usr/lib/devfsadm\fR\fR
2366 .sp .6
2367 .RS 4n
2368 Contains \fBdevfsadm\fR, the daemon version of \fBdevfsadm\fR.
2372 .ne 2
2374 \fB\fB/usr/lib/dict\fR\fR
2376 .sp .6
2377 .RS 4n
2378 Database files for \fBspell\fR(1).
2382 .ne 2
2384 \fB\fB/usr/lib/dns\fR\fR
2386 .sp .6
2387 .RS 4n
2388 Contains DNS resolver libraries.
2392 .ne 2
2394 \fB\fB/usr/lib/dtrace\fR\fR
2396 .sp .6
2397 .RS 4n
2398 Contains \fBdtrace\fR D source files.
2402 .ne 2
2404 \fB\fB/usr/lib/flash\fR\fR
2406 .sp .6
2407 .RS 4n
2408 Contains Solaris flash archive deployment scripts.
2412 .ne 2
2414 \fB\fB/usr/lib/fm\fR\fR
2416 .sp .6
2417 .RS 4n
2418 Contains \fBfmd\fR, the fault manager daemon and the fault manager library.
2422 .ne 2
2424 \fB\fB/usr/lib/font\fR\fR
2426 .sp .6
2427 .RS 4n
2428 \fBtroff\fR(1) font description files.
2432 .ne 2
2434 \fB\fB/usr/lib/fs\fR\fR
2436 .sp .6
2437 .RS 4n
2438 File system type dependent modules; generally not intended to be invoked
2439 directly by the user.
2443 .ne 2
2445 \fB\fB/usr/lib/gss\fR\fR
2447 .sp .6
2448 .RS 4n
2449 Secure services-related libraries.
2453 .ne 2
2455 \fB\fB/usr/lib/iconv\fR\fR
2457 .sp .6
2458 .RS 4n
2459 Conversion tables for \fBiconv\fR(1).
2463 .ne 2
2465 \fB\fB/usr/lib/inet\fR\fR
2467 .sp .6
2468 .RS 4n
2469 Contains many network-related daemons and libraries.
2473 .ne 2
2475 \fB\fB/usr/lib/ipf\fR\fR
2477 .sp .6
2478 .RS 4n
2479 Contains \fBIPFILTER.LICENCE\fR and \fBipftest\fR.
2483 .ne 2
2485 \fB\fB/usr/lib/ipqosconf\fR\fR
2487 .sp .6
2488 .RS 4n
2489 IPQoS configuration utility.
2493 .ne 2
2495 \fB\fB/usr/lib/krb5\fR\fR
2497 .sp .6
2498 .RS 4n
2499 Contains the Kerberos database propagation program and libraries.
2503 .ne 2
2505 \fB\fB/usr/lib/ld\fR\fR
2507 .sp .6
2508 .RS 4n
2509 Contains the map files for the \fBld\fR link editor.
2513 .ne 2
2515 \fB\fB/usr/lib/ldap\fR\fR
2517 .sp .6
2518 .RS 4n
2519 Contains LDAP client configuration utilities.
2523 .ne 2
2525 \fB\fB/usr/lib/libp\fR\fR
2527 .sp .6
2528 .RS 4n
2529 Profiled libraries.
2533 .ne 2
2535 \fB\fB/usr/lib/llc2\fR\fR
2537 .sp .6
2538 .RS 4n
2539 Contains logical link control (\fBllc2\fR) driver configuration files.
2543 .ne 2
2545 \fB\fB/usr/lib/locale\fR\fR
2547 .sp .6
2548 .RS 4n
2549 Localization databases.
2553 .ne 2
2555 \fB\fB/usr/lib/lp\fR\fR
2557 .sp .6
2558 .RS 4n
2559 Line printer subsystem databases and back-end executables.
2563 .ne 2
2565 \fB\fB/usr/lib/netsvc\fR\fR
2567 .sp .6
2568 .RS 4n
2569 Internet network services.
2573 .ne 2
2575 \fB\fB/usr/lib/nfs\fR\fR
2577 .sp .6
2578 .RS 4n
2579 Auxiliary NFS-related programs and daemons.
2583 .ne 2
2585 \fB\fB/usr/lib/picl\fR\fR
2587 .sp .6
2588 .RS 4n
2589 Platform Information and Control Library.
2593 .ne 2
2595 \fB\fB/usr/lib/pool\fR\fR
2597 .sp .6
2598 .RS 4n
2599 Contains the automated resource pools partitioning daemon (\fBpoold\fR) and
2600 associated libraries.
2604 .ne 2
2606 \fB\fB/usr/lib/power\fR\fR
2608 .sp .6
2609 .RS 4n
2610 Power management daemon, \fBpowerd\fR.
2614 .ne 2
2616 \fB\fB/usr/lib/print\fR\fR
2618 .sp .6
2619 .RS 4n
2620 Contains \fBlp\fR conversion scripts and the \fBin.lpd\fR daemon.
2624 .ne 2
2626 \fB\fB/usr/lib/rcap\fR\fR
2628 .sp .6
2629 .RS 4n
2630 Resource cap enforcement daemon, \fBrcapd\fR.
2634 .ne 2
2636 \fB\fB/usr/lib/rcm\fR\fR
2638 .sp .6
2639 .RS 4n
2640 Contains the Reconfiguration and Coordination Manager daemon (\fBrcm_daemon\fR)
2641 and RCM scripts.
2645 .ne 2
2647 \fB\fB/usr/lib/refer\fR\fR
2649 .sp .6
2650 .RS 4n
2651 Auxiliary programs for \fBrefer\fR(1).
2655 .ne 2
2657 \fB\fB/usr/lib/rmmount\fR\fR
2659 .sp .6
2660 .RS 4n
2661 Removable media mounter shared objects.
2665 .ne 2
2667 \fB\fB/usr/lib/sa\fR\fR
2669 .sp .6
2670 .RS 4n
2671 Scripts and commands for the system activity report package. See \fBsar\fR(1).
2675 .ne 2
2677 \fB\fB/usr/lib/saf\fR\fR
2679 .sp .6
2680 .RS 4n
2681 Auxiliary programs and daemons related to the service access facility.
2685 .ne 2
2687 \fB\fB/usr/lib/sasl\fR\fR
2689 .sp .6
2690 .RS 4n
2691 Simple Authentication and Security Layer (SASL) plug-in modules.
2695 .ne 2
2697 \fB\fB/usr/lib/secure\fR\fR
2699 .sp .6
2700 .RS 4n
2701 Default trusted libraries.
2705 .ne 2
2707 \fB\fB/usr/lib/security\fR\fR
2709 .sp .6
2710 .RS 4n
2711 Solaris security plug-in modules.
2715 .ne 2
2717 \fB\fB/usr/lib/smartcard\fR\fR
2719 .sp .6
2720 .RS 4n
2721 IFD handler libraries.
2725 .ne 2
2727 \fB\fB/usr/lib/smedia\fR\fR
2729 .sp .6
2730 .RS 4n
2731 Removable media device server daemon, \fBrpc.smserverd\fR.
2735 .ne 2
2737 \fB\fB/usr/lib/sparcv9\fR\fR
2739 .sp .6
2740 .RS 4n
2741 \fBSPARC\fR 64-bit, platform-dependent libraries, various databases, commands
2742 and daemons not invoked directly by a human user. An approved installation
2743 location for bundled Solaris software. The analogous location for add-on system
2744 software or for applications is \fB/opt/\fIpackagename\fR/lib/sparcv9\fR.
2748 .ne 2
2750 \fB\fB/usr/lib/spell\fR\fR
2752 .sp .6
2753 .RS 4n
2754 Auxiliary programs and databases for \fBspell\fR(1). This directory is only
2755 present when the Binary Compatibility Package is installed.
2759 .ne 2
2761 \fB\fB/usr/lib/\fIsubsystem\fR\fR\fR
2763 .sp .6
2764 .RS 4n
2765 Platform-dependent libraries, various databases, commands and daemons that are
2766 associated with \fIsubsystem\fR and that are not invoked directly by a human
2767 user. An approved installation location for bundled Solaris software. The
2768 analogous location for add-on system software or for applications is
2769 \fB/opt/\fIpackagename\fR/lib\fR.
2773 .ne 2
2775 \fB\fB/usr/lib/\fIsubsystem\fR/amd64\fR\fR
2777 .sp .6
2778 .RS 4n
2779 x86 64-bit, platform-dependent libraries, various databases, commands and
2780 daemons that are associated with \fIsubsystem\fR and that are not invoked
2781 directly by a human user. An approved installation location for bundled Solaris
2782 software. The analogous location for add-on system software or for applications
2783 is \fB/opt/\fIpackagename\fR/lib/amd64\fR.
2787 .ne 2
2789 \fB\fB/usr/lib/\fIsubsystem\fR/sparcv9\fR\fR
2791 .sp .6
2792 .RS 4n
2793 \fBSPARC\fR 64-bit, platform-dependent libraries, various databases, commands
2794 and daemons that are associated with \fIsubsystem\fR and that are not invoked
2795 directly by a human user. An approved installation location for bundled Solaris
2796 software. The analogous location for add-on system software or for applications
2797 is \fB/opt/\fIpackagename\fR/lib/sparcv9\fR.
2801 .ne 2
2803 \fB\fB/usr/\fIsubsystem\fR/lib\fR\fR
2805 .sp .6
2806 .RS 4n
2807 Platform-dependent libraries, various databases, commands and daemons not
2808 invoked directly by a human user. An approved installation location for bundled
2809 Solaris software. The analogous location for add-on system software or for
2810 applications is \fB/opt/\fIpackagename\fR/lib\fR.
2814 .ne 2
2816 \fB\fB/usr/\fIsubsystem\fR/lib/amd64\fR\fR
2818 .sp .6
2819 .RS 4n
2820 x86 64-bit, platform-dependent libraries, various databases, commands and
2821 daemons that are associated with \fIsubsystem\fR and that are not invoked
2822 directly by a human user. An approved installation location for bundled Solaris
2823 software. The analogous location for add-on system software or for applications
2824 is \fB/opt/\fIpackagename\fR/lib/amd64\fR.
2828 .ne 2
2830 \fB\fB/usr/\fIsubsystem\fR/lib/sparcv9\fR\fR
2832 .sp .6
2833 .RS 4n
2834 \fBSPARC\fR 64-bit, platform-dependent libraries, various databases, commands
2835 and daemons that are associated with \fIsubsystem\fR and that are not invoked
2836 directly by a human user. An approved installation location for bundled Solaris
2837 software. The analogous location for add-on system software or for applications
2838 is \fB/opt/\fIpackagename\fR/lib/sparcv9\fR.
2842 .ne 2
2844 \fB\fB/usr/lib/sysevent\fR\fR
2846 .sp .6
2847 .RS 4n
2848 Contains the system event notification daemon (\fBsyseventd\fR) and the
2849 \fBsyseventd\fR loadable module (SLM) repository.
2853 .ne 2
2855 \fB\fB/usr/lib/uucp\fR\fR
2857 .sp .6
2858 .RS 4n
2859 Auxiliary programs and daemons for \fBuucp\fR(1C).
2863 .ne 2
2865 \fB\fB/usr/lib/webconsole\fR\fR
2867 .sp .6
2868 .RS 4n
2869 Sun Java web console programs and scripts.
2873 .ne 2
2875 \fB\fB/usr/lib/zones\fR\fR
2877 .sp .6
2878 .RS 4n
2879 Zone administration daemon (\fBzoneamd\fR).
2883 .ne 2
2885 \fB\fB/usr/local\fR\fR
2887 .sp .6
2888 .RS 4n
2889 Not part of the SVR4-based Solaris distribution. The \fB/usr\fR directory is
2890 exclusively for software bundled with the Solaris operating system. If needed
2891 for storing machine-local add-on software, create the directory
2892 \fB/opt/local\fR and make \fB/usr/local\fR a symbolic link to \fB/opt/local\fR.
2893 The \fB/opt\fR directory or filesystem is for storing add-on software to the
2894 system.
2898 .ne 2
2900 \fB\fB/usr/mail\fR\fR
2902 .sp .6
2903 .RS 4n
2904 Symbolic link to the \fB/var/mail\fR directory.
2908 .ne 2
2910 \fB\fB/usr/man\fR\fR
2912 .sp .6
2913 .RS 4n
2914 Symbolic link to the \fB/usr/share/man\fR directory.
2918 .ne 2
2920 \fB\fB/usr/net/servers\fR\fR
2922 .sp .6
2923 .RS 4n
2924 Entry points for foreign name service requests relayed using the network
2925 listener. See \fBlisten\fR(1M).
2929 .ne 2
2931 \fB\fB/usr/news\fR\fR
2933 .sp .6
2934 .RS 4n
2935 Symbolic link to the \fB/var/news\fR directory.
2939 .ne 2
2941 \fB\fB/usr/old\fR\fR
2943 .sp .6
2944 .RS 4n
2945 Programs that are being phased out.
2949 .ne 2
2951 \fB\fB/usr/openwin\fR\fR
2953 .sp .6
2954 .RS 4n
2955 Installation or mount point for the OpenWindows software.
2959 .ne 2
2961 \fB\fB/usr/perl5\fR\fR
2963 .sp .6
2964 .RS 4n
2965 Perl 5 programs and documentation
2969 .ne 2
2971 \fB\fB/usr/platform\fR\fR
2973 .sp .6
2974 .RS 4n
2975 Subtree of platform-specific objects which does not need to reside on the root
2976 filesystem. It contains a series of directories, one per supported platform.
2977 The semantics of the series of directories is equivalent to \fB/platform\fR,
2978 except for subdirectories which do not provide utility under one or the other
2979 (for example, \fB/platform/include\fR is not needed).
2983 .ne 2
2985 \fB\fB/usr/platform/\fR\fB`\fR\fBuname\fR
2986 \fB-i\fR\fB\fR\fB`\fR\fB/include\fR\fR
2988 .sp .6
2989 .RS 4n
2990 Symbolic link to \fB/../\fR\fB`\fR\fBuname\fR
2991 \fB-i\fR\fB\fR\fB`\fR\fB/include\fR. Platform-specific system (\fBsys\fR,
2992 \fBvm\fR) header files with semantics equivalent to \fB/usr/include\fR. An
2993 approved installation location for bundled Solaris software and for add-on
2994 system software.
2998 .ne 2
3000 \fB\fB/usr/platform/\fR\fB`\fR\fBuname\fR \fB-i\fR\fB\fR\fB`\fR\fB/lib\fR\fR
3002 .sp .6
3003 .RS 4n
3004 Platform-specific shared objects with semantics equivalent to \fB/usr/lib\fR.
3005 An approved installation location for bundled Solaris software and for add-on
3006 system software.
3010 .ne 2
3012 \fB\fB/usr/platform/\fR\fB`\fR\fBuname\fR
3013 \fB-i\fR\fB\fR\fB`\fR\fB/lib/\fIsubsystem\fR/amd64\fR\fR
3015 .sp .6
3016 .RS 4n
3017 x86 64-bit, platform-specific daemon and shared objects. An approved
3018 installation location for bundled Solaris software and for add-on system
3019 software.
3023 .ne 2
3025 \fB\fB/usr/platform/\fR\fB`\fR\fBuname\fR \fB-i\fR\fB\fR\fB`\fR\fB/sbin\fR\fR
3027 .sp .6
3028 .RS 4n
3029 Platform-specific system administration utilities with semantics equivalent to
3030 \fB/usr/sbin\fR. An approved installation location for bundled Solaris software
3031 and for add-on system software.
3035 .ne 2
3037 \fB\fB/usr/preserve\fR\fR
3039 .sp .6
3040 .RS 4n
3041 Symbolic link to the \fB/var/preserve\fR directory.
3045 .ne 2
3047 \fB\fB/usr/proc\fR\fR
3049 .sp .6
3050 .RS 4n
3051 Directory for the \fBproc\fR tools.
3055 .ne 2
3057 \fB\fB/usr/pub\fR\fR
3059 .sp .6
3060 .RS 4n
3061 Symbolic link to \fB/share/lib/pub\fR, which contains files for online man page
3062 and character processing.
3066 .ne 2
3068 \fB\fB/usr/sadm\fR\fR
3070 .sp .6
3071 .RS 4n
3072 System administration files and directories.
3076 .ne 2
3078 \fB\fB/usr/sadm/bin\fR\fR
3080 .sp .6
3081 .RS 4n
3082 Binaries for the Form and Menu Language Interpreter (\fBFMLI\fR) scripts. See
3083 \fBfmli\fR(1).
3087 .ne 2
3089 \fB\fB/usr/sadm/install\fR\fR
3091 .sp .6
3092 .RS 4n
3093 Executables and scripts for package management.
3097 .ne 2
3099 \fB\fB/usr/sbin\fR\fR
3101 .sp .6
3102 .RS 4n
3103 Platform-dependent executables for system administration, expected to be run
3104 only by system administrators. An approved installation location for bundled
3105 Solaris software. The analogous location for add-on system software or for
3106 applications is \fB/opt/\fIpackagename\fR/sbin\fR.
3110 .ne 2
3112 \fB\fB/usr/sbin/install.d\fR\fR
3114 .sp .6
3115 .RS 4n
3116 Custom Jumpstart scripts and executables.
3120 .ne 2
3122 \fB\fB/usr/sbin/sparc7\fR and \fBsparc9\fR\fR
3124 .sp .6
3125 .RS 4n
3126 32-bit and 64-bit versions of commands.
3130 .ne 2
3132 \fB\fB/usr/sbin/amd64\fR\fR
3134 .sp .6
3135 .RS 4n
3136 64-bit x86versions of commands.
3140 .ne 2
3142 \fB\fB/usr/sbin/\fIsubsystem\fR\fR\fR
3144 .sp .6
3145 .RS 4n
3146 Platform-dependent executables for system administration, expected to be run
3147 only by system administrators, and associated with \fIsubsystem\fR. An approved
3148 installation location for bundled Solaris software. The analogous location for
3149 add-on system software or for applications is
3150 \fB/opt/\fIpackagename\fR/sbin\fR.
3154 .ne 2
3156 \fB\fB/usr/\fIsubsystem\fR/sbin\fR\fR
3158 .sp .6
3159 .RS 4n
3160 Platform-dependent executables for system administration, expected to be run
3161 only by system administrators, and associated with \fIsubsystem\fR. An approved
3162 installation location for bundled Solaris software. The analogous location for
3163 add-on system software or for applications is
3164 \fB/opt/\fIpackagename\fR/sbin\fR.
3168 .ne 2
3170 \fB\fB/usr/sfw\fR\fR
3172 .sp .6
3173 .RS 4n
3174 \fBGNU\fR and open source executables, libraries, and documentation.
3178 .ne 2
3180 \fB\fB/usr/share\fR\fR
3182 .sp .6
3183 .RS 4n
3184 Platform-independent sharable files. An approved installation location for
3185 bundled Solaris software.
3189 .ne 2
3191 \fB\fB/usr/share/aclocal\fR\fR
3193 .sp .6
3194 .RS 4n
3195 Open source \fBm4\fR files.
3199 .ne 2
3201 \fB\fB/usr/share/applications\fR\fR
3203 .sp .6
3204 .RS 4n
3205 Open source desktop applications files.
3209 .ne 2
3211 \fB\fB/usr/share/audio\fR\fR
3213 .sp .6
3214 .RS 4n
3215 Sample audio files.
3219 .ne 2
3221 \fB\fB/usr/share/glib-2.0\fR\fR
3223 .sp .6
3224 .RS 4n
3225 Makefile for \fBglib\fR.
3229 .ne 2
3231 \fB\fB/usr/share/gnome\fR\fR
3233 .sp .6
3234 .RS 4n
3235 GNOME desktop and application data.
3239 .ne 2
3241 \fB\fB/usr/share/gtk-2.0\fR\fR
3243 .sp .6
3244 .RS 4n
3245 GTK+ application data and demos
3249 .ne 2
3251 \fB\fB/usr/share/gtk-doc\fR\fR
3253 .sp .6
3254 .RS 4n
3255 API documentation for libraries which use gtk-doc documentation format, which
3256 mostly includes desktop interfaces.
3260 .ne 2
3262 \fB\fB/usr/share/icons\fR\fR
3264 .sp .6
3265 .RS 4n
3266 Sun Java Desktop icons.
3270 .ne 2
3272 \fB\fB/usr/share/idl\fR\fR
3274 .sp .6
3275 .RS 4n
3276 Open source Interface Definition Language (IDL) files.
3280 .ne 2
3282 \fB\fB/usr/share/intltool\fR\fR
3284 .sp .6
3285 .RS 4n
3286 XML translation tools.
3290 .ne 2
3292 \fB\fB/usr/share/ipfilter\fR\fR
3294 .sp .6
3295 .RS 4n
3296 Open source IP Filter sample files.
3300 .ne 2
3302 \fB\fB/usr/share/javadoc\fR\fR
3304 .sp .6
3305 .RS 4n
3306 Help files for Message Queue broker and Smart Card applications.
3310 .ne 2
3312 \fB\fB/usr/share/lib\fR\fR
3314 .sp .6
3315 .RS 4n
3316 Platform-independent sharable databases. An approved installation location for
3317 bundled Solaris software.
3321 .ne 2
3323 \fB\fB/usr/share/lib/dict\fR\fR
3325 .sp .6
3326 .RS 4n
3327 Contains word list for \fBspell\fR(1).
3331 .ne 2
3333 \fB\fB/usr/share/lib/keytables\fR\fR
3335 .sp .6
3336 .RS 4n
3337 Keyboard layout description tables.
3341 .ne 2
3343 \fB\fB/usr/share/lib/mailx\fR\fR
3345 .sp .6
3346 .RS 4n
3347 Help files for \fBmailx\fR(1).
3351 .ne 2
3353 \fB\fB/usr/share/lib/nterm\fR\fR
3355 .sp .6
3356 .RS 4n
3357 \fBnroff\fR(1) terminal tables.
3361 .ne 2
3363 \fB\fB/usr/share/lib/pub\fR\fR
3365 .sp .6
3366 .RS 4n
3367 Character set data files.
3371 .ne 2
3373 \fB\fB/usr/share/lib/tabset\fR\fR
3375 .sp .6
3376 .RS 4n
3377 Tab setting escape sequences.
3381 .ne 2
3383 \fB\fB/usr/share/lib/terminfo\fR\fR
3385 .sp .6
3386 .RS 4n
3387 Terminal description files for \fBterminfo\fR(4).
3391 .ne 2
3393 \fB\fB/usr/share/lib/tmac\fR\fR
3395 .sp .6
3396 .RS 4n
3397 Macro packages and related files for text processing tools, for example,
3398 \fBnroff\fR(1) and \fBtroff\fR(1).
3402 .ne 2
3404 \fB\fB/usr/share/lib/zoneinfo\fR\fR
3406 .sp .6
3407 .RS 4n
3408 Time zone information.
3412 .ne 2
3414 \fB\fB/usr/share/man\fR\fR
3416 .sp .6
3417 .RS 4n
3418 Platform-independent sharable manual pages. An approved installation location
3419 for bundled Solaris software. The analogous location for add-on system software
3420 or for applications is \fB/opt/\fIpackagename\fR/man\fR.
3424 .ne 2
3426 \fB\fB/usr/share/omf\fR\fR
3428 .sp .6
3429 .RS 4n
3430 GNOME Scrollkeeper database files.
3434 .ne 2
3436 \fB\fB/usr/share/pixmaps\fR\fR
3438 .sp .6
3439 .RS 4n
3440 Sun Java graphics.
3444 .ne 2
3446 \fB\fB/usr/share/scrollkeeper\fR\fR
3448 .sp .6
3449 .RS 4n
3450 GNOME Scrollkeeper templates and \fBxslt\fR files.
3454 .ne 2
3456 \fB\fB/usr/share/sgml\fR\fR
3458 .sp .6
3459 .RS 4n
3460 Open source SGML files.
3464 .ne 2
3466 \fB\fB/usr/share/sounds\fR\fR
3468 .sp .6
3469 .RS 4n
3470 Sound files.
3474 .ne 2
3476 \fB\fB/usr/share/src\fR\fR
3478 .sp .6
3479 .RS 4n
3480 Source code for kernel, utilities, and libraries.
3484 .ne 2
3486 \fB\fB/usr/share/themes\fR\fR
3488 .sp .6
3489 .RS 4n
3490 GNOME 2.0 Desktop themes.
3494 .ne 2
3496 \fB\fB/usr/share/webconsole\fR\fR
3498 .sp .6
3499 .RS 4n
3500 Sun Web Console status files.
3504 .ne 2
3506 \fB\fB/usr/share/xml\fR\fR
3508 .sp .6
3509 .RS 4n
3510 GNOME Scrollkeeper DTD files.
3514 .ne 2
3516 \fB\fB/usr/snadm\fR\fR
3518 .sp .6
3519 .RS 4n
3520 Files related to system and network administration.
3524 .ne 2
3526 \fB\fB/usr/spool\fR\fR
3528 .sp .6
3529 .RS 4n
3530 Symbolic link to the \fB/var/spool\fR directory.
3534 .ne 2
3536 \fB\fB/usr/src\fR\fR
3538 .sp .6
3539 .RS 4n
3540 Symbolic link to the \fB/usr/share/src\fR directory.
3544 .ne 2
3546 \fB\fB/usr/tmp\fR\fR
3548 .sp .6
3549 .RS 4n
3550 Symbolic link to the \fB/var/tmp\fR directory.
3554 .ne 2
3556 \fB\fB/usr/ucb\fR\fR
3558 .sp .6
3559 .RS 4n
3560 Berkeley compatibility package binaries.
3564 .ne 2
3566 \fB\fB/usr/ucbinclude\fR\fR
3568 .sp .6
3569 .RS 4n
3570 Berkeley compatibility package headers.
3574 .ne 2
3576 \fB\fB/usr/ucblib\fR\fR
3578 .sp .6
3579 .RS 4n
3580 Berkeley compatibility package libraries.
3584 .ne 2
3586 \fB\fB/usr/xpg4\fR\fR
3588 .sp .6
3589 .RS 4n
3590 Directory for POSIX-compliant utilities.
3594 .ne 2
3596 \fB\fB/usr/xpg6\fR\fR
3598 .sp .6
3599 .RS 4n
3600 Directory for newer versions of POSIX-compliant utilities.
3603 .SH SEE ALSO
3605 \fBat\fR(1), \fBex\fR(1), \fBfmli\fR(1), \fBiconv\fR(1), \fBlp\fR(1),
3606 \fBisainfo\fR(1), \fBmail\fR(1), \fBmailx\fR(1), \fBnroff\fR(1),
3607 \fBpriocntl\fR(1), \fBrefer\fR(1), \fBsar\fR(1), \fBsh\fR(1), \fBspell\fR(1),
3608 \fBsvcs\fR(1), \fBtroff\fR(1), \fBuname\fR(1), \fBuucp\fR(1C), \fBvi\fR(1),
3609 \fBacct\fR(1M), \fBcron\fR(1M), \fBdispadmin\fR(1M), \fBdladm\fR(1M),
3610 \fBfmd\fR(1M), \fBfsck\fR(1M), \fBinit\fR(1M), \fBkernel\fR(1M),
3611 \fBmknod\fR(1M), \fBmount\fR(1M), \fBsvcadm\fR(1M), \fBsvccfg\fR(1M),
3612 \fBuseradd\fR(1M), \fBypbind\fR(1M), \fBmount\fR(2), \fBIntro\fR(4),
3613 \fBterminfo\fR(4)