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