]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - share/man/man7/hier.7
MFC r271057: Create a /boot/dtb directory to house DTB blobs.
[FreeBSD/stable/10.git] / share / man / man7 / hier.7
1 .\" Copyright (c) 1990, 1993
2 .\"     The Regents of the University of California.  All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\" 3. All advertising materials mentioning features or use of this software
13 .\"    must display the following acknowledgement:
14 .\"     This product includes software developed by the University of
15 .\"     California, Berkeley and its contributors.
16 .\" 4. Neither the name of the University nor the names of its contributors
17 .\"    may be used to endorse or promote products derived from this software
18 .\"    without specific prior written permission.
19 .\"
20 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
21 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
24 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 .\" SUCH DAMAGE.
31 .\"
32 .\"     @(#)hier.7      8.1 (Berkeley) 6/5/93
33 .\" $FreeBSD$
34 .\"
35 .Dd December 25, 2013
36 .Dt HIER 7
37 .Os
38 .Sh NAME
39 .Nm hier
40 .Nd layout of file systems
41 .Sh DESCRIPTION
42 A sketch of the file system hierarchy.
43 .Bl -tag -width ".Pa /libexec/"
44 .It Pa /
45 root directory of the file system
46 .It Pa /bin/
47 user utilities fundamental to both single-user and multi-user environments
48 .It Pa /boot/
49 programs and configuration files used during operating system bootstrap
50 .Pp
51 .Bl -tag -width ".Pa defaults/" -compact
52 .It Pa defaults/
53 default bootstrapping configuration files; see
54 .Xr loader.conf 5
55 .It Pa dtb/
56 Compiled flattened device tree (FDT) files; see
57 .Xr fdt 4 
58 and
59 .Xr dtc 1
60 .It Pa firmware/
61 Loadable modules containing binary firmware for hardware that needs
62 firmware downloaded to it to function
63 .It Pa kernel/
64 pure kernel executable (the operating system loaded into memory
65 at boot time)
66 .It Pa modules/
67 third-party loadable kernel modules;
68 see
69 .Xr kldstat 8
70 .It Pa zfs/
71 Contains 
72 .Xr zfs 8 
73 zpool cache files.
74 .El
75 .It Pa /cdrom/
76 default mount point for CD-ROM drives
77 .It Pa /compat/
78 normally a link to
79 .Pa /usr/compat .
80 If not, then the
81 .Pa /usr/compat
82 comments apply
83 .It Pa /dev/
84 device special files managed by
85 .Xr devfs 5
86 .Pp
87 .Bl -tag -width ".Pa net/" -compact
88 .It Pa fd/
89 file descriptor files;
90 see
91 .Xr \&fd 4
92 .It Pa net/
93 network devices
94 .El
95 .It Pa /etc/
96 system configuration files and scripts
97 .Pp
98 .Bl -tag -width ".Pa bluetooth/" -compact
99 .It Pa defaults/
100 default system configuration files;
101 see
102 .Xr rc 8
103 .It Pa bluetooth/
104 bluetooth configuration files
105 .It Pa localtime
106 local timezone information;
107 see
108 .Xr ctime 3
109 .It Pa mail/
110 Sendmail control files
111 .It Pa mtree/
112 mtree configuration files;
113 see
114 .Xr mtree 8
115 .It Pa pam.d/
116 configuration files for the Pluggable Authentication Modules (PAM)
117 library
118 .It Pa periodic/
119 scripts that are run daily, weekly, and monthly, via
120 .Xr cron 8 ;
121 see
122 .Xr periodic 8
123 .It Pa rc.d/
124 System and daemon startup/control scripts;
125 see
126 .Xr rc 8
127 .It Pa security/
128 OpenBSM audit configuration files;
129 see
130 .Xr audit 8
131 .It Pa ppp/
132 ppp configuration files;
133 see
134 .Xr ppp 8
135 .It Pa ssh/
136 OpenSSH configuration files;
137 see
138 .Xr ssh 1
139 .It Pa ssl/
140 OpenSSL configuration files
141 .El
142 .It Pa /lib/
143 critical system libraries needed for binaries in
144 .Pa /bin
145 and
146 .Pa /sbin
147 .Pp
148 .Bl -tag -width ".Pa geom/" -compact
149 .It Pa geom/
150 class-specific libraries for the
151 .Xr geom 8
152 utility
153 .El
154 .It Pa /libexec/
155 critical system utilities needed for binaries in
156 .Pa /bin
157 and
158 .Pa /sbin
159 .It Pa /media/
160 contains subdirectories to be used as mount points
161 for removable media such as CDs, USB drives, and
162 floppy disks
163 .It Pa /mnt/
164 empty directory commonly used by
165 system administrators as a temporary mount point
166 .It Pa /proc/
167 process file system;
168 see
169 .Xr procfs 5
170 .It Pa /rescue/
171 statically linked programs for emergency recovery;
172 see
173 .Xr rescue 8
174 .It Pa /root/
175 root's HOME directory
176 .It Pa /sbin/
177 system programs and administration utilities
178 fundamental to both single-user and multi-user environments
179 .It Pa /tmp/
180 temporary files that are not guaranteed to persist across system reboots
181 .It Pa /usr/
182 contains the majority of user utilities and applications
183 .Pp
184 .Bl -tag -width ".Pa libdata/" -compact
185 .It Pa bin/
186 common utilities, programming tools, and applications
187 .It Pa compat/
188 files needed to support binary compatibility with other operating systems,
189 such as Linux
190 .It Pa games/
191 useful and semi-frivolous programs
192 .It Pa include/
193 standard C include files
194 .Pp
195 .Bl -tag -width ".Pa kerberos5/" -compact
196 .It Pa altq/
197 C include files for alternate queueing
198 .It Pa arpa/
199 C include files for Internet service protocols
200 .It Pa bsnmp/
201 C include files for the SNMP daemon
202 .It Pa c++/
203 C++ include files
204 .It Pa cam/
205 C include files for the Common Access Methods Layer
206 .Bl -tag -width ".Pa kerberos5/" -compact
207 .It Pa scsi/
208 The SCSI device on top of CAM
209 .El
210 .It Pa dev/
211 C include files for programming various
212 .Fx
213 devices
214 .Bl -tag -width ".Pa kerberos5/" -compact
215 .It Pa ic/
216 Various header files describing driver- and bus-independent
217 hardware circuits
218 .It Pa ofw/
219 Open Firmware support
220 .It Pa pbio/
221 8255 PPI cards;
222 see
223 .Xr pbio 4
224 .It Pa ppbus/
225 The parallel port bus;
226 see
227 .Xr ppbus 4
228 .It Pa usb/
229 The USB subsystem
230 .It Pa utopia/
231 Physical chip driver for ATM interfaces;
232 see
233 .Xr utopia 4
234 .It Pa wi/
235 The
236 .Xr wi 4
237 WaveLAN driver
238 .El
239 .It Pa fs/
240 .Bl -tag -width ".Pa kerberos5/" -compact
241 .It Pa fdescfs/
242 per-process file descriptors file system
243 .It Pa fifofs/
244 .St -p1003.1
245 FIFOs file system
246 .It Pa msdosfs/
247 MS-DOS file system
248 .It Pa nfs/
249 C include files for NFS (Network File System) version 2, 3 and 4
250 .It Pa nullfs/
251 loopback file system
252 .It Pa procfs/
253 process file system
254 .It Pa smbfs/
255 SMB/CIFS file system
256 .It Pa udf/
257 UDF file system
258 .It Pa unionfs
259 union file system
260 .El
261 .It Pa geom/
262 GEOM framework
263 .Bl -tag -width ".Pa kerberos5/" -compact
264 .It Pa concat/
265 CONCAT GEOM class
266 .It Pa gate/
267 GATE GEOM class
268 .It Pa mirror/
269 MIRROR GEOM class
270 .It Pa nop/
271 NOP GEOM class
272 .It Pa raid3/
273 RAID3 GEOM class
274 .It Pa stripe/
275 STRIPE GEOM class
276 .El
277 .Pp
278 .It Pa isc/
279 ISC utility library libisc include files
280 .It Pa isofs/
281 .Bl -tag -width ".Pa kerberos5/" -compact
282 .It Pa cd9660/
283 iso9660 file system
284 .El
285 .It Pa libmilter/
286 C include files for libmilter,
287 the
288 .Xr sendmail 8
289 mail filter API
290 .It Pa machine/
291 machine-specific C include files
292 .It Pa net/
293 miscellaneous network C include files
294 .It Pa netatalk/
295 Appletalk protocol
296 .It Pa netinet/
297 C include files for Internet standard protocols;
298 see
299 .Xr inet 4
300 .It Pa netinet6/
301 C include files for Internet protocol version 6;
302 see
303 .Xr inet6 4
304 .It Pa netipsec/
305 kernel key-management service;
306 see
307 .Xr ipsec 4
308 .It Pa netipx/
309 IPX/SPX protocol stacks
310 .It Pa netnatm/
311 NATM include files;
312 see
313 .Xr natm 4
314 .Bl -tag -width ".Pa kerberos5/" -compact
315 .It Pa api/
316 include files for the signalling API
317 .It Pa msg/
318 include files that describe signalling messages and
319 declare associated functions
320 .It Pa saal/
321 include files for the signalling AAL layer
322 .It Pa sig/
323 include files for the UNI signalling protocol
324 .El
325 .It Pa netsmb/
326 SMB/CIFS requester
327 .It Pa nfs/
328 C include files for NFS (Network File System) version 2 and 3 (legacy)
329 .It Pa objc/
330 Objective C include files
331 .It Pa openssl/
332 OpenSSL (Cryptography/SSL toolkit) headers
333 .It Pa pccard/
334 PC-CARD controllers
335 .It Pa protocols/
336 C include files for Berkeley service protocols
337 .It Pa readline/
338 get a line from a user, with editing;
339 see
340 .Xr readline 3
341 .It Pa rpc/
342 remote procedure calls;
343 see
344 .Xr rpc 3
345 .It Pa rpcsvc/
346 definition of RPC service structures; see
347 .Xr rpc 3
348 .It Pa security/
349 PAM; see
350 .Xr pam 8
351 .It Pa sys/
352 system C include files (kernel data structures)
353 .\" .It Pa tcl/
354 .\" Tcl language;
355 .\" see
356 .\" .Xr Tcl n
357 .\" .Bl -tag -width ".Pa kerberos5/" -compact
358 .\" .It Pa generic/
359 .\" ???
360 .\" .It Pa unix/
361 .\" ???
362 .\" .El
363 .It Pa ufs/
364 C include files for UFS (The U-word File System)
365 .Bl -tag -width ".Pa kerberos5/" -compact
366 .It Pa ffs/
367 Fast file system
368 .It Pa ufs/
369 UFS file system
370 .El
371 .It Pa vm/
372 virtual memory;
373 see
374 .Xr vmstat 8
375 .El
376 .Pp
377 .It Pa lib/
378 shared and archive
379 .Xr ar 1 Ns -type
380 libraries
381 .Bl -tag -width Fl -compact
382 .It Pa aout/
383 a.out archive libraries
384 .It Pa compat/
385 shared libraries for compatibility
386 .Bl -tag -width Fl -compact
387 .It Pa aout/
388 a.out backward compatibility libraries
389 .El
390 .It Pa dtrace/
391 DTrace library scripts
392 .It Pa engines/
393 OpenSSL (Cryptography/SSL toolkit) dynamically loadable engines
394 .It Pa private/
395 Private system libraries not for use by third-party programs.
396 ABI and API stability are not guaranteed.
397 .El
398 .Pp
399 .It Pa libdata/
400 miscellaneous utility data files
401 .Bl -tag -width Fl -compact
402 .It Pa gcc/
403 .Xr gcc 1
404 configuration data
405 .It Pa ldscripts/
406 linker scripts;
407 see
408 .Xr ld 1
409 .It Pa lint/
410 various prebuilt lint libraries;
411 see
412 .Xr lint 1
413 .El
414 .Pp
415 .It Pa libexec/
416 system daemons & system utilities (executed by other programs)
417 .Bl -tag -width Fl -compact
418 .It Pa aout/
419 utilities to manipulate a.out executables
420 .It Pa elf/
421 utilities to manipulate ELF executables
422 .It Pa lpr/
423 utilities and filters for LP print system;
424 see
425 .Xr lpr 1
426 .It Pa sendmail/
427 the
428 .Xr sendmail 8
429 binary;
430 see
431 .Xr mailwrapper 8
432 .It Pa sm.bin/
433 restricted shell for
434 .Xr sendmail 8 ;
435 see
436 .Xr smrsh 8
437 .El
438 .Pp
439 .It Pa local/
440 local executables, libraries, etc.
441 Also used as the default destination for the
442 .Fx
443 ports framework.
444 Within
445 .Pa local/ ,
446 the general layout sketched out by
447 .Nm
448 for
449 .Pa /usr
450 should be used.
451 Exceptions are the
452 .Pa man
453 directory
454 .Po directly under
455 .Pa local/
456 rather than under
457 .Pa local/share/ Ns Pc ,
458 ports documentation
459 .Po in
460 .Pa share/doc/<port>/ Ns Pc ,
461 and
462 .Pa /usr/local/etc
463 .Po mimics
464 .Pa /etc Ns Pc .
465 .It Pa obj/
466 architecture-specific target tree produced by building the
467 .Pa /usr/src
468 tree
469 .It Pa ports/
470 The
471 .Fx
472 ports collection (optional).
473 .It Pa sbin/
474 system daemons & system utilities (executed by users)
475 .It Pa share/
476 architecture-independent files
477 .Pp
478 .Bl -tag -width ".Pa calendar/" -compact
479 .It Pa calendar/
480 a variety of pre-fab calendar files;
481 see
482 .Xr calendar 1
483 .It Pa dict/
484 word lists;
485 see
486 .Xr look 1
487 .Pp
488 .Bl -tag -width Fl -compact
489 .It Pa freebsd
490 .Fx Ns -specific
491 terms, proper names, and jargon
492 .It Pa words
493 common words
494 .It Pa web2
495 words from Webster's 2nd International
496 .It Pa papers/
497 reference databases;
498 see
499 .Xr refer 1
500 .El
501 .Pp
502 .It Pa doc/
503 miscellaneous documentation;
504 source for most of the printed
505 .Bx
506 manuals (available
507 from the
508 .Tn USENIX
509 association)
510 .Bl -tag -width Fl -compact
511 .It Pa FAQ/
512 Frequently Asked Questions
513 .It Pa IPv6/
514 implementation notes for IPv6
515 .It Pa bind/
516 documents pertaining to BIND (the Berkeley Internet Name Domain)
517 .It Pa es/
518 Spanish translations of documents in /usr/share/doc
519 .It Pa handbook/
520 .Fx
521 Handbook
522 .It Pa ja/
523 Japanese translations of documents in /usr/share/doc
524 .It Pa legal/
525 License files for vendor supplied firmwares
526 .It Pa ncurses/
527 HTML documents pertaining to ncurses;
528 see
529 .Xr ncurses 3
530 .It Pa ntp/
531 HTML documents pertaining to the Network Time Protocol
532 .It Pa papers/
533 UNIX Papers
534 .It Pa psd/
535 UNIX Programmer's Supplementary Documents
536 .It Pa ru/
537 Russian translations of documents in /usr/share/doc
538 .It Pa smm/
539 UNIX System Manager's Manual
540 .It Pa tutorials/
541 .Fx
542 tutorials
543 .It Pa usd/
544 UNIX User's Supplementary Documents
545 .It Pa zh/
546 Chinese translations of documents in /usr/share/doc
547 .El
548 .Pp
549 .It Pa examples/
550 various examples for users and programmers
551 .It Pa games/
552 ASCII text files used by various games
553 .It Pa groff_font/
554 device description file for device name
555 .It Pa info/
556 GNU Info hypertext system
557 .It Pa keys/
558 known trusted and revoked keys.
559 .Bl -tag -width ".Pa keys/pkg/" -compact
560 .It Pa keys/pkg/
561 fingerprints for
562 .Xr pkg 7
563 and
564 .Xr pkg 8
565 .El
566 .Pp
567 .It Pa locale/
568 localization files;
569 see
570 .Xr setlocale 3
571 .It Pa man/
572 manual pages
573 .It Pa mdocml/
574 data files used by mdocml
575 .It Pa me/
576 macros for use with the me macro package;
577 see
578 .Xr me 7
579 .It Pa misc/
580 miscellaneous system-wide ASCII text files
581 .Bl -tag -width Fl -compact
582 .It Pa fonts/
583 ???
584 .It Pa termcap
585 terminal characteristics database;
586 see
587 .Xr termcap 5
588 .El
589 .It Pa mk/
590 templates for make;
591 see
592 .Xr make 1
593 .It Pa nls/
594 national language support files;
595 see
596 .Xr mklocale 1
597 .It Pa security/
598 data files for security policies such as
599 .Xr mac_lomac 4
600 .It Pa sendmail/
601 .Xr sendmail 8
602 configuration files
603 .It Pa skel/
604 example
605 .Pa .\&
606 (dot) files for new accounts
607 .It Pa snmp/
608 MIBs, example files and tree definitions for the SNMP daemon.
609 .Bl -tag -width Fl -compact
610 .It Pa defs/
611 Tree definition files for use with
612 .Xr gensnmptree 1
613 .It Pa mibs/
614 MIB files
615 .El
616 .It Pa syscons/
617 files used by syscons;
618 see
619 .Xr syscons 4
620 .Bl -tag -width ".Pa scrnmaps/" -compact
621 .It Pa fonts/
622 console fonts;
623 see
624 .Xr vidcontrol 1
625 and
626 .Xr vidfont 1
627 .It Pa keymaps/
628 console keyboard maps;
629 see
630 .Xr kbdcontrol 1
631 and
632 .Xr kbdmap 1
633 .It Pa scrnmaps/
634 console screen maps
635 .El
636 .It Pa tabset/
637 tab description files for a variety of terminals; used in
638 the termcap file;
639 see
640 .Xr termcap 5
641 .It Pa tmac/
642 text processing macros;
643 see
644 .Xr nroff 1
645 and
646 .Xr troff 1
647 .It Pa vi/
648 localization support and utilities for
649 .Xr vi 1
650 .It Pa zoneinfo/
651 timezone configuration information;
652 see
653 .Xr tzfile 5
654 .El
655 .It Pa vt/
656 files used by vt;
657 see
658 .Xr vt 4
659 .Bl -tag -width ".Pa scrnmaps/" -compact
660 .It Pa fonts/
661 console fonts;
662 see
663 .Xr vidcontrol 1
664 and
665 .Xr vidfont 1
666 .It Pa keymaps/
667 console keyboard maps;
668 see
669 .Xr kbdcontrol 1
670 and
671 .Xr kbdmap 1
672 .\" .It Pa scrnmaps/
673 .\" console screen maps
674 .El
675 .It Pa src/
676 .Bx ,
677 third-party, and/or local source files
678 .Pp
679 .Bl -tag -width ".Pa kerberos5/" -compact
680 .It Pa bin/
681 source code for files in /bin
682 .It Pa cddl/
683 Utilities covered by the Common Development and Distribution License
684 .It Pa contrib/
685 source code for contributed software
686 .It Pa crypto/
687 source code for contributed cryptography software
688 .It Pa etc/
689 source code for files in
690 .Pa /etc
691 .It Pa games/
692 source code for files in
693 .Pa /usr/games
694 .It Pa gnu/
695 Utilities covered by the GNU General Public License
696 .It Pa include/
697 source code for files in
698 .Pa /usr/include
699 .It Pa kerberos5/
700 build infrastructure for kerberos version 5
701 .It Pa lib/
702 source code for files in
703 .Pa /usr/lib
704 .It Pa libexec/
705 source code for files in
706 .Pa /usr/libexec
707 .It Pa release/
708 files required to produce a
709 .Fx
710 release
711 .It Pa sbin/
712 source code for files in
713 .Pa /sbin
714 .It Pa secure/
715 build directory for files in
716 .Pa /usr/src/crypto
717 .It Pa share/
718 source for files in
719 .Pa /usr/share
720 .It Pa sys/
721 kernel source code
722 .It Pa tools/
723 tools used for maintenance and testing of
724 .Fx
725 .It Pa usr.bin/
726 source code for files in
727 .Pa /usr/bin
728 .It Pa usr.sbin/
729 source code for files in
730 .Pa /usr/sbin
731 .El
732 .Pp
733 .It Pa tests/
734 The
735 .Fx
736 test suite.
737 See
738 .Xr tests 7
739 for more details.
740 .El
741 .It Pa /var/
742 multi-purpose log, temporary, transient, and spool files
743 .Pp
744 .Bl -tag -width ".Pa preserve/" -compact
745 .It Pa account/
746 system accounting files
747 .Pp
748 .Bl -tag -width Fl -compact
749 .It Pa acct
750 execution accounting file;
751 see
752 .Xr acct 5
753 .El
754 .Pp
755 .It Pa at/
756 timed command scheduling files;
757 see
758 .Xr \&at 1
759 .Bl -tag -width ".Pa preserve/" -compact
760 .It Pa jobs/
761 directory containing job files
762 .It Pa spool/
763 directory containing output spool files
764 .El
765 .Pp
766 .It Pa backups/
767 miscellaneous backup files
768 .It Pa cache/
769 miscellaneous cached files
770 .Bl -tag -width ".Pa pkg/" -compact
771 .It Pa pkg/
772 cached packages for
773 .Xr pkg 8
774 .El
775 .Pp
776 .It Pa crash/
777 default directory to store kernel crash dumps; see
778 .Xr crash 8
779 and
780 .Xr savecore 8
781 .It Pa cron/
782 files used by cron;
783 see
784 .Xr cron 8
785 .Bl -tag -width ".Pa preserve/" -compact
786 .It Pa tabs/
787 crontab files;
788 see
789 .Xr crontab 5
790 .El
791 .Pp
792 .It Pa db/
793 miscellaneous automatically generated system-specific database files
794 .It Pa empty/
795 empty directory for use by programs that need a specifically empty directory.
796 Used for instance by
797 .Xr sshd 8
798 for privilege separation.
799 .It Pa games/
800 miscellaneous game status and score files
801 .It Pa heimdal/
802 kerberos server databases; see
803 .Xr kdc 8
804 .It Pa log/
805 miscellaneous system log files
806 .Pp
807 .Bl -tag -width Fl -compact
808 .It Pa utx.lastlogin
809 last login log;
810 see
811 .Xr getutxent 3
812 .It Pa utx.log
813 login/logout log;
814 see
815 .Xr getutxent 3
816 .El
817 .Pp
818 .It Pa mail/
819 user mailbox files
820 .It Pa msgs/
821 system messages database;
822 see
823 .Xr msgs 1
824 .It Pa preserve/
825 temporary home of files preserved after an accidental death
826 of an editor;
827 see
828 .Xr \&ex 1
829 .It Pa quotas/
830 file system quota information files
831 .It Pa run/
832 system information files describing various info about
833 system since it was booted
834 .Pp
835 .Bl -tag -width Fl -compact
836 .It Pa ppp/
837 writable by the
838 .Dq network
839 group for command connection sockets; see
840 .Xr ppp 8
841 .It Pa utx.active
842 database of current users;
843 see
844 .Xr getutxent 3
845 .El
846 .Pp
847 .It Pa rwho/
848 rwho data files;
849 see
850 .Xr rwhod 8 ,
851 .Xr rwho 1 ,
852 and
853 .Xr ruptime 1
854 .It Pa spool/
855 miscellaneous printer and mail system spooling directories
856 .Pp
857 .Bl -tag -width Fl -compact
858 .It Pa clientmqueue/
859 undelivered submission mail queue;
860 see
861 .Xr sendmail 8
862 .It Pa ftp/
863 commonly ~ftp; the anonymous ftp root directory
864 .It Pa mqueue/
865 undelivered mail queue;
866 see
867 .Xr sendmail 8
868 .It Pa output/
869 line printer spooling directories
870 .El
871 .Pp
872 .It Pa tmp/
873 temporary files that are kept between system reboots
874 .Bl -tag -width Fl -compact
875 .It Pa vi.recover/
876 the directory where recovery files are stored
877 .El
878 .It Pa yp/
879 the NIS maps
880 .El
881 .El
882 .Sh NOTES
883 This manual page documents the default
884 .Fx
885 file system layout, but
886 the actual hierarchy on a given system is defined at the system
887 administrator's discretion.
888 A well-maintained installation will include a customized version of
889 this document.
890 .Sh SEE ALSO
891 .Xr apropos 1 ,
892 .Xr find 1 ,
893 .Xr finger 1 ,
894 .Xr grep 1 ,
895 .Xr ls 1 ,
896 .Xr whatis 1 ,
897 .Xr whereis 1 ,
898 .Xr which 1 ,
899 .Xr fd 4 ,
900 .Xr devfs 5 ,
901 .Xr fsck 8
902 .Sh HISTORY
903 A
904 .Nm
905 manual page appeared in
906 .At v7 .