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
  13 /
  14 .fi
  15 
  16 .LP
  17 .nf
  18 /usr
  19 .fi
  20 
  21 .SH DESCRIPTION
  22 .LP
  23 The file system tree is organized for administrative convenience. Distinct
  24 areas within the file system tree are provided for files that are private to
  25 one machine, files that can be shared by multiple machines of a common
  26 platform, files that can be shared by all machines, and home directories. This
  27 organization allows sharable files to be stored on one machine but accessed by
  28 many machines using a remote file access mechanism such as \fBNFS\fR. Grouping
  29 together similar files makes the file system tree easier to upgrade and manage.
  30 .sp
  31 .LP
  32 The file system tree consists of a root file system and a collection of
  33 mountable file systems. The \fBmount\fR(2) program attaches mountable file
  34 systems to the file system tree at mount points (directory entries) in the root
  35 file system or other previously mounted file systems. Two file systems, \fB/\fR
  36 (the root) and \fB/usr\fR, must be mounted and \fB/var\fR must be accessible to
  37 have a functional system. The root file system is mounted automatically by the
  38 kernel at boot time; the \fB/usr\fR file system is mounted by the system
  39 start-up script, which is run as part of the booting process. \fB/var\fR can be
  40 mounted as its own file system or be part of \fB/usr\fR, as it is by default.
  41 .sp
  42 .LP
  43 Certain locations, noted below, are approved installation locations for bundled
  44 Foundation Solaris software. In some cases, the approved locations for bundled
  45 software are also approved locations for add-on system software or for
  46 applications. The following descriptions make clear where the two locations
  47 differ. For example, \fB/etc\fR is the installation location for
  48 platform-dependent configuration files that are bundled with Solaris software.
  49 The analogous location for applications is \fB/etc/opt/\fR\fIpackagename\fR.
  50 .sp
  51 .LP
  52 In the following descriptions, \fIsubsystem\fR is a category of application or
  53 system software, such as a window system (\fBdt\fR) or a language
  54 (\fBjava1.2\fR)
  55 .sp
  56 .LP
  57 The following descriptions make use of the terms \fBplatform\fR,
  58 \fBplatform-dependent\fR, \fBplatform-independent\fR, and
  59 \fBplatform-specific\fR. Platform refers to a machines Instruction Set
  60 Architecture or processor type, such as is returned by \fBuname\fR \fB-i\fR.
  61 \fBPlatform-dependent\fR refers to a file that is installed on all platforms
  62 and whose contents vary depending on the platform. Like a platform-dependent
  63 file, a \fBplatform-independent\fR file is installed on all platforms. However,
  64 the contents of the latter type remains the same on all platforms. An example
  65 of a platform-dependent file is compiled, executable program. An example of a
  66 platform-independent file is a standard configuration file, such as
  67 \fB/etc/hosts\fR. Unlike a platform-dependent or a platform-independent file,
  68 the \fBplatform-specific\fR file is installed only on a subset of supported
  69 platforms. Most platform-specific files are gathered under \fB/platform\fR and
  70 \fB/usr/platform\fR.
  71 .sp
  72 .LP
  73 In the following file or directory descriptions, GNOME stands for GNU Network
  74 Object Model Environment. The GNOME Desktop is shipped with the Solaris
  75 operating system.
  76 .SS "Root File System"
  77 .LP
  78 The root file system contains files that are unique to each machine. It
  79 contains the following directories:
  80 .sp
  81 .ne 2
  82 .na
  83 \fB\fB/\fR\fR
  84 .ad
  85 .sp .6
  86 .RS 4n
  87 Root of the overall file system name space.
  88 .RE
  89 
  90 .sp
  91 .ne 2
  92 .na
  93 \fB\fB/dev\fR\fR
  94 .ad
  95 .sp .6
  96 .RS 4n
  97 Primary location for special files. Typically, device files are built to match
  98 the kernel and hardware configuration of the machine.
  99 .RE
 100 
 101 .sp
 102 .ne 2
 103 .na
 104 \fB\fB/dev/cfg\fR\fR
 105 .ad
 106 .sp .6
 107 .RS 4n
 108 Symbolic links to physical \fBap_ids.\fR
 109 .RE
 110 
 111 .sp
 112 .ne 2
 113 .na
 114 \fB\fB/dev/cpu\fR\fR
 115 .ad
 116 .sp .6
 117 .RS 4n
 118 Provides configuration and capability information about the processor type
 119 .RE
 120 
 121 .sp
 122 .ne 2
 123 .na
 124 \fB\fB/dev/cua\fR\fR
 125 .ad
 126 .sp .6
 127 .RS 4n
 128 Device files for \fBuucp\fR.
 129 .RE
 130 
 131 .sp
 132 .ne 2
 133 .na
 134 \fB\fB/dev/dsk\fR\fR
 135 .ad
 136 .sp .6
 137 .RS 4n
 138 Block disk devices.
 139 .RE
 140 
 141 .sp
 142 .ne 2
 143 .na
 144 \fB\fB/dev/dtrace\fR\fR
 145 .ad
 146 .sp .6
 147 .RS 4n
 148 Pseudo-devices used by the DTrace framework.
 149 .RE
 150 
 151 .sp
 152 .ne 2
 153 .na
 154 \fB\fB/dev/dtrace/provider\fR\fR
 155 .ad
 156 .sp .6
 157 .RS 4n
 158 Pseudo-device drivers representing instrumentation providers for the DTrace
 159 framework.
 160 .RE
 161 
 162 .sp
 163 .ne 2
 164 .na
 165 \fB\fB/dev/fbs\fR\fR
 166 .ad
 167 .sp .6
 168 .RS 4n
 169 Frame buffer device files.
 170 .RE
 171 
 172 .sp
 173 .ne 2
 174 .na
 175 \fB\fB/dev/fd\fR\fR
 176 .ad
 177 .sp .6
 178 .RS 4n
 179 File descriptors.
 180 .RE
 181 
 182 .sp
 183 .ne 2
 184 .na
 185 \fB\fB/dev/md\fR\fR
 186 .ad
 187 .sp .6
 188 .RS 4n
 189 Logical volume management meta-disk devices.
 190 .RE
 191 
 192 .sp
 193 .ne 2
 194 .na
 195 \fB\fB/dev/net\fR\fR
 196 .ad
 197 .sp .6
 198 .RS 4n
 199 Network data-link interface devices.
 200 .RE
 201 
 202 .sp
 203 .ne 2
 204 .na
 205 \fB\fB/dev/printers\fR\fR
 206 .ad
 207 .sp .6
 208 .RS 4n
 209 USB printer device files.
 210 .RE
 211 
 212 .sp
 213 .ne 2
 214 .na
 215 \fB\fB/dev/pts\fR\fR
 216 .ad
 217 .sp .6
 218 .RS 4n
 219 Pseudo-terminal devices.
 220 .RE
 221 
 222 .sp
 223 .ne 2
 224 .na
 225 \fB\fB/dev/rdsk\fR\fR
 226 .ad
 227 .sp .6
 228 .RS 4n
 229 Raw disk devices.
 230 .RE
 231 
 232 .sp
 233 .ne 2
 234 .na
 235 \fB\fB/dev/rmt\fR\fR
 236 .ad
 237 .sp .6
 238 .RS 4n
 239 Raw tape devices.
 240 .RE
 241 
 242 .sp
 243 .ne 2
 244 .na
 245 \fB\fB/dev/sad\fR\fR
 246 .ad
 247 .sp .6
 248 .RS 4n
 249 Entry points for the \fBSTREAMS\fR Administrative driver.
 250 .RE
 251 
 252 .sp
 253 .ne 2
 254 .na
 255 \fB\fB/dev/sound\fR\fR
 256 .ad
 257 .sp .6
 258 .RS 4n
 259 Audio device and audio device control files.
 260 .RE
 261 
 262 .sp
 263 .ne 2
 264 .na
 265 \fB\fB/dev/swap\fR\fR
 266 .ad
 267 .sp .6
 268 .RS 4n
 269 Default swap device.
 270 .RE
 271 
 272 .sp
 273 .ne 2
 274 .na
 275 \fB\fB/dev/term\fR\fR
 276 .ad
 277 .sp .6
 278 .RS 4n
 279 Terminal devices.
 280 .RE
 281 
 282 .sp
 283 .ne 2
 284 .na
 285 \fB\fB/devices\fR\fR
 286 .ad
 287 .sp .6
 288 .RS 4n
 289 Physical device files.
 290 .RE
 291 
 292 .sp
 293 .ne 2
 294 .na
 295 \fB\fB/etc\fR\fR
 296 .ad
 297 .sp .6
 298 .RS 4n
 299 Platform-dependent administrative and configuration files and databases that
 300 are not shared among systems. \fB/etc\fR may be viewed as the directory that
 301 defines the machine's identity. An approved installation location for bundled
 302 Solaris software. The analogous location for add-on system software or for
 303 applications is \fB/etc/opt/\fR\fIpackagename\fR.
 304 .RE
 305 
 306 .sp
 307 .ne 2
 308 .na
 309 \fB\fB/etc/X11\fR\fR
 310 .ad
 311 .sp .6
 312 .RS 4n
 313 Xorg Xserver (X11) configuration files.
 314 .RE
 315 
 316 .sp
 317 .ne 2
 318 .na
 319 \fB\fB/etc/acct\fR\fR
 320 .ad
 321 .sp .6
 322 .RS 4n
 323 Accounting system configuration information.
 324 .RE
 325 
 326 .sp
 327 .ne 2
 328 .na
 329 \fB\fB/etc/apache\fR\fR
 330 .ad
 331 .sp .6
 332 .RS 4n
 333 Apache configuration files.
 334 .RE
 335 
 336 .sp
 337 .ne 2
 338 .na
 339 \fB\fB/etc/apoc\fR\fR
 340 .ad
 341 .sp .6
 342 .RS 4n
 343 Files for configuring Sun Java Desktop System Configuration Manager remote
 344 access.
 345 .RE
 346 
 347 .sp
 348 .ne 2
 349 .na
 350 \fB\fB/etc/bonobo-activation\fR\fR
 351 .ad
 352 .sp .6
 353 .RS 4n
 354 GNOME XML configuration file for identifying CORBA servers.
 355 .RE
 356 
 357 .sp
 358 .ne 2
 359 .na
 360 \fB\fB/etc/cron.d\fR\fR
 361 .ad
 362 .sp .6
 363 .RS 4n
 364 Configuration information for \fBcron\fR(1M).
 365 .RE
 366 
 367 .sp
 368 .ne 2
 369 .na
 370 \fB\fB/etc/dat\fR\fR
 371 .ad
 372 .sp .6
 373 .RS 4n
 374 Contains a list of interface adapters supported by uDAPL service providers.
 375 .RE
 376 
 377 .sp
 378 .ne 2
 379 .na
 380 \fB\fB/etc/default\fR\fR
 381 .ad
 382 .sp .6
 383 .RS 4n
 384 Defaults information for various programs.
 385 .RE
 386 
 387 .sp
 388 .ne 2
 389 .na
 390 \fB\fB/etc/devices\fR\fR
 391 .ad
 392 .sp .6
 393 .RS 4n
 394 Contains device-related data.
 395 .RE
 396 
 397 .sp
 398 .ne 2
 399 .na
 400 \fB\fB/etc/dfs\fR\fR
 401 .ad
 402 .sp .6
 403 .RS 4n
 404 Configuration information for shared file systems.
 405 .RE
 406 
 407 .sp
 408 .ne 2
 409 .na
 410 \fB\fB/etc/dhcp\fR\fR
 411 .ad
 412 .sp .6
 413 .RS 4n
 414 Dynamic Host Configuration Protocol (\fBDHCP\fR) configuration files.
 415 .RE
 416 
 417 .sp
 418 .ne 2
 419 .na
 420 \fB\fB/etc/dmi\fR\fR
 421 .ad
 422 .sp .6
 423 .RS 4n
 424 Solstice Enterprise Agents configuration files.
 425 .RE
 426 
 427 .sp
 428 .ne 2
 429 .na
 430 \fB\fB/etc/dt\fR\fR
 431 .ad
 432 .sp .6
 433 .RS 4n
 434 Desktop configuration files.
 435 .RE
 436 
 437 .sp
 438 .ne 2
 439 .na
 440 \fB\fB/etc/flash\fR\fR
 441 .ad
 442 .sp .6
 443 .RS 4n
 444 Solaris Flash Archive configuration files.
 445 .RE
 446 
 447 .sp
 448 .ne 2
 449 .na
 450 \fB\fB/etc/fm\fR\fR
 451 .ad
 452 .sp .6
 453 .RS 4n
 454 Fault manager configuration files. For more information, see \fBfmd\fR(1M).
 455 .RE
 456 
 457 .sp
 458 .ne 2
 459 .na
 460 \fB\fB/etc/fonts\fR\fR
 461 .ad
 462 .sp .6
 463 .RS 4n
 464 Font configuration information.
 465 .RE
 466 
 467 .sp
 468 .ne 2
 469 .na
 470 \fB\fB/etc/fs\fR\fR
 471 .ad
 472 .sp .6
 473 .RS 4n
 474 Binaries organized by file system types for operations required before
 475 \fB/usr\fR is mounted.
 476 .RE
 477 
 478 .sp
 479 .ne 2
 480 .na
 481 \fB\fB/etc/ftpd\fR\fR
 482 .ad
 483 .sp .6
 484 .RS 4n
 485 \fBftpd\fR configuration files.
 486 .RE
 487 
 488 .sp
 489 .ne 2
 490 .na
 491 \fB\fB/etc/gconf\fR\fR
 492 .ad
 493 .sp .6
 494 .RS 4n
 495 GConf system configuration (including system defaults and system mandatory
 496 settings)
 497 .RE
 498 
 499 .sp
 500 .ne 2
 501 .na
 502 \fB\fB/etc/gimp\fR\fR
 503 .ad
 504 .sp .6
 505 .RS 4n
 506 GNU Image Manipulation Program (GIMP) configuration files.
 507 .RE
 508 
 509 .sp
 510 .ne 2
 511 .na
 512 \fB\fB/etc/gnome\fR\fR
 513 .ad
 514 .sp .6
 515 .RS 4n
 516 GNOME Desktop configuration files.
 517 .RE
 518 
 519 .sp
 520 .ne 2
 521 .na
 522 \fB\fB/etc/gnome-vfs-2.0\fR\fR
 523 .ad
 524 .sp .6
 525 .RS 4n
 526 Files for customizing GNOME 2.0 desktop menus.
 527 .RE
 528 
 529 .sp
 530 .ne 2
 531 .na
 532 \fB\fB/etc/gnopernicus-1.0\fR\fR
 533 .ad
 534 .sp .6
 535 .RS 4n
 536 Configuration files for GNOME's Gnopernicus, an Assistive Technology (AT)
 537 screen reader.
 538 .RE
 539 
 540 .sp
 541 .ne 2
 542 .na
 543 \fB\fB/etc/gss\fR\fR
 544 .ad
 545 .sp .6
 546 .RS 4n
 547 Generic Security Service (\fBGSS\fR) Application Program Interface
 548 configuration files.
 549 .RE
 550 
 551 .sp
 552 .ne 2
 553 .na
 554 \fB\fB/etc/gtk\fR\fR
 555 .ad
 556 .sp .6
 557 .RS 4n
 558 GTK+ configuration files
 559 .RE
 560 
 561 .sp
 562 .ne 2
 563 .na
 564 \fB\fB/etc/gtk-2.0\fR\fR
 565 .ad
 566 .sp .6
 567 .RS 4n
 568 GTK+ Pixbuf loaders and Input Method modules
 569 .RE
 570 
 571 .sp
 572 .ne 2
 573 .na
 574 \fB\fB/etc/imq\fR\fR
 575 .ad
 576 .sp .6
 577 .RS 4n
 578 Sun Java System Message Queue security configuration files.
 579 .RE
 580 
 581 .sp
 582 .ne 2
 583 .na
 584 \fB\fB/etc/inet\fR\fR
 585 .ad
 586 .sp .6
 587 .RS 4n
 588 Configuration files for Internet services.
 589 .RE
 590 
 591 .sp
 592 .ne 2
 593 .na
 594 \fB\fB/etc/init.d\fR\fR
 595 .ad
 596 .sp .6
 597 .RS 4n
 598 Shell scripts for transitioning between run levels.
 599 .RE
 600 
 601 .sp
 602 .ne 2
 603 .na
 604 \fB\fB/etc/krb5\fR\fR
 605 .ad
 606 .sp .6
 607 .RS 4n
 608 Kerberos configuration files.
 609 .RE
 610 
 611 .sp
 612 .ne 2
 613 .na
 614 \fB\fB/etc/lib\fR\fR
 615 .ad
 616 .sp .6
 617 .RS 4n
 618 Shared libraries needed during booting.
 619 .RE
 620 
 621 .sp
 622 .ne 2
 623 .na
 624 \fB\fB/etc/llc2\fR\fR
 625 .ad
 626 .sp .6
 627 .RS 4n
 628 Logical link control (\fBllc2\fR) driver configuration files.
 629 .RE
 630 
 631 .sp
 632 .ne 2
 633 .na
 634 \fB\fB/etc/lp\fR\fR
 635 .ad
 636 .sp .6
 637 .RS 4n
 638 Configuration information for the printer subsystem.
 639 .RE
 640 
 641 .sp
 642 .ne 2
 643 .na
 644 \fB\fB/etc/lvm\fR\fR
 645 .ad
 646 .sp .6
 647 .RS 4n
 648 Solaris Logical Volume Manager configuration files.
 649 .RE
 650 
 651 .sp
 652 .ne 2
 653 .na
 654 \fB\fB/etc/mail\fR\fR
 655 .ad
 656 .sp .6
 657 .RS 4n
 658 Mail subsystem configuration.
 659 .RE
 660 
 661 .sp
 662 .ne 2
 663 .na
 664 \fB\fB/etc/nca\fR\fR
 665 .ad
 666 .sp .6
 667 .RS 4n
 668 Solaris Network Cache and Accelerator (\fBNCA\fR) configuration files.
 669 .RE
 670 
 671 .sp
 672 .ne 2
 673 .na
 674 \fB\fB/etc/net\fR\fR
 675 .ad
 676 .sp .6
 677 .RS 4n
 678 Configuration information for transport independent network services.
 679 .RE
 680 
 681 .sp
 682 .ne 2
 683 .na
 684 \fB\fB/etc/nfs\fR\fR
 685 .ad
 686 .sp .6
 687 .RS 4n
 688 NFS server logging configuration file.
 689 .RE
 690 
 691 .sp
 692 .ne 2
 693 .na
 694 \fB\fB/etc/opt\fR\fR
 695 .ad
 696 .sp .6
 697 .RS 4n
 698 Configuration information for optional packages.
 699 .RE
 700 
 701 .sp
 702 .ne 2
 703 .na
 704 \fB\fB/etc/pango\fR\fR
 705 .ad
 706 .sp .6
 707 .RS 4n
 708 Pango configuration and module information.
 709 .RE
 710 
 711 .sp
 712 .ne 2
 713 .na
 714 \fB\fB/etc/patch\fR\fR
 715 .ad
 716 .sp .6
 717 .RS 4n
 718 Configuration files for patch management.
 719 .RE
 720 
 721 .sp
 722 .ne 2
 723 .na
 724 \fB\fB/etc/ppp\fR\fR
 725 .ad
 726 .sp .6
 727 .RS 4n
 728 Solaris \fBPPP\fR configuration files.
 729 .RE
 730 
 731 .sp
 732 .ne 2
 733 .na
 734 \fB\fB/etc/rc0.d\fR\fR
 735 .ad
 736 .sp .6
 737 .RS 4n
 738 Scripts for entering or leaving run level 0. See \fBinit\fR(1M).
 739 .RE
 740 
 741 .sp
 742 .ne 2
 743 .na
 744 \fB\fB/etc/rc1.d\fR\fR
 745 .ad
 746 .sp .6
 747 .RS 4n
 748 Scripts for entering or leaving run level 1. See \fBinit\fR(1M).
 749 .RE
 750 
 751 .sp
 752 .ne 2
 753 .na
 754 \fB\fB/etc/rc2.d\fR\fR
 755 .ad
 756 .sp .6
 757 .RS 4n
 758 Scripts for entering or leaving run level 2. See \fBinit\fR(1M).
 759 .RE
 760 
 761 .sp
 762 .ne 2
 763 .na
 764 \fB\fB/etc/rc3.d\fR\fR
 765 .ad
 766 .sp .6
 767 .RS 4n
 768 Scripts for entering or leaving run level 3. See \fBinit\fR(1M).
 769 .RE
 770 
 771 .sp
 772 .ne 2
 773 .na
 774 \fB\fB/etc/rcS.d\fR\fR
 775 .ad
 776 .sp .6
 777 .RS 4n
 778 Scripts for bringing the system up in single user mode.
 779 .RE
 780 
 781 .sp
 782 .ne 2
 783 .na
 784 \fB\fB/etc/rcm\fR\fR
 785 .ad
 786 .sp .6
 787 .RS 4n
 788 Directory for reconfiguration manager (RCM) custom scripts.
 789 .RE
 790 
 791 .sp
 792 .ne 2
 793 .na
 794 \fB\fB/etc/rpcsec\fR\fR
 795 .ad
 796 .sp .6
 797 .RS 4n
 798 This directory might contain an \fBNIS+\fR authentication configuration file.
 799 .RE
 800 
 801 .sp
 802 .ne 2
 803 .na
 804 \fB\fB/etc/saf\fR\fR
 805 .ad
 806 .sp .6
 807 .RS 4n
 808 Service Access Facility files.
 809 .RE
 810 
 811 .sp
 812 .ne 2
 813 .na
 814 \fB\fB/etc/sasl\fR\fR
 815 .ad
 816 .sp .6
 817 .RS 4n
 818 Simple Authentication and Security Layer (SASL) server configuration files.
 819 .RE
 820 
 821 .sp
 822 .ne 2
 823 .na
 824 \fB\fB/etc/security\fR\fR
 825 .ad
 826 .sp .6
 827 .RS 4n
 828 Solaris-delivered security configuration files (Audit, RBAC, crypto, Trusted
 829 Extensions).
 830 .RE
 831 
 832 .sp
 833 .ne 2
 834 .na
 835 \fB\fB/etc/sfw\fR\fR
 836 .ad
 837 .sp .6
 838 .RS 4n
 839 Platform-dependent administrative, configuration files and databases for
 840 subsystems from \fB/usr/sfw\fR that are not shared among systems.
 841 .RE
 842 
 843 .sp
 844 .ne 2
 845 .na
 846 \fB\fB/etc/sfw/samba\fR\fR
 847 .ad
 848 .sp .6
 849 .RS 4n
 850 Samba configuration files.
 851 .RE
 852 
 853 .sp
 854 .ne 2
 855 .na
 856 \fB\fB/etc/skel\fR\fR
 857 .ad
 858 .sp .6
 859 .RS 4n
 860 Default profile scripts for new user accounts. See \fBuseradd\fR(1M).
 861 .RE
 862 
 863 .sp
 864 .ne 2
 865 .na
 866 \fB\fB/etc/sma\fR\fR
 867 .ad
 868 .sp .6
 869 .RS 4n
 870 Systems Management Agent (SMA) configuration files.
 871 .RE
 872 
 873 .sp
 874 .ne 2
 875 .na
 876 \fB\fB/etc/smartcard\fR\fR
 877 .ad
 878 .sp .6
 879 .RS 4n
 880 Solaris Smart Card configuration files.
 881 .RE
 882 
 883 .sp
 884 .ne 2
 885 .na
 886 \fB\fB/etc/snmp\fR\fR
 887 .ad
 888 .sp .6
 889 .RS 4n
 890 Solstice Enterprise Agents configuration files.
 891 .RE
 892 
 893 .sp
 894 .ne 2
 895 .na
 896 \fB\fB/etc/sound\fR\fR
 897 .ad
 898 .sp .6
 899 .RS 4n
 900 Sound Events configuration files.
 901 .RE
 902 
 903 .sp
 904 .ne 2
 905 .na
 906 \fB\fB/etc/ssh\fR\fR
 907 .ad
 908 .sp .6
 909 .RS 4n
 910 Secure Shell configuration files. See \fBssh\fR(1)
 911 .RE
 912 
 913 .sp
 914 .ne 2
 915 .na
 916 \fB\fB/etc/svc\fR\fR
 917 .ad
 918 .sp .6
 919 .RS 4n
 920 SMF service repository.
 921 .RE
 922 
 923 .sp
 924 .ne 2
 925 .na
 926 \fB\fB/etc/sysevent\fR\fR
 927 .ad
 928 .sp .6
 929 .RS 4n
 930 \fBsyseventd\fR configuration files.
 931 .RE
 932 
 933 .sp
 934 .ne 2
 935 .na
 936 \fB\fB/etc/\fIsubsystem\fR\fR\fR
 937 .ad
 938 .sp .6
 939 .RS 4n
 940 Platform-dependent \fIsubsystem\fR configuration files that are not shared
 941 among systems. An approved installation location for bundled Solaris software.
 942 The analogous location for add-on system software or for applications is
 943 \fB/etc/opt/\fR\fIpackagename\fR.
 944 .RE
 945 
 946 .sp
 947 .ne 2
 948 .na
 949 \fB\fB/etc/tm\fR\fR
 950 .ad
 951 .sp .6
 952 .RS 4n
 953 Trademark files; contents displayed at boot time.
 954 .RE
 955 
 956 .sp
 957 .ne 2
 958 .na
 959 \fB\fB/etc/usb\fR\fR
 960 .ad
 961 .sp .6
 962 .RS 4n
 963 \fBUSB\fR configuration information.
 964 .RE
 965 
 966 .sp
 967 .ne 2
 968 .na
 969 \fB\fB/etc/uucp\fR\fR
 970 .ad
 971 .sp .6
 972 .RS 4n
 973 \fBUUCP\fR configuration information. See \fBuucp\fR(1C).
 974 .RE
 975 
 976 .sp
 977 .ne 2
 978 .na
 979 \fB\fB/etc/xml\fR\fR
 980 .ad
 981 .sp .6
 982 .RS 4n
 983 Extensible Markup Language (XML) catalog.
 984 .RE
 985 
 986 .sp
 987 .ne 2
 988 .na
 989 \fB\fB/etc/zones\fR\fR
 990 .ad
 991 .sp .6
 992 .RS 4n
 993 Solaris Zones configuration files.
 994 .RE
 995 
 996 .sp
 997 .ne 2
 998 .na
 999 \fB\fB/export\fR\fR
1000 .ad
1001 .sp .6
1002 .RS 4n
1003 Default root of the shared file system tree.
1004 .RE
1005 
1006 .sp
1007 .ne 2
1008 .na
1009 \fB\fB/home\fR\fR
1010 .ad
1011 .sp .6
1012 .RS 4n
1013 Default root of a subtree for user directories.
1014 .RE
1015 
1016 .sp
1017 .ne 2
1018 .na
1019 \fB\fB/kernel\fR\fR
1020 .ad
1021 .sp .6
1022 .RS 4n
1023 Subtree of platform-dependent loadable kernel modules required as part of the
1024 boot process. It includes the generic part of the core kernel that is
1025 platform-independent, \fB/kernel/genunix\fR. See \fBkernel\fR(1M) An approved
1026 installation location for bundled Solaris software and for add-on system
1027 software.
1028 .RE
1029 
1030 .sp
1031 .ne 2
1032 .na
1033 \fB\fB/kernel/drv\fR\fR
1034 .ad
1035 .sp .6
1036 .RS 4n
1037 32-bit x86 device drivers.
1038 .RE
1039 
1040 .sp
1041 .ne 2
1042 .na
1043 \fB\fB/kernel/drv/sparcv9\fR\fR
1044 .ad
1045 .sp .6
1046 .RS 4n
1047 64-bit \fBSPARC\fR device drivers.
1048 .RE
1049 
1050 .sp
1051 .ne 2
1052 .na
1053 \fB\fB/kernel/drv/amd64\fR\fR
1054 .ad
1055 .sp .6
1056 .RS 4n
1057 64-bit device drivers for 64-bit x86 platforms.
1058 .RE
1059 
1060 .sp
1061 .ne 2
1062 .na
1063 \fB\fB/kernel/dtrace\fR\fR
1064 .ad
1065 .sp .6
1066 .RS 4n
1067 Kernel modules representing components in the DTrace framework.
1068 .RE
1069 
1070 .sp
1071 .ne 2
1072 .na
1073 \fB\fB/kernel/genunix\fR\fR
1074 .ad
1075 .sp .6
1076 .RS 4n
1077 Platform-independent kernel.
1078 .RE
1079 
1080 .sp
1081 .ne 2
1082 .na
1083 \fB\fB/kernel/amd64/genunix\fR\fR
1084 .ad
1085 .sp .6
1086 .RS 4n
1087 64-bit, platform-independent kernel.
1088 .RE
1089 
1090 .sp
1091 .ne 2
1092 .na
1093 \fB\fB/kernel/\fIsubsystem\fR/amd64\fR\fR
1094 .ad
1095 .sp .6
1096 .RS 4n
1097 64-bit x86 platform-dependent modules required for boot. An approved
1098 installation location for bundled Solaris software and for add-on system
1099 software.
1100 .RE
1101 
1102 .sp
1103 .ne 2
1104 .na
1105 \fB\fB/kernel/\fIsubsystem\fR/sparcv9\fR\fR
1106 .ad
1107 .sp .6
1108 .RS 4n
1109 64-bit \fBSPARC\fR platform-dependent modules required for boot. An approved
1110 installation location for bundled Solaris software and for add-on system
1111 software.
1112 .RE
1113 
1114 .sp
1115 .ne 2
1116 .na
1117 \fB\fB/lib/svc/manifest\fR\fR
1118 .ad
1119 .sp .6
1120 .RS 4n
1121 SMF method scripts. An approved installation location for bundled Solaris
1122 software. The analogous location for add-on system software or for applications
1123 is \fB/opt/packagename/lib/svc/manifest\fR.
1124 .RE
1125 
1126 .sp
1127 .ne 2
1128 .na
1129 \fB\fB/mnt\fR\fR
1130 .ad
1131 .sp .6
1132 .RS 4n
1133 Default temporary mount point for file systems. This is an empty directory on
1134 which file systems can be temporarily mounted.
1135 .RE
1136 
1137 .sp
1138 .ne 2
1139 .na
1140 \fB\fB/net\fR\fR
1141 .ad
1142 .sp .6
1143 .RS 4n
1144 Temporary mount point for file systems that are mounted by the automounter.
1145 .RE
1146 
1147 .sp
1148 .ne 2
1149 .na
1150 \fB\fB/opt\fR\fR
1151 .ad
1152 .sp .6
1153 .RS 4n
1154 Root of a subtree for add-on application packages.
1155 .RE
1156 
1157 .sp
1158 .ne 2
1159 .na
1160 \fB\fB/platform\fR\fR
1161 .ad
1162 .sp .6
1163 .RS 4n
1164 Subtree of platform-specific objects which need to reside on the root
1165 filesystem. It contains a series of directories, one per supported platform.
1166 The semantics of the series of directories is equivalent to \fB/\fR (root).
1167 .RE
1168 
1169 .sp
1170 .ne 2
1171 .na
1172 \fB\fB/platform/\fR\fB`\fR\fBuname\fR \fB-i\fR\fB\fR\fB`\fR\fB/kernel\fR\fR
1173 .ad
1174 .sp .6
1175 .RS 4n
1176 Platform-specific modules required for boot. These modules have semantics
1177 equivalent to \fB/kernel\fR. It includes the file \fBunix\fR, the core kernel.
1178 See \fBkernel\fR(1M). An approved installation location for bundled Solaris
1179 software and for add-on system software.
1180 .RE
1181 
1182 .sp
1183 .ne 2
1184 .na
1185 \fB\fB/platform/\fR\fB`\fR\fBuname\fR \fB-m\fR\fB\fR\fB`\fR\fB/kernel\fR\fR
1186 .ad
1187 .sp .6
1188 .RS 4n
1189 Hardware class-specific modules required for boot. An approved installation
1190 location for bundled Solaris software and for add-on system software.
1191 .RE
1192 
1193 .sp
1194 .ne 2
1195 .na
1196 \fB\fB/platform/\fR\fB`\fR\fBuname\fR
1197 \fB-i\fR\fB\fR\fB`\fR\fB/kernel/\fIsubsystem\fR/amd64\fR\fR
1198 .ad
1199 .sp .6
1200 .RS 4n
1201 x86 64-bit, platform-dependent modules required for boot. This is an approved
1202 installation location for bundled Solaris software.
1203 .RE
1204 
1205 .sp
1206 .ne 2
1207 .na
1208 \fB\fB/platform/\fR\fB`\fR\fBuname\fR
1209 \fB-i\fR\fB\fR\fB`\fR\fB/kernel/\fIsubsystem\fR/sparcv9\fR\fR
1210 .ad
1211 .sp .6
1212 .RS 4n
1213 \fBSPARC\fR 64-bit platform-specific modules required for boot. An approved
1214 installation location for bundled Solaris software.
1215 .RE
1216 
1217 .sp
1218 .ne 2
1219 .na
1220 \fB\fB/platform/\fR\fB`\fR\fBuname\fR
1221 \fB-i\fR\fB\fR\fB`\fR\fB/kernel/sparcv9/unix\fR\fR
1222 .ad
1223 .sp .6
1224 .RS 4n
1225 64-bit platform-dependent kernel.
1226 .RE
1227 
1228 .sp
1229 .ne 2
1230 .na
1231 \fB\fB/platform/\fR\fB`\fR\fBuname\fR
1232 \fB-i\fR\fB\fR\fB`\fR\fB/kernel/unix\fR\fR
1233 .ad
1234 .sp .6
1235 .RS 4n
1236 32-bit platform-dependent kernel on i86 and a symlink to \fBsparcv9/unix\fR on
1237 SPARC.
1238 .RE
1239 
1240 .sp
1241 .ne 2
1242 .na
1243 \fB\fB/platform/\fR\fB`\fR\fBuname\fR \fB-i\fR\fB\fR\fB`\fR\fB/lib\fR\fR
1244 .ad
1245 .sp .6
1246 .RS 4n
1247 Platform-specific shared objects required for boot. Semantics are equivalent to
1248 \fB/lib\fR. An approved installation location for bundled Solaris software and
1249 for add-on system software.
1250 .RE
1251 
1252 .sp
1253 .ne 2
1254 .na
1255 \fB\fB/platform/\fR\fB`\fR\fBuname\fR \fB-i\fR\fB\fR\fB`\fR\fB/sbin\fR\fR
1256 .ad
1257 .sp .6
1258 .RS 4n
1259 Platform-specific administrative utilities required for boot. Semantics are
1260 equivalent to \fB/sbin\fR. An approved installation location for bundled
1261 Solaris software and for add-on system software.
1262 .RE
1263 
1264 .sp
1265 .ne 2
1266 .na
1267 \fB\fB/proc\fR\fR
1268 .ad
1269 .sp .6
1270 .RS 4n
1271 Root of a subtree for the process file system.
1272 .RE
1273 
1274 .sp
1275 .ne 2
1276 .na
1277 \fB\fB/sbin\fR\fR
1278 .ad
1279 .sp .6
1280 .RS 4n
1281 Essential executables used in the booting process and in manual system
1282 recovery. The full complement of utilities is available only after \fB/usr\fR
1283 is mounted. \fB/sbin\fR is an approved installation location for bundled
1284 Solaris software.
1285 .RE
1286 
1287 .sp
1288 .ne 2
1289 .na
1290 \fB\fB/system\fR\fR
1291 .ad
1292 .sp .6
1293 .RS 4n
1294 Mount point for the contract (CTFS) and object (OBJFS) file systems.
1295 .RE
1296 
1297 .sp
1298 .ne 2
1299 .na
1300 \fB\fB/tmp\fR\fR
1301 .ad
1302 .sp .6
1303 .RS 4n
1304 Temporary files; cleared during the boot operation.
1305 .RE
1306 
1307 .sp
1308 .ne 2
1309 .na
1310 \fB\fB/usr\fR\fR
1311 .ad
1312 .sp .6
1313 .RS 4n
1314 Mount point for the \fB/usr\fR file system. See description of \fB/usr\fR file
1315 system, below.
1316 .RE
1317 
1318 .sp
1319 .ne 2
1320 .na
1321 \fB\fB/var\fR\fR
1322 .ad
1323 .sp .6
1324 .RS 4n
1325 Root of a subtree for varying files. Varying files are files that are unique to
1326 a machine but that can grow to an arbitrary (that is, variable) size. An
1327 example is a log file. An approved installation location for bundled Solaris
1328 software. The analogous location for add-on system software or for applications
1329 is \fB/var/opt/\fR\fIpackagename\fR.
1330 .RE
1331 
1332 .sp
1333 .ne 2
1334 .na
1335 \fB\fB/var/adm\fR\fR
1336 .ad
1337 .sp .6
1338 .RS 4n
1339 System logging and accounting files.
1340 .RE
1341 
1342 .sp
1343 .ne 2
1344 .na
1345 \fB\fB/var/apache\fR\fR
1346 .ad
1347 .sp .6
1348 .RS 4n
1349 Scripts, icons, logs, and cache pages for Apache web server.
1350 .RE
1351 
1352 .sp
1353 .ne 2
1354 .na
1355 \fB\fB/var/appserver\fR\fR
1356 .ad
1357 .sp .6
1358 .RS 4n
1359 Sun Java System Application Server administrative domain files.
1360 .RE
1361 
1362 .sp
1363 .ne 2
1364 .na
1365 \fB\fB/var/audit\fR\fR
1366 .ad
1367 .sp .6
1368 .RS 4n
1369 Default location for Solaris Audit log files.
1370 .RE
1371 
1372 .sp
1373 .ne 2
1374 .na
1375 \fB\fB/var/cores\fR\fR
1376 .ad
1377 .sp .6
1378 .RS 4n
1379 Directory provided for global core files storage.
1380 .RE
1381 
1382 .sp
1383 .ne 2
1384 .na
1385 \fB\fB/var/crash\fR\fR
1386 .ad
1387 .sp .6
1388 .RS 4n
1389 Default depository for kernel crash dumps.
1390 .RE
1391 
1392 .sp
1393 .ne 2
1394 .na
1395 \fB\fB/var/cron\fR\fR
1396 .ad
1397 .sp .6
1398 .RS 4n
1399 Log files for \fBcron\fR(1M).
1400 .RE
1401 
1402 .sp
1403 .ne 2
1404 .na
1405 \fB\fB/var/dmi\fR\fR
1406 .ad
1407 .sp .6
1408 .RS 4n
1409 Solstice Enterprise Agents (\fBSEA\fR) Desktop Management Interface (\fBDMI\fR)
1410 run-time components.
1411 .RE
1412 
1413 .sp
1414 .ne 2
1415 .na
1416 \fB\fB/var/dt\fR\fR
1417 .ad
1418 .sp .6
1419 .RS 4n
1420 \fBdtlogin\fR configuration files.
1421 .RE
1422 
1423 .sp
1424 .ne 2
1425 .na
1426 \fB\fB/var/fm\fR\fR
1427 .ad
1428 .sp .6
1429 .RS 4n
1430 Fault manager state files. For more information, see \fBfmd\fR(1M).
1431 .RE
1432 
1433 .sp
1434 .ne 2
1435 .na
1436 \fB\fB/var/imq\fR\fR
1437 .ad
1438 .sp .6
1439 .RS 4n
1440 Message queue broker instance configuration file.
1441 .RE
1442 
1443 .sp
1444 .ne 2
1445 .na
1446 \fB\fB/var/ftp\fR\fR
1447 .ad
1448 .sp .6
1449 .RS 4n
1450 \fBFTP\fR server directory.
1451 .RE
1452 
1453 .sp
1454 .ne 2
1455 .na
1456 \fB\fB/var/inet\fR\fR
1457 .ad
1458 .sp .6
1459 .RS 4n
1460 IPv6 router state files.
1461 .RE
1462 
1463 .sp
1464 .ne 2
1465 .na
1466 \fB\fB/var/krb5\fR\fR
1467 .ad
1468 .sp .6
1469 .RS 4n
1470 Database and log files for Kerberos.
1471 .RE
1472 
1473 .sp
1474 .ne 2
1475 .na
1476 \fB\fB/var/ld\fR\fR
1477 .ad
1478 .sp .6
1479 .RS 4n
1480 Configuration files for runtime linker.
1481 .RE
1482 
1483 .sp
1484 .ne 2
1485 .na
1486 \fB\fB/var/ldap\fR\fR
1487 .ad
1488 .sp .6
1489 .RS 4n
1490 LDAP client configuration files.
1491 .RE
1492 
1493 .sp
1494 .ne 2
1495 .na
1496 \fB\fB/var/lib\fR\fR
1497 .ad
1498 .sp .6
1499 .RS 4n
1500 Directory for variable state information.
1501 .RE
1502 
1503 .sp
1504 .ne 2
1505 .na
1506 \fB\fB/var/log\fR\fR
1507 .ad
1508 .sp .6
1509 .RS 4n
1510 System log files.
1511 .RE
1512 
1513 .sp
1514 .ne 2
1515 .na
1516 \fB\fB/var/lp\fR\fR
1517 .ad
1518 .sp .6
1519 .RS 4n
1520 Line printer subsystem logging information.
1521 .RE
1522 
1523 .sp
1524 .ne 2
1525 .na
1526 \fB\fB/var/mail\fR\fR
1527 .ad
1528 .sp .6
1529 .RS 4n
1530 Directory where users' mail is kept.
1531 .RE
1532 
1533 .sp
1534 .ne 2
1535 .na
1536 \fB\fB/var/mysql\fR\fR
1537 .ad
1538 .sp .6
1539 .RS 4n
1540 Dynamic database directory for MySQL Database Management System.
1541 .RE
1542 
1543 .sp
1544 .ne 2
1545 .na
1546 \fB\fB/var/news\fR\fR
1547 .ad
1548 .sp .6
1549 .RS 4n
1550 Community service messages. This is not the same as USENET-style news.
1551 .RE
1552 
1553 .sp
1554 .ne 2
1555 .na
1556 \fB\fB/var/nfs\fR\fR
1557 .ad
1558 .sp .6
1559 .RS 4n
1560 NFS server log files.
1561 .RE
1562 
1563 .sp
1564 .ne 2
1565 .na
1566 \fB\fB/var/nis\fR\fR
1567 .ad
1568 .sp .6
1569 .RS 4n
1570 NIS+ databases.
1571 .RE
1572 
1573 .sp
1574 .ne 2
1575 .na
1576 \fB\fB/var/ntp\fR\fR
1577 .ad
1578 .sp .6
1579 .RS 4n
1580 Network Time Protocol (\fBNTP\fR) server state directory.
1581 .RE
1582 
1583 .sp
1584 .ne 2
1585 .na
1586 \fB\fB/var/opt\fR\fR
1587 .ad
1588 .sp .6
1589 .RS 4n
1590 Root of a subtree for varying files associated with optional software packages.
1591 An approved installation location for add-on system software and applications.
1592 .RE
1593 
1594 .sp
1595 .ne 2
1596 .na
1597 \fB\fB/var/patchsrv\fR\fR
1598 .ad
1599 .sp .6
1600 .RS 4n
1601 Patch management log files.
1602 .RE
1603 
1604 .sp
1605 .ne 2
1606 .na
1607 \fB\fB/var/preserve\fR\fR
1608 .ad
1609 .sp .6
1610 .RS 4n
1611 Backup files for \fBvi\fR(1) and \fBex\fR(1).
1612 .RE
1613 
1614 .sp
1615 .ne 2
1616 .na
1617 \fB\fB/var/run\fR\fR
1618 .ad
1619 .sp .6
1620 .RS 4n
1621 Temporary files which are not needed across reboots. Only root may modify the
1622 contents of this directory.
1623 .RE
1624 
1625 .sp
1626 .ne 2
1627 .na
1628 \fB\fB/var/sadm\fR\fR
1629 .ad
1630 .sp .6
1631 .RS 4n
1632 Databases maintained by the software package management utilities.
1633 .RE
1634 
1635 .sp
1636 .ne 2
1637 .na
1638 \fB\fB/var/sadm/system/logs\fR\fR
1639 .ad
1640 .sp .6
1641 .RS 4n
1642 Status log files produced by software management functions and/or applications.
1643 For example, log files produced for product installation. An approved
1644 installation location for bundled Solaris software and for add-on system
1645 software and applications.
1646 .RE
1647 
1648 .sp
1649 .ne 2
1650 .na
1651 \fB\fB/var/saf\fR\fR
1652 .ad
1653 .sp .6
1654 .RS 4n
1655 Service access facility logging and accounting files.
1656 .RE
1657 
1658 .sp
1659 .ne 2
1660 .na
1661 \fB\fB/var/samba\fR\fR
1662 .ad
1663 .sp .6
1664 .RS 4n
1665 Log and lock files for Samba.
1666 .RE
1667 
1668 .sp
1669 .ne 2
1670 .na
1671 \fB\fB/var/sma_snmp\fR\fR
1672 .ad
1673 .sp .6
1674 .RS 4n
1675 Systems Management Agent (SMA) security and MIB component information.
1676 .RE
1677 
1678 .sp
1679 .ne 2
1680 .na
1681 \fB\fB/var/snmp\fR\fR
1682 .ad
1683 .sp .6
1684 .RS 4n
1685 SNMP status and configuration information.
1686 .RE
1687 
1688 .sp
1689 .ne 2
1690 .na
1691 \fB\fB/var/spool\fR\fR
1692 .ad
1693 .sp .6
1694 .RS 4n
1695 Contains directories for files used in printer spooling, mail delivery,
1696 \fBcron\fR(1M), \fBat\fR(1), and so forth.
1697 .RE
1698 
1699 .sp
1700 .ne 2
1701 .na
1702 \fB\fB/var/spool/clientmqueue\fR\fR
1703 .ad
1704 .sp .6
1705 .RS 4n
1706 \fBsendmail\fR(1M) client files.
1707 .RE
1708 
1709 .sp
1710 .ne 2
1711 .na
1712 \fB\fB/var/spool/cron\fR\fR
1713 .ad
1714 .sp .6
1715 .RS 4n
1716 \fBcron\fR(1M) and \fBat\fR(1) spooling files.
1717 .RE
1718 
1719 .sp
1720 .ne 2
1721 .na
1722 \fB\fB/var/spool/locks\fR\fR
1723 .ad
1724 .sp .6
1725 .RS 4n
1726 Spooling lock files.
1727 .RE
1728 
1729 .sp
1730 .ne 2
1731 .na
1732 \fB\fB/var/spool/lp\fR\fR
1733 .ad
1734 .sp .6
1735 .RS 4n
1736 Line printer spool files. See \fBlp\fR(1).
1737 .RE
1738 
1739 .sp
1740 .ne 2
1741 .na
1742 \fB\fB/var/spool/mqueue\fR\fR
1743 .ad
1744 .sp .6
1745 .RS 4n
1746 Mail queued for delivery.
1747 .RE
1748 
1749 .sp
1750 .ne 2
1751 .na
1752 \fB\fB/var/spool/pkg\fR\fR
1753 .ad
1754 .sp .6
1755 .RS 4n
1756 Spooled packages.
1757 .RE
1758 
1759 .sp
1760 .ne 2
1761 .na
1762 \fB\fB/var/spool/print\fR\fR
1763 .ad
1764 .sp .6
1765 .RS 4n
1766 LP print service client-side request staging area.
1767 .RE
1768 
1769 .sp
1770 .ne 2
1771 .na
1772 \fB\fB/var/spool/samba\fR\fR
1773 .ad
1774 .sp .6
1775 .RS 4n
1776 Samba print queue.
1777 .RE
1778 
1779 .sp
1780 .ne 2
1781 .na
1782 \fB\fB/var/spool/uucp\fR\fR
1783 .ad
1784 .sp .6
1785 .RS 4n
1786 Queued \fBuucp\fR(1C) jobs.
1787 .RE
1788 
1789 .sp
1790 .ne 2
1791 .na
1792 \fB\fB/var/spool/uucppublic\fR\fR
1793 .ad
1794 .sp .6
1795 .RS 4n
1796 Files deposited by \fBuucp\fR(1C).
1797 .RE
1798 
1799 .sp
1800 .ne 2
1801 .na
1802 \fB\fB/var/statmon\fR\fR
1803 .ad
1804 .sp .6
1805 .RS 4n
1806 Network status monitor files.
1807 .RE
1808 
1809 .sp
1810 .ne 2
1811 .na
1812 \fB\fB/var/svc/log\fR\fR
1813 .ad
1814 .sp .6
1815 .RS 4n
1816 SMF log files.
1817 .RE
1818 
1819 .sp
1820 .ne 2
1821 .na
1822 \fB\fB/var/svc/manifest\fR\fR
1823 .ad
1824 .sp .6
1825 .RS 4n
1826 SMF service manifests. An approved installation location for bundled, add-on
1827 system software and applications.
1828 .RE
1829 
1830 .sp
1831 .ne 2
1832 .na
1833 \fB\fB/var/svc/manifest/site\fR\fR
1834 .ad
1835 .sp .6
1836 .RS 4n
1837 Site-local SMF service manifests.
1838 .RE
1839 
1840 .sp
1841 .ne 2
1842 .na
1843 \fB\fB/var/tmp\fR\fR
1844 .ad
1845 .sp .6
1846 .RS 4n
1847 Files that vary in size or presence during normal system operations. This
1848 directory is \fBnot\fR cleared during the boot operation. An approved
1849 installation location for bundled Solaris software and for add-on system
1850 software and applications.
1851 .sp
1852 It is possible to change the default behavior for \fB/var/tmp\fR to clear all
1853 of the files except editor temporary files by setting the \fBclean_vartmp\fR
1854 property value of the \fBrmtmpfiles\fR service. This is done with the following
1855 commands:
1856 .sp
1857 .in +2
1858 .nf
1859 # \fBsvccfg -s svc:/system/rmtmpfiles setprop \e\fR
1860       \fBoptions/clean_vartmp = "true"\fR
1861 # \fBsvcadm refresh svc:/system/rmtmpfiles:default\fR
1862 .fi
1863 .in -2
1864 .sp
1865 
1866 The \fBsolaris.smf.value.rmtmpfiles\fR authorization is required to modify this
1867 property.
1868 .RE
1869 
1870 .sp
1871 .ne 2
1872 .na
1873 \fB\fB/var/uucp\fR\fR
1874 .ad
1875 .sp .6
1876 .RS 4n
1877 \fBuucp\fR(1C) log and status files.
1878 .RE
1879 
1880 .sp
1881 .ne 2
1882 .na
1883 \fB\fB/var/yp\fR\fR
1884 .ad
1885 .sp .6
1886 .RS 4n
1887 Databases needed for backwards compatibility with \fBNIS\fR and
1888 \fBypbind\fR(1M); unnecessary after full transition to \fBNIS+\fR.
1889 .RE
1890 
1891 .SS "\fB/usr\fR File System"
1892 .LP
1893 Because it is desirable to keep the root file system small and not volatile, on
1894 disk-based systems larger file systems are often mounted on \fB/home\fR,
1895 \fB/opt\fR, \fB/usr\fR, and \fB/var\fR.
1896 .sp
1897 .LP
1898 The file system mounted on \fB/usr\fR contains platform-dependent and
1899 platform-independent sharable files. The subtree rooted at \fB/usr/share\fR
1900 contains platform-independent sharable files; the rest of the \fB/usr\fR tree
1901 contains platform-dependent files. By mounting a common remote file system, a
1902 group of machines with a common platform may share a single \fB/usr\fR file
1903 system. A single \fB/usr/share\fR file system can be shared by machines of any
1904 platform. A machine acting as a file server can share many different \fB/usr\fR
1905 file systems to support several different architectures and operating system
1906 releases. Clients usually mount \fB/usr\fR read-only so that they do not
1907 accidentally change any shared files.
1908 .sp
1909 .LP
1910 The \fB/usr\fR file system contains the following subdirectories:
1911 .sp
1912 .ne 2
1913 .na
1914 \fB\fB/usr/4lib\fR\fR
1915 .ad
1916 .sp .6
1917 .RS 4n
1918 \fBa.out\fR libraries for the Binary Compatibility Package.
1919 .RE
1920 
1921 .sp
1922 .ne 2
1923 .na
1924 \fB\fB/usr/5bin\fR\fR
1925 .ad
1926 .sp .6
1927 .RS 4n
1928 Symbolic link to the \fB/usr/bin\fR directory.
1929 .RE
1930 
1931 .sp
1932 .ne 2
1933 .na
1934 \fB\fB/usr/SUNWale\fR\fR
1935 .ad
1936 .sp .6
1937 .RS 4n
1938 Configuration files for Asian Lanuguage Environment (ALE).
1939 .RE
1940 
1941 .sp
1942 .ne 2
1943 .na
1944 \fB\fB/usr/X\fR\fR
1945 .ad
1946 .sp .6
1947 .RS 4n
1948 Symbolic link to the \fB/usr/openwin\fR directory.
1949 .RE
1950 
1951 .sp
1952 .ne 2
1953 .na
1954 \fB\fB/usr/X11\fR\fR
1955 .ad
1956 .sp .6
1957 .RS 4n
1958 Xorg Xserver (X11) executables and documentation.
1959 .RE
1960 
1961 .sp
1962 .ne 2
1963 .na
1964 \fB\fB/usr/adm\fR\fR
1965 .ad
1966 .sp .6
1967 .RS 4n
1968 Symbolic link to the \fB/var/adm\fR directory.
1969 .RE
1970 
1971 .sp
1972 .ne 2
1973 .na
1974 \fB\fB/usr/apache\fR\fR
1975 .ad
1976 .sp .6
1977 .RS 4n
1978 Apache executables, loadable modules, and documentation.
1979 .RE
1980 
1981 .sp
1982 .ne 2
1983 .na
1984 \fB\fB/usr/appserver\fR\fR
1985 .ad
1986 .sp .6
1987 .RS 4n
1988 Sun Java System Application Server software.
1989 .RE
1990 
1991 .sp
1992 .ne 2
1993 .na
1994 \fB\fB/usr/benchmarks\fR\fR
1995 .ad
1996 .sp .6
1997 .RS 4n
1998 Directory for benchmarks.
1999 .RE
2000 
2001 .sp
2002 .ne 2
2003 .na
2004 \fB\fB/usr/bin\fR\fR
2005 .ad
2006 .sp .6
2007 .RS 4n
2008 Platform-dependent, user-invoked executables. These are commands users expect
2009 to be run as part of their normal \fB$PATH\fR. For executables that are
2010 different on a 64-bit system than on a 32-bit system, a wrapper that selects
2011 the appropriate executable is placed here. See \fBisaexec\fR(3C). An approved
2012 installation location for bundled Solaris software. The analogous location for
2013 add-on system software or for applications is \fB/opt/\fIpackagename\fR/bin\fR.
2014 .RE
2015 
2016 .sp
2017 .ne 2
2018 .na
2019 \fB\fB/usr/bin/amd64\fR\fR
2020 .ad
2021 .sp .6
2022 .RS 4n
2023 x86 64-bit, platform-dependent, user-invoked executables. This directory should
2024 not be part of a user's \fB$PATH\fR. A wrapper in \fB/usr/bin\fR should invoke
2025 the executable in this directory. See \fBisaexec\fR(3C). An approved
2026 installation location for bundled Solaris software. The analogous location for
2027 add-on system software or for applications is
2028 \fB/opt/\fIpackagename\fR/bin/amd64\fR.
2029 .RE
2030 
2031 .sp
2032 .ne 2
2033 .na
2034 \fB\fB/usr/bin/sparcv9\fR\fR
2035 .ad
2036 .sp .6
2037 .RS 4n
2038 \fBSPARC\fR platform-dependent, user-invoked executables. This directory should
2039 not be part of a user's \fB$PATH\fR. A wrapper in \fB/usr/bin\fR should invoke
2040 the executable in this directory. See \fBisaexec\fR(3C). An approved
2041 installation location for bundled Solaris software. The analogous location for
2042 add-on system software or for applications is
2043 \fB/opt/\fIpackagename\fR/bin/sparcv9\fR.
2044 .RE
2045 
2046 .sp
2047 .ne 2
2048 .na
2049 \fB\fB/usr/bin/\fIsubsystem\fR\fR\fR
2050 .ad
2051 .sp .6
2052 .RS 4n
2053 Platform-dependent user-invoked executables that are associated with
2054 \fIsubsystem\fR. These are commands users expect to be run as part of their
2055 normal \fB$PATH\fR. An approved installation location for bundled Solaris
2056 software. The analogous location for add-on system software or for applications
2057 is \fB/opt/\fIpackagename\fR/bin\fR.
2058 .RE
2059 
2060 .sp
2061 .ne 2
2062 .na
2063 \fB\fB/usr/\fIsubsystem\fR/bin\fR\fR
2064 .ad
2065 .sp .6
2066 .RS 4n
2067 Platform-dependent user-invoked executables that are associated with
2068 \fIsubsystem\fR. These are commands users expect to be run as part of their
2069 normal \fB$PATH\fR. An approved installation location for bundled Solaris
2070 software. The analogous location for add-on system software or for applications
2071 is \fB/opt/\fIpackagename\fR/bin\fR.
2072 .RE
2073 
2074 .sp
2075 .ne 2
2076 .na
2077 \fB\fB/usr/\fIsubsystem\fR/bin/amd64\fR\fR
2078 .ad
2079 .sp .6
2080 .RS 4n
2081 x86 64-bit, platform-dependent, user-invoked executables. This directory should
2082 not be part of a user's \fB$PATH\fR. A wrapper in \fB/usr/bin\fR should invoke
2083 the executable in this directory. See \fBisaexec\fR(3C). An approved
2084 installation location for bundled Solaris software. The analogous location for
2085 add-on system software or for applications is
2086 \fB/opt/\fIpackagename\fR/bin/amd64\fR.
2087 .RE
2088 
2089 .sp
2090 .ne 2
2091 .na
2092 \fB\fB/usr/\fIsubsystem\fR/bin/sparcv9\fR\fR
2093 .ad
2094 .sp .6
2095 .RS 4n
2096 \fBSPARC\fR 64-bit, platform-dependent, user-invoked executables. This
2097 directory should not be part of a user's \fB$PATH\fR. A wrapper in
2098 \fB/usr/bin\fR should invoke the executable in this directory. See
2099 \fBisaexec\fR(3C). An approved installation location for bundled Solaris
2100 software. The analogous location for add-on system software or for applications
2101 is \fB/opt/\fIpackagename\fR/bin/sparcv9\fR.
2102 .RE
2103 
2104 .sp
2105 .ne 2
2106 .na
2107 \fB\fB/usr/ccs\fR\fR
2108 .ad
2109 .sp .6
2110 .RS 4n
2111 C compilation system.
2112 .RE
2113 
2114 .sp
2115 .ne 2
2116 .na
2117 \fB\fB/usr/ccs/bin\fR\fR
2118 .ad
2119 .sp .6
2120 .RS 4n
2121 C compilation commands and system utilities.
2122 .RE
2123 
2124 .sp
2125 .ne 2
2126 .na
2127 \fB\fB/usr/ccs/lib\fR\fR
2128 .ad
2129 .sp .6
2130 .RS 4n
2131 Symbolic link to \fB/usr/lib\fR.
2132 .RE
2133 
2134 .sp
2135 .ne 2
2136 .na
2137 \fB\fB/usr/demo\fR\fR
2138 .ad
2139 .sp .6
2140 .RS 4n
2141 Demo programs and data.
2142 .RE
2143 
2144 .sp
2145 .ne 2
2146 .na
2147 \fB\fB/usr/dict\fR\fR
2148 .ad
2149 .sp .6
2150 .RS 4n
2151 Symbolic link to the \fB/usr/share/lib/dict\fR directory, which contains the
2152 dictionary file used by the \fBUNIX\fR spell program.
2153 .RE
2154 
2155 .sp
2156 .ne 2
2157 .na
2158 \fB\fB/usr/dt\fR\fR
2159 .ad
2160 .sp .6
2161 .RS 4n
2162 root of a subtree for CDE software.
2163 .RE
2164 
2165 .sp
2166 .ne 2
2167 .na
2168 \fB\fB/usr/dt/bin\fR\fR
2169 .ad
2170 .sp .6
2171 .RS 4n
2172 Primary location for CDE system utilities.
2173 .RE
2174 
2175 .sp
2176 .ne 2
2177 .na
2178 \fB\fB/usr/dt/include\fR\fR
2179 .ad
2180 .sp .6
2181 .RS 4n
2182 Header files for CDE software.
2183 .RE
2184 
2185 .sp
2186 .ne 2
2187 .na
2188 \fB\fB/usr/dt/lib\fR\fR
2189 .ad
2190 .sp .6
2191 .RS 4n
2192 Libraries for CDE software.
2193 .RE
2194 
2195 .sp
2196 .ne 2
2197 .na
2198 \fB\fB/usr/dt/share/man\fR\fR
2199 .ad
2200 .sp .6
2201 .RS 4n
2202 On-line reference manual pages for CDE software.
2203 .RE
2204 
2205 .sp
2206 .ne 2
2207 .na
2208 \fB\fB/usr/games\fR\fR
2209 .ad
2210 .sp .6
2211 .RS 4n
2212 An empty directory, a remnant of the SunOS 4.0/4.1 software.
2213 .RE
2214 
2215 .sp
2216 .ne 2
2217 .na
2218 \fB\fB/usr/gnome\fR\fR
2219 .ad
2220 .sp .6
2221 .RS 4n
2222 This is an obsolete directory where 3rd party programs can install their
2223 applications and \fBpixmap\fR files. It is supported for backwards
2224 compatibility.
2225 .RE
2226 
2227 .sp
2228 .ne 2
2229 .na
2230 \fB\fB/usr/include\fR\fR
2231 .ad
2232 .sp .6
2233 .RS 4n
2234 Include headers (for C programs).
2235 .RE
2236 
2237 .sp
2238 .ne 2
2239 .na
2240 \fB\fB/usr/java\fI*\fR\fR\fR
2241 .ad
2242 .sp .6
2243 .RS 4n
2244 Directories containing Java programs and libraries.
2245 .RE
2246 
2247 .sp
2248 .ne 2
2249 .na
2250 \fB\fB/usr/jdk\fI*\fR\fR\fR
2251 .ad
2252 .sp .6
2253 .RS 4n
2254 Java Platform virtual machine and core class libraries.
2255 .RE
2256 
2257 .sp
2258 .ne 2
2259 .na
2260 \fB\fB/usr/kernel\fR\fR
2261 .ad
2262 .sp .6
2263 .RS 4n
2264 Subtree of platform-dependent loadable kernel modules, not needed in the root
2265 filesystem. An approved installation location for bundled Solaris software.
2266 .RE
2267 
2268 .sp
2269 .ne 2
2270 .na
2271 \fB\fB/usr/kvm\fR\fR
2272 .ad
2273 .sp .6
2274 .RS 4n
2275 A mount point, retained for backward compatibility, that formerly contained
2276 platform-specific binaries and libraries.
2277 .RE
2278 
2279 .sp
2280 .ne 2
2281 .na
2282 \fB\fB/usr/lib\fR\fR
2283 .ad
2284 .sp .6
2285 .RS 4n
2286 Platform-dependent libraries, various databases, commands and daemons not
2287 invoked directly by a human user. An approved installation location for bundled
2288 Solaris software. The analogous location for add-on system software or for
2289 applications is \fB/opt/\fIpackagename\fR/lib\fR.
2290 .RE
2291 
2292 .sp
2293 .ne 2
2294 .na
2295 \fB\fB/usr/lib/32\fR\fR
2296 .ad
2297 .sp .6
2298 .RS 4n
2299 Symbolic link to \fB/usr/lib\fR.
2300 .RE
2301 
2302 .sp
2303 .ne 2
2304 .na
2305 \fB\fB/usr/lib/64\fR\fR
2306 .ad
2307 .sp .6
2308 .RS 4n
2309 Symbolic link to the most portable 64-bit Solaris interfaces, on both SPARC and
2310 x86 platforms.
2311 .RE
2312 
2313 .sp
2314 .ne 2
2315 .na
2316 \fB\fB/usr/lib/acct\fR\fR
2317 .ad
2318 .sp .6
2319 .RS 4n
2320 Accounting scripts and binaries. See \fBacct\fR(1M).
2321 .RE
2322 
2323 .sp
2324 .ne 2
2325 .na
2326 \fB\fB/usr/lib/adb\fR\fR
2327 .ad
2328 .sp .6
2329 .RS 4n
2330 \fBadb\fR accounting scripts.
2331 .RE
2332 
2333 .sp
2334 .ne 2
2335 .na
2336 \fB\fB/usr/lib/amd64\fR\fR
2337 .ad
2338 .sp .6
2339 .RS 4n
2340 Platform-dependent libraries, various databases, commands and daemons not
2341 invoked directly by a human user on 64-bit x86. An approved installation
2342 location for bundled Solaris software. The analogous location for add-on system
2343 software or for applications is \fB/opt/\fIpackagename\fR/lib/amd64\fR.
2344 .RE
2345 
2346 .sp
2347 .ne 2
2348 .na
2349 \fB\fB/usr/lib/autofs\fR\fR
2350 .ad
2351 .sp .6
2352 .RS 4n
2353 Contains the \fBautomountd\fR executable.
2354 .RE
2355 
2356 .sp
2357 .ne 2
2358 .na
2359 \fB\fB/usr/lib/cfgadm\fR\fR
2360 .ad
2361 .sp .6
2362 .RS 4n
2363 Contains \fBcfgadm\fR hardware-specific driver plugins.
2364 .RE
2365 
2366 .sp
2367 .ne 2
2368 .na
2369 \fB\fB/usr/lib/class\fR\fR
2370 .ad
2371 .sp .6
2372 .RS 4n
2373 Scheduling-class-specific directories containing executables for
2374 \fBpriocntl\fR(1) and \fBdispadmin\fR(1M).
2375 .RE
2376 
2377 .sp
2378 .ne 2
2379 .na
2380 \fB\fB/usr/lib/crypto\fR\fR
2381 .ad
2382 .sp .6
2383 .RS 4n
2384 Contains the kernel-level cryptographic framework daemon (\fBkcfd\fR).
2385 .RE
2386 
2387 .sp
2388 .ne 2
2389 .na
2390 \fB\fB/usr/lib/devfsadm\fR\fR
2391 .ad
2392 .sp .6
2393 .RS 4n
2394 Contains \fBdevfsadm\fR, the daemon version of \fBdevfsadm\fR.
2395 .RE
2396 
2397 .sp
2398 .ne 2
2399 .na
2400 \fB\fB/usr/lib/dict\fR\fR
2401 .ad
2402 .sp .6
2403 .RS 4n
2404 Database files for \fBspell\fR(1).
2405 .RE
2406 
2407 .sp
2408 .ne 2
2409 .na
2410 \fB\fB/usr/lib/dns\fR\fR
2411 .ad
2412 .sp .6
2413 .RS 4n
2414 Contains DNS resolver libraries.
2415 .RE
2416 
2417 .sp
2418 .ne 2
2419 .na
2420 \fB\fB/usr/lib/dtrace\fR\fR
2421 .ad
2422 .sp .6
2423 .RS 4n
2424 Contains \fBdtrace\fR D source files.
2425 .RE
2426 
2427 .sp
2428 .ne 2
2429 .na
2430 \fB\fB/usr/lib/flash\fR\fR
2431 .ad
2432 .sp .6
2433 .RS 4n
2434 Contains Solaris flash archive deployment scripts.
2435 .RE
2436 
2437 .sp
2438 .ne 2
2439 .na
2440 \fB\fB/usr/lib/fm\fR\fR
2441 .ad
2442 .sp .6
2443 .RS 4n
2444 Contains \fBfmd\fR, the fault manager daemon and the fault manager library.
2445 .RE
2446 
2447 .sp
2448 .ne 2
2449 .na
2450 \fB\fB/usr/lib/font\fR\fR
2451 .ad
2452 .sp .6
2453 .RS 4n
2454 \fBtroff\fR(1) font description files.
2455 .RE
2456 
2457 .sp
2458 .ne 2
2459 .na
2460 \fB\fB/usr/lib/fs\fR\fR
2461 .ad
2462 .sp .6
2463 .RS 4n
2464 File system type dependent modules; generally not intended to be invoked
2465 directly by the user.
2466 .RE
2467 
2468 .sp
2469 .ne 2
2470 .na
2471 \fB\fB/usr/lib/gss\fR\fR
2472 .ad
2473 .sp .6
2474 .RS 4n
2475 Secure services-related libraries.
2476 .RE
2477 
2478 .sp
2479 .ne 2
2480 .na
2481 \fB\fB/usr/lib/iconv\fR\fR
2482 .ad
2483 .sp .6
2484 .RS 4n
2485 Conversion tables for \fBiconv\fR(1).
2486 .RE
2487 
2488 .sp
2489 .ne 2
2490 .na
2491 \fB\fB/usr/lib/inet\fR\fR
2492 .ad
2493 .sp .6
2494 .RS 4n
2495 Contains many network-related daemons and libraries.
2496 .RE
2497 
2498 .sp
2499 .ne 2
2500 .na
2501 \fB\fB/usr/lib/ipf\fR\fR
2502 .ad
2503 .sp .6
2504 .RS 4n
2505 Contains \fBIPFILTER.LICENCE\fR and \fBipftest\fR.
2506 .RE
2507 
2508 .sp
2509 .ne 2
2510 .na
2511 \fB\fB/usr/lib/ipqosconf\fR\fR
2512 .ad
2513 .sp .6
2514 .RS 4n
2515 IPQoS configuration utility.
2516 .RE
2517 
2518 .sp
2519 .ne 2
2520 .na
2521 \fB\fB/usr/lib/krb5\fR\fR
2522 .ad
2523 .sp .6
2524 .RS 4n
2525 Contains the Kerberos database propagation program and libraries.
2526 .RE
2527 
2528 .sp
2529 .ne 2
2530 .na
2531 \fB\fB/usr/lib/ld\fR\fR
2532 .ad
2533 .sp .6
2534 .RS 4n
2535 Contains the map files for the \fBld\fR link editor.
2536 .RE
2537 
2538 .sp
2539 .ne 2
2540 .na
2541 \fB\fB/usr/lib/ldap\fR\fR
2542 .ad
2543 .sp .6
2544 .RS 4n
2545 Contains LDAP client configuration utilities.
2546 .RE
2547 
2548 .sp
2549 .ne 2
2550 .na
2551 \fB\fB/usr/lib/libp\fR\fR
2552 .ad
2553 .sp .6
2554 .RS 4n
2555 Profiled libraries.
2556 .RE
2557 
2558 .sp
2559 .ne 2
2560 .na
2561 \fB\fB/usr/lib/llc2\fR\fR
2562 .ad
2563 .sp .6
2564 .RS 4n
2565 Contains logical link control (\fBllc2\fR) driver configuration files.
2566 .RE
2567 
2568 .sp
2569 .ne 2
2570 .na
2571 \fB\fB/usr/lib/locale\fR\fR
2572 .ad
2573 .sp .6
2574 .RS 4n
2575 Localization databases.
2576 .RE
2577 
2578 .sp
2579 .ne 2
2580 .na
2581 \fB\fB/usr/lib/lp\fR\fR
2582 .ad
2583 .sp .6
2584 .RS 4n
2585 Line printer subsystem databases and back-end executables.
2586 .RE
2587 
2588 .sp
2589 .ne 2
2590 .na
2591 \fB\fB/usr/lib/netsvc\fR\fR
2592 .ad
2593 .sp .6
2594 .RS 4n
2595 Internet network services.
2596 .RE
2597 
2598 .sp
2599 .ne 2
2600 .na
2601 \fB\fB/usr/lib/nfs\fR\fR
2602 .ad
2603 .sp .6
2604 .RS 4n
2605 Auxiliary NFS-related programs and daemons.
2606 .RE
2607 
2608 .sp
2609 .ne 2
2610 .na
2611 \fB\fB/usr/lib/nis\fR\fR
2612 .ad
2613 .sp .6
2614 .RS 4n
2615 Contains NIS+ administrative commands.
2616 .RE
2617 
2618 .sp
2619 .ne 2
2620 .na
2621 \fB\fB/usr/lib/picl\fR\fR
2622 .ad
2623 .sp .6
2624 .RS 4n
2625 Platform Information and Control Library.
2626 .RE
2627 
2628 .sp
2629 .ne 2
2630 .na
2631 \fB\fB/usr/lib/pool\fR\fR
2632 .ad
2633 .sp .6
2634 .RS 4n
2635 Contains the automated resource pools partitioning daemon (\fBpoold\fR) and
2636 associated libraries.
2637 .RE
2638 
2639 .sp
2640 .ne 2
2641 .na
2642 \fB\fB/usr/lib/power\fR\fR
2643 .ad
2644 .sp .6
2645 .RS 4n
2646 Power management daemon, \fBpowerd\fR.
2647 .RE
2648 
2649 .sp
2650 .ne 2
2651 .na
2652 \fB\fB/usr/lib/print\fR\fR
2653 .ad
2654 .sp .6
2655 .RS 4n
2656 Contains \fBlp\fR conversion scripts and the \fBin.lpd\fR daemon.
2657 .RE
2658 
2659 .sp
2660 .ne 2
2661 .na
2662 \fB\fB/usr/lib/rcap\fR\fR
2663 .ad
2664 .sp .6
2665 .RS 4n
2666 Resource cap enforcement daemon, \fBrcapd\fR.
2667 .RE
2668 
2669 .sp
2670 .ne 2
2671 .na
2672 \fB\fB/usr/lib/rcm\fR\fR
2673 .ad
2674 .sp .6
2675 .RS 4n
2676 Contains the Reconfiguration and Coordination Manager daemon (\fBrcm_daemon\fR)
2677 and RCM scripts.
2678 .RE
2679 
2680 .sp
2681 .ne 2
2682 .na
2683 \fB\fB/usr/lib/refer\fR\fR
2684 .ad
2685 .sp .6
2686 .RS 4n
2687 Auxiliary programs for \fBrefer\fR(1).
2688 .RE
2689 
2690 .sp
2691 .ne 2
2692 .na
2693 \fB\fB/usr/lib/rmmount\fR\fR
2694 .ad
2695 .sp .6
2696 .RS 4n
2697 Removable media mounter shared objects.
2698 .RE
2699 
2700 .sp
2701 .ne 2
2702 .na
2703 \fB\fB/usr/lib/sa\fR\fR
2704 .ad
2705 .sp .6
2706 .RS 4n
2707 Scripts and commands for the system activity report package. See \fBsar\fR(1).
2708 .RE
2709 
2710 .sp
2711 .ne 2
2712 .na
2713 \fB\fB/usr/lib/saf\fR\fR
2714 .ad
2715 .sp .6
2716 .RS 4n
2717 Auxiliary programs and daemons related to the service access facility.
2718 .RE
2719 
2720 .sp
2721 .ne 2
2722 .na
2723 \fB\fB/usr/lib/sasl\fR\fR
2724 .ad
2725 .sp .6
2726 .RS 4n
2727 Simple Authentication and Security Layer (SASL) plug-in modules.
2728 .RE
2729 
2730 .sp
2731 .ne 2
2732 .na
2733 \fB\fB/usr/lib/secure\fR\fR
2734 .ad
2735 .sp .6
2736 .RS 4n
2737 Default trusted libraries.
2738 .RE
2739 
2740 .sp
2741 .ne 2
2742 .na
2743 \fB\fB/usr/lib/security\fR\fR
2744 .ad
2745 .sp .6
2746 .RS 4n
2747 Solaris security plug-in modules.
2748 .RE
2749 
2750 .sp
2751 .ne 2
2752 .na
2753 \fB\fB/usr/lib/smartcard\fR\fR
2754 .ad
2755 .sp .6
2756 .RS 4n
2757 IFD handler libraries.
2758 .RE
2759 
2760 .sp
2761 .ne 2
2762 .na
2763 \fB\fB/usr/lib/smedia\fR\fR
2764 .ad
2765 .sp .6
2766 .RS 4n
2767 Removable media device server daemon, \fBrpc.smserverd\fR.
2768 .RE
2769 
2770 .sp
2771 .ne 2
2772 .na
2773 \fB\fB/usr/lib/sparcv9\fR\fR
2774 .ad
2775 .sp .6
2776 .RS 4n
2777 \fBSPARC\fR 64-bit, platform-dependent libraries, various databases, commands
2778 and daemons not invoked directly by a human user. An approved installation
2779 location for bundled Solaris software. The analogous location for add-on system
2780 software or for applications is \fB/opt/\fIpackagename\fR/lib/sparcv9\fR.
2781 .RE
2782 
2783 .sp
2784 .ne 2
2785 .na
2786 \fB\fB/usr/lib/spell\fR\fR
2787 .ad
2788 .sp .6
2789 .RS 4n
2790 Auxiliary programs and databases for \fBspell\fR(1). This directory is only
2791 present when the Binary Compatibility Package is installed.
2792 .RE
2793 
2794 .sp
2795 .ne 2
2796 .na
2797 \fB\fB/usr/lib/\fIsubsystem\fR\fR\fR
2798 .ad
2799 .sp .6
2800 .RS 4n
2801 Platform-dependent libraries, various databases, commands and daemons that are
2802 associated with \fIsubsystem\fR and that are not invoked directly by a human
2803 user. An approved installation location for bundled Solaris software. The
2804 analogous location for add-on system software or for applications is
2805 \fB/opt/\fIpackagename\fR/lib\fR.
2806 .RE
2807 
2808 .sp
2809 .ne 2
2810 .na
2811 \fB\fB/usr/lib/\fIsubsystem\fR/amd64\fR\fR
2812 .ad
2813 .sp .6
2814 .RS 4n
2815 x86 64-bit, platform-dependent libraries, various databases, commands and
2816 daemons that are associated with \fIsubsystem\fR and that are not invoked
2817 directly by a human user. An approved installation location for bundled Solaris
2818 software. The analogous location for add-on system software or for applications
2819 is \fB/opt/\fIpackagename\fR/lib/amd64\fR.
2820 .RE
2821 
2822 .sp
2823 .ne 2
2824 .na
2825 \fB\fB/usr/lib/\fIsubsystem\fR/sparcv9\fR\fR
2826 .ad
2827 .sp .6
2828 .RS 4n
2829 \fBSPARC\fR 64-bit, platform-dependent libraries, various databases, commands
2830 and daemons that are associated with \fIsubsystem\fR and that are not invoked
2831 directly by a human user. An approved installation location for bundled Solaris
2832 software. The analogous location for add-on system software or for applications
2833 is \fB/opt/\fIpackagename\fR/lib/sparcv9\fR.
2834 .RE
2835 
2836 .sp
2837 .ne 2
2838 .na
2839 \fB\fB/usr/\fIsubsystem\fR/lib\fR\fR
2840 .ad
2841 .sp .6
2842 .RS 4n
2843 Platform-dependent libraries, various databases, commands and daemons not
2844 invoked directly by a human user. An approved installation location for bundled
2845 Solaris software. The analogous location for add-on system software or for
2846 applications is \fB/opt/\fIpackagename\fR/lib\fR.
2847 .RE
2848 
2849 .sp
2850 .ne 2
2851 .na
2852 \fB\fB/usr/\fIsubsystem\fR/lib/amd64\fR\fR
2853 .ad
2854 .sp .6
2855 .RS 4n
2856 x86 64-bit, platform-dependent libraries, various databases, commands and
2857 daemons that are associated with \fIsubsystem\fR and that are not invoked
2858 directly by a human user. An approved installation location for bundled Solaris
2859 software. The analogous location for add-on system software or for applications
2860 is \fB/opt/\fIpackagename\fR/lib/amd64\fR.
2861 .RE
2862 
2863 .sp
2864 .ne 2
2865 .na
2866 \fB\fB/usr/\fIsubsystem\fR/lib/sparcv9\fR\fR
2867 .ad
2868 .sp .6
2869 .RS 4n
2870 \fBSPARC\fR 64-bit, platform-dependent libraries, various databases, commands
2871 and daemons that are associated with \fIsubsystem\fR and that are not invoked
2872 directly by a human user. An approved installation location for bundled Solaris
2873 software. The analogous location for add-on system software or for applications
2874 is \fB/opt/\fIpackagename\fR/lib/sparcv9\fR.
2875 .RE
2876 
2877 .sp
2878 .ne 2
2879 .na
2880 \fB\fB/usr/lib/sysevent\fR\fR
2881 .ad
2882 .sp .6
2883 .RS 4n
2884 Contains the system event notification daemon (\fBsyseventd\fR) and the
2885 \fBsyseventd\fR loadable module (SLM) repository.
2886 .RE
2887 
2888 .sp
2889 .ne 2
2890 .na
2891 \fB\fB/usr/lib/uucp\fR\fR
2892 .ad
2893 .sp .6
2894 .RS 4n
2895 Auxiliary programs and daemons for \fBuucp\fR(1C).
2896 .RE
2897 
2898 .sp
2899 .ne 2
2900 .na
2901 \fB\fB/usr/lib/webconsole\fR\fR
2902 .ad
2903 .sp .6
2904 .RS 4n
2905 Sun Java web console programs and scripts.
2906 .RE
2907 
2908 .sp
2909 .ne 2
2910 .na
2911 \fB\fB/usr/lib/zones\fR\fR
2912 .ad
2913 .sp .6
2914 .RS 4n
2915 Zone administration daemon (\fBzoneamd\fR).
2916 .RE
2917 
2918 .sp
2919 .ne 2
2920 .na
2921 \fB\fB/usr/local\fR\fR
2922 .ad
2923 .sp .6
2924 .RS 4n
2925 Not part of the SVR4-based Solaris distribution. The \fB/usr\fR directory is
2926 exclusively for software bundled with the Solaris operating system. If needed
2927 for storing machine-local add-on software, create the directory
2928 \fB/opt/local\fR and make \fB/usr/local\fR a symbolic link to \fB/opt/local\fR.
2929 The \fB/opt\fR directory or filesystem is for storing add-on software to the
2930 system.
2931 .RE
2932 
2933 .sp
2934 .ne 2
2935 .na
2936 \fB\fB/usr/mail\fR\fR
2937 .ad
2938 .sp .6
2939 .RS 4n
2940 Symbolic link to the \fB/var/mail\fR directory.
2941 .RE
2942 
2943 .sp
2944 .ne 2
2945 .na
2946 \fB\fB/usr/man\fR\fR
2947 .ad
2948 .sp .6
2949 .RS 4n
2950 Symbolic link to the \fB/usr/share/man\fR directory.
2951 .RE
2952 
2953 .sp
2954 .ne 2
2955 .na
2956 \fB\fB/usr/net/servers\fR\fR
2957 .ad
2958 .sp .6
2959 .RS 4n
2960 Entry points for foreign name service requests relayed using the network
2961 listener. See \fBlisten\fR(1M).
2962 .RE
2963 
2964 .sp
2965 .ne 2
2966 .na
2967 \fB\fB/usr/news\fR\fR
2968 .ad
2969 .sp .6
2970 .RS 4n
2971 Symbolic link to the \fB/var/news\fR directory.
2972 .RE
2973 
2974 .sp
2975 .ne 2
2976 .na
2977 \fB\fB/usr/old\fR\fR
2978 .ad
2979 .sp .6
2980 .RS 4n
2981 Programs that are being phased out.
2982 .RE
2983 
2984 .sp
2985 .ne 2
2986 .na
2987 \fB\fB/usr/openwin\fR\fR
2988 .ad
2989 .sp .6
2990 .RS 4n
2991 Installation or mount point for the OpenWindows software.
2992 .RE
2993 
2994 .sp
2995 .ne 2
2996 .na
2997 \fB\fB/usr/perl5\fR\fR
2998 .ad
2999 .sp .6
3000 .RS 4n
3001 Perl 5 programs and documentation
3002 .RE
3003 
3004 .sp
3005 .ne 2
3006 .na
3007 \fB\fB/usr/platform\fR\fR
3008 .ad
3009 .sp .6
3010 .RS 4n
3011 Subtree of platform-specific objects which does not need to reside on the root
3012 filesystem. It contains a series of directories, one per supported platform.
3013 The semantics of the series of directories is equivalent to \fB/platform\fR,
3014 except for subdirectories which do not provide utility under one or the other
3015 (for example, \fB/platform/include\fR is not needed).
3016 .RE
3017 
3018 .sp
3019 .ne 2
3020 .na
3021 \fB\fB/usr/platform/\fR\fB`\fR\fBuname\fR
3022 \fB-i\fR\fB\fR\fB`\fR\fB/include\fR\fR
3023 .ad
3024 .sp .6
3025 .RS 4n
3026 Symbolic link to \fB/../\fR\fB`\fR\fBuname\fR
3027 \fB-i\fR\fB\fR\fB`\fR\fB/include\fR. Platform-specific system (\fBsys\fR,
3028 \fBvm\fR) header files with semantics equivalent to \fB/usr/include\fR. An
3029 approved installation location for bundled Solaris software and for add-on
3030 system software.
3031 .RE
3032 
3033 .sp
3034 .ne 2
3035 .na
3036 \fB\fB/usr/platform/\fR\fB`\fR\fBuname\fR \fB-i\fR\fB\fR\fB`\fR\fB/lib\fR\fR
3037 .ad
3038 .sp .6
3039 .RS 4n
3040 Platform-specific shared objects with semantics equivalent to \fB/usr/lib\fR.
3041 An approved installation location for bundled Solaris software and for add-on
3042 system software.
3043 .RE
3044 
3045 .sp
3046 .ne 2
3047 .na
3048 \fB\fB/usr/platform/\fR\fB`\fR\fBuname\fR
3049 \fB-i\fR\fB\fR\fB`\fR\fB/lib/\fIsubsystem\fR/amd64\fR\fR
3050 .ad
3051 .sp .6
3052 .RS 4n
3053 x86 64-bit, platform-specific daemon and shared objects. An approved
3054 installation location for bundled Solaris software and for add-on system
3055 software.
3056 .RE
3057 
3058 .sp
3059 .ne 2
3060 .na
3061 \fB\fB/usr/platform/\fR\fB`\fR\fBuname\fR \fB-i\fR\fB\fR\fB`\fR\fB/sbin\fR\fR
3062 .ad
3063 .sp .6
3064 .RS 4n
3065 Platform-specific system administration utilities with semantics equivalent to
3066 \fB/usr/sbin\fR. An approved installation location for bundled Solaris software
3067 and for add-on system software.
3068 .RE
3069 
3070 .sp
3071 .ne 2
3072 .na
3073 \fB\fB/usr/preserve\fR\fR
3074 .ad
3075 .sp .6
3076 .RS 4n
3077 Symbolic link to the \fB/var/preserve\fR directory.
3078 .RE
3079 
3080 .sp
3081 .ne 2
3082 .na
3083 \fB\fB/usr/proc\fR\fR
3084 .ad
3085 .sp .6
3086 .RS 4n
3087 Directory for the \fBproc\fR tools.
3088 .RE
3089 
3090 .sp
3091 .ne 2
3092 .na
3093 \fB\fB/usr/pub\fR\fR
3094 .ad
3095 .sp .6
3096 .RS 4n
3097 Symbolic link to \fB/share/lib/pub\fR, which contains files for online man page
3098 and character processing.
3099 .RE
3100 
3101 .sp
3102 .ne 2
3103 .na
3104 \fB\fB/usr/sadm\fR\fR
3105 .ad
3106 .sp .6
3107 .RS 4n
3108 System administration files and directories.
3109 .RE
3110 
3111 .sp
3112 .ne 2
3113 .na
3114 \fB\fB/usr/sadm/bin\fR\fR
3115 .ad
3116 .sp .6
3117 .RS 4n
3118 Binaries for the Form and Menu Language Interpreter (\fBFMLI\fR) scripts. See
3119 \fBfmli\fR(1).
3120 .RE
3121 
3122 .sp
3123 .ne 2
3124 .na
3125 \fB\fB/usr/sadm/install\fR\fR
3126 .ad
3127 .sp .6
3128 .RS 4n
3129 Executables and scripts for package management.
3130 .RE
3131 
3132 .sp
3133 .ne 2
3134 .na
3135 \fB\fB/usr/sbin\fR\fR
3136 .ad
3137 .sp .6
3138 .RS 4n
3139 Platform-dependent executables for system administration, expected to be run
3140 only by system administrators. An approved installation location for bundled
3141 Solaris software. The analogous location for add-on system software or for
3142 applications is \fB/opt/\fIpackagename\fR/sbin\fR.
3143 .RE
3144 
3145 .sp
3146 .ne 2
3147 .na
3148 \fB\fB/usr/sbin/install.d\fR\fR
3149 .ad
3150 .sp .6
3151 .RS 4n
3152 Custom Jumpstart scripts and executables.
3153 .RE
3154 
3155 .sp
3156 .ne 2
3157 .na
3158 \fB\fB/usr/sbin/sparc7\fR and \fBsparc9\fR\fR
3159 .ad
3160 .sp .6
3161 .RS 4n
3162 32-bit and 64-bit versions of commands.
3163 .RE
3164 
3165 .sp
3166 .ne 2
3167 .na
3168 \fB\fB/usr/sbin/amd64\fR\fR
3169 .ad
3170 .sp .6
3171 .RS 4n
3172 64-bit x86versions of commands.
3173 .RE
3174 
3175 .sp
3176 .ne 2
3177 .na
3178 \fB\fB/usr/sbin/\fIsubsystem\fR\fR\fR
3179 .ad
3180 .sp .6
3181 .RS 4n
3182 Platform-dependent executables for system administration, expected to be run
3183 only by system administrators, and associated with \fIsubsystem\fR. An approved
3184 installation location for bundled Solaris software. The analogous location for
3185 add-on system software or for applications is
3186 \fB/opt/\fIpackagename\fR/sbin\fR.
3187 .RE
3188 
3189 .sp
3190 .ne 2
3191 .na
3192 \fB\fB/usr/\fIsubsystem\fR/sbin\fR\fR
3193 .ad
3194 .sp .6
3195 .RS 4n
3196 Platform-dependent executables for system administration, expected to be run
3197 only by system administrators, and associated with \fIsubsystem\fR. An approved
3198 installation location for bundled Solaris software. The analogous location for
3199 add-on system software or for applications is
3200 \fB/opt/\fIpackagename\fR/sbin\fR.
3201 .RE
3202 
3203 .sp
3204 .ne 2
3205 .na
3206 \fB\fB/usr/sfw\fR\fR
3207 .ad
3208 .sp .6
3209 .RS 4n
3210 \fBGNU\fR and open source executables, libraries, and documentation.
3211 .RE
3212 
3213 .sp
3214 .ne 2
3215 .na
3216 \fB\fB/usr/share\fR\fR
3217 .ad
3218 .sp .6
3219 .RS 4n
3220 Platform-independent sharable files. An approved installation location for
3221 bundled Solaris software.
3222 .RE
3223 
3224 .sp
3225 .ne 2
3226 .na
3227 \fB\fB/usr/share/aclocal\fR\fR
3228 .ad
3229 .sp .6
3230 .RS 4n
3231 Open source \fBm4\fR files.
3232 .RE
3233 
3234 .sp
3235 .ne 2
3236 .na
3237 \fB\fB/usr/share/applications\fR\fR
3238 .ad
3239 .sp .6
3240 .RS 4n
3241 Open source desktop applications files.
3242 .RE
3243 
3244 .sp
3245 .ne 2
3246 .na
3247 \fB\fB/usr/share/audio\fR\fR
3248 .ad
3249 .sp .6
3250 .RS 4n
3251 Sample audio files.
3252 .RE
3253 
3254 .sp
3255 .ne 2
3256 .na
3257 \fB\fB/usr/share/glib-2.0\fR\fR
3258 .ad
3259 .sp .6
3260 .RS 4n
3261 Makefile for \fBglib\fR.
3262 .RE
3263 
3264 .sp
3265 .ne 2
3266 .na
3267 \fB\fB/usr/share/gnome\fR\fR
3268 .ad
3269 .sp .6
3270 .RS 4n
3271 GNOME desktop and application data.
3272 .RE
3273 
3274 .sp
3275 .ne 2
3276 .na
3277 \fB\fB/usr/share/gtk-2.0\fR\fR
3278 .ad
3279 .sp .6
3280 .RS 4n
3281 GTK+ application data and demos
3282 .RE
3283 
3284 .sp
3285 .ne 2
3286 .na
3287 \fB\fB/usr/share/gtk-doc\fR\fR
3288 .ad
3289 .sp .6
3290 .RS 4n
3291 API documentation for libraries which use gtk-doc documentation format, which
3292 mostly includes desktop interfaces.
3293 .RE
3294 
3295 .sp
3296 .ne 2
3297 .na
3298 \fB\fB/usr/share/icons\fR\fR
3299 .ad
3300 .sp .6
3301 .RS 4n
3302 Sun Java Desktop icons.
3303 .RE
3304 
3305 .sp
3306 .ne 2
3307 .na
3308 \fB\fB/usr/share/idl\fR\fR
3309 .ad
3310 .sp .6
3311 .RS 4n
3312 Open source Interface Definition Language (IDL) files.
3313 .RE
3314 
3315 .sp
3316 .ne 2
3317 .na
3318 \fB\fB/usr/share/intltool\fR\fR
3319 .ad
3320 .sp .6
3321 .RS 4n
3322 XML translation tools.
3323 .RE
3324 
3325 .sp
3326 .ne 2
3327 .na
3328 \fB\fB/usr/share/ipfilter\fR\fR
3329 .ad
3330 .sp .6
3331 .RS 4n
3332 Open source IP Filter sample files.
3333 .RE
3334 
3335 .sp
3336 .ne 2
3337 .na
3338 \fB\fB/usr/share/javadoc\fR\fR
3339 .ad
3340 .sp .6
3341 .RS 4n
3342 Help files for Message Queue broker and Smart Card applications.
3343 .RE
3344 
3345 .sp
3346 .ne 2
3347 .na
3348 \fB\fB/usr/share/lib\fR\fR
3349 .ad
3350 .sp .6
3351 .RS 4n
3352 Platform-independent sharable databases. An approved installation location for
3353 bundled Solaris software.
3354 .RE
3355 
3356 .sp
3357 .ne 2
3358 .na
3359 \fB\fB/usr/share/lib/dict\fR\fR
3360 .ad
3361 .sp .6
3362 .RS 4n
3363 Contains word list for \fBspell\fR(1).
3364 .RE
3365 
3366 .sp
3367 .ne 2
3368 .na
3369 \fB\fB/usr/share/lib/keytables\fR\fR
3370 .ad
3371 .sp .6
3372 .RS 4n
3373 Keyboard layout description tables.
3374 .RE
3375 
3376 .sp
3377 .ne 2
3378 .na
3379 \fB\fB/usr/share/lib/mailx\fR\fR
3380 .ad
3381 .sp .6
3382 .RS 4n
3383 Help files for \fBmailx\fR(1).
3384 .RE
3385 
3386 .sp
3387 .ne 2
3388 .na
3389 \fB\fB/usr/share/lib/nterm\fR\fR
3390 .ad
3391 .sp .6
3392 .RS 4n
3393 \fBnroff\fR(1) terminal tables.
3394 .RE
3395 
3396 .sp
3397 .ne 2
3398 .na
3399 \fB\fB/usr/share/lib/pub\fR\fR
3400 .ad
3401 .sp .6
3402 .RS 4n
3403 Character set data files.
3404 .RE
3405 
3406 .sp
3407 .ne 2
3408 .na
3409 \fB\fB/usr/share/lib/tabset\fR\fR
3410 .ad
3411 .sp .6
3412 .RS 4n
3413 Tab setting escape sequences.
3414 .RE
3415 
3416 .sp
3417 .ne 2
3418 .na
3419 \fB\fB/usr/share/lib/terminfo\fR\fR
3420 .ad
3421 .sp .6
3422 .RS 4n
3423 Terminal description files for \fBterminfo\fR(4).
3424 .RE
3425 
3426 .sp
3427 .ne 2
3428 .na
3429 \fB\fB/usr/share/lib/tmac\fR\fR
3430 .ad
3431 .sp .6
3432 .RS 4n
3433 Macro packages and related files for text processing tools, for example,
3434 \fBnroff\fR(1) and \fBtroff\fR(1).
3435 .RE
3436 
3437 .sp
3438 .ne 2
3439 .na
3440 \fB\fB/usr/share/lib/zoneinfo\fR\fR
3441 .ad
3442 .sp .6
3443 .RS 4n
3444 Time zone information.
3445 .RE
3446 
3447 .sp
3448 .ne 2
3449 .na
3450 \fB\fB/usr/share/man\fR\fR
3451 .ad
3452 .sp .6
3453 .RS 4n
3454 Platform-independent sharable manual pages. An approved installation location
3455 for bundled Solaris software. The analogous location for add-on system software
3456 or for applications is \fB/opt/\fIpackagename\fR/man\fR.
3457 .RE
3458 
3459 .sp
3460 .ne 2
3461 .na
3462 \fB\fB/usr/share/omf\fR\fR
3463 .ad
3464 .sp .6
3465 .RS 4n
3466 GNOME Scrollkeeper database files.
3467 .RE
3468 
3469 .sp
3470 .ne 2
3471 .na
3472 \fB\fB/usr/share/pixmaps\fR\fR
3473 .ad
3474 .sp .6
3475 .RS 4n
3476 Sun Java graphics.
3477 .RE
3478 
3479 .sp
3480 .ne 2
3481 .na
3482 \fB\fB/usr/share/scrollkeeper\fR\fR
3483 .ad
3484 .sp .6
3485 .RS 4n
3486 GNOME Scrollkeeper templates and \fBxslt\fR files.
3487 .RE
3488 
3489 .sp
3490 .ne 2
3491 .na
3492 \fB\fB/usr/share/sgml\fR\fR
3493 .ad
3494 .sp .6
3495 .RS 4n
3496 Open source SGML files.
3497 .RE
3498 
3499 .sp
3500 .ne 2
3501 .na
3502 \fB\fB/usr/share/sounds\fR\fR
3503 .ad
3504 .sp .6
3505 .RS 4n
3506 Sound files.
3507 .RE
3508 
3509 .sp
3510 .ne 2
3511 .na
3512 \fB\fB/usr/share/src\fR\fR
3513 .ad
3514 .sp .6
3515 .RS 4n
3516 Source code for kernel, utilities, and libraries.
3517 .RE
3518 
3519 .sp
3520 .ne 2
3521 .na
3522 \fB\fB/usr/share/themes\fR\fR
3523 .ad
3524 .sp .6
3525 .RS 4n
3526 GNOME 2.0 Desktop themes.
3527 .RE
3528 
3529 .sp
3530 .ne 2
3531 .na
3532 \fB\fB/usr/share/webconsole\fR\fR
3533 .ad
3534 .sp .6
3535 .RS 4n
3536 Sun Web Console status files.
3537 .RE
3538 
3539 .sp
3540 .ne 2
3541 .na
3542 \fB\fB/usr/share/xml\fR\fR
3543 .ad
3544 .sp .6
3545 .RS 4n
3546 GNOME Scrollkeeper DTD files.
3547 .RE
3548 
3549 .sp
3550 .ne 2
3551 .na
3552 \fB\fB/usr/snadm\fR\fR
3553 .ad
3554 .sp .6
3555 .RS 4n
3556 Files related to system and network administration.
3557 .RE
3558 
3559 .sp
3560 .ne 2
3561 .na
3562 \fB\fB/usr/spool\fR\fR
3563 .ad
3564 .sp .6
3565 .RS 4n
3566 Symbolic link to the \fB/var/spool\fR directory.
3567 .RE
3568 
3569 .sp
3570 .ne 2
3571 .na
3572 \fB\fB/usr/src\fR\fR
3573 .ad
3574 .sp .6
3575 .RS 4n
3576 Symbolic link to the \fB/usr/share/src\fR directory.
3577 .RE
3578 
3579 .sp
3580 .ne 2
3581 .na
3582 \fB\fB/usr/tmp\fR\fR
3583 .ad
3584 .sp .6
3585 .RS 4n
3586 Symbolic link to the \fB/var/tmp\fR directory.
3587 .RE
3588 
3589 .sp
3590 .ne 2
3591 .na
3592 \fB\fB/usr/ucb\fR\fR
3593 .ad
3594 .sp .6
3595 .RS 4n
3596 Berkeley compatibility package binaries.
3597 .RE
3598 
3599 .sp
3600 .ne 2
3601 .na
3602 \fB\fB/usr/ucbinclude\fR\fR
3603 .ad
3604 .sp .6
3605 .RS 4n
3606 Berkeley compatibility package headers.
3607 .RE
3608 
3609 .sp
3610 .ne 2
3611 .na
3612 \fB\fB/usr/ucblib\fR\fR
3613 .ad
3614 .sp .6
3615 .RS 4n
3616 Berkeley compatibility package libraries.
3617 .RE
3618 
3619 .sp
3620 .ne 2
3621 .na
3622 \fB\fB/usr/xpg4\fR\fR
3623 .ad
3624 .sp .6
3625 .RS 4n
3626 Directory for POSIX-compliant utilities.
3627 .RE
3628 
3629 .sp
3630 .ne 2
3631 .na
3632 \fB\fB/usr/xpg6\fR\fR
3633 .ad
3634 .sp .6
3635 .RS 4n
3636 Directory for newer versions of POSIX-compliant utilities.
3637 .RE
3638 
3639 .SH SEE ALSO
3640 .LP
3641 \fBat\fR(1), \fBex\fR(1), \fBfmli\fR(1), \fBiconv\fR(1), \fBlp\fR(1),
3642 \fBisainfo\fR(1), \fBmail\fR(1), \fBmailx\fR(1), \fBnroff\fR(1),
3643 \fBpriocntl\fR(1), \fBrefer\fR(1), \fBsar\fR(1), \fBsh\fR(1), \fBspell\fR(1),
3644 \fBsvcs\fR(1), \fBtroff\fR(1), \fBuname\fR(1), \fBuucp\fR(1C), \fBvi\fR(1),
3645 \fBacct\fR(1M), \fBcron\fR(1M), \fBdispadmin\fR(1M), \fBdladm\fR(1M),
3646 \fBfmd\fR(1M), \fBfsck\fR(1M), \fBinit\fR(1M), \fBkernel\fR(1M),
3647 \fBmknod\fR(1M), \fBmount\fR(1M), \fBsvcadm\fR(1M), \fBsvccfg\fR(1M),
3648 \fBuseradd\fR(1M), \fBypbind\fR(1M), \fBmount\fR(2), \fBIntro\fR(4),
3649 \fBterminfo\fR(4)