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