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