]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/man/man7/hier.7
Merge compiler-rt trunk r321414 to contrib/compiler-rt.
[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 December 3, 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 wi/
224 .Xr wi 4
225 WaveLAN driver
226 .El
227 .It Pa fs/
228 .Bl -tag -width "kerberos5/" -compact
229 .It Pa fdescfs/
230 per-process file descriptors file system
231 .It Pa msdosfs/
232 MS-DOS file system
233 .It Pa nfs/
234 C include files for NFS (Network File System) version 2, 3 and 4
235 .It Pa nullfs/
236 loopback file system
237 .It Pa procfs/
238 process file system
239 .It Pa smbfs/
240 SMB/CIFS file system
241 .It Pa udf/
242 UDF file system
243 .It Pa unionfs
244 union file system
245 .El
246 .It Pa geom/
247 GEOM framework
248 .Bl -tag -width "kerberos5/" -compact
249 .It Pa concat/
250 CONCAT GEOM class
251 .It Pa gate/
252 GATE GEOM class
253 .It Pa mirror/
254 MIRROR GEOM class
255 .It Pa nop/
256 NOP GEOM class
257 .It Pa raid3/
258 RAID3 GEOM class
259 .It Pa stripe/
260 STRIPE GEOM class
261 .El
262 .Pp
263 .It Pa libmilter/
264 C include files for libmilter,
265 the
266 .Xr sendmail 8
267 mail filter API
268 .It Pa machine/
269 machine-specific C include files
270 .It Pa net/
271 miscellaneous network C include files
272 .Bl -tag -width "altq/" -compact
273 .It Pa altq/
274 C include files for alternate queueing
275 .El
276 .It Pa net80211/
277 C include files for 802.11 wireless networking;
278 see
279 .Xr net80211 4
280 .It Pa netinet/
281 C include files for Internet standard protocols;
282 see
283 .Xr inet 4
284 .It Pa netinet6/
285 C include files for Internet protocol version 6;
286 see
287 .Xr inet6 4
288 .It Pa netipsec/
289 kernel key-management service;
290 see
291 .Xr ipsec 4
292 .It Pa netsmb/
293 SMB/CIFS requester
294 .It Pa nfs/
295 C include files for NFS (Network File System) version 2 and 3 (legacy)
296 .It Pa openssl/
297 OpenSSL (Cryptography/SSL toolkit) headers
298 .It Pa protocols/
299 C include files for Berkeley service protocols
300 .It Pa rpc/
301 remote procedure calls;
302 see
303 .Xr rpc 3
304 .It Pa rpcsvc/
305 definition of RPC service structures; see
306 .Xr rpc 3
307 .It Pa security/
308 PAM; see
309 .Xr pam 8
310 .It Pa sys/
311 system C include files (kernel data structures)
312 .\" .It Pa tcl/
313 .\" Tcl language;
314 .\" see
315 .\" .Xr Tcl n
316 .\" .Bl -tag -width "kerberos5/" -compact
317 .\" .It Pa generic/
318 .\" ???
319 .\" .It Pa unix/
320 .\" ???
321 .\" .El
322 .It Pa ufs/
323 C include files for UFS (The U-word File System)
324 .Bl -tag -width "kerberos5/" -compact
325 .It Pa ffs/
326 Fast file system
327 .It Pa ufs/
328 UFS file system
329 .El
330 .It Pa vm/
331 virtual memory;
332 see
333 .Xr vmstat 8
334 .El
335 .Pp
336 .It Pa lib/
337 shared and archive
338 .Xr ar 1 Ns -type
339 libraries
340 .Bl -tag -width Fl -compact
341 .It Pa aout/
342 a.out archive libraries
343 .It Pa compat/
344 shared libraries for compatibility
345 .Bl -tag -width Fl -compact
346 .It Pa aout/
347 a.out backward compatibility libraries
348 .El
349 .It Pa debug/
350 standalone debug data for the kernel and base system libraries and binaries
351 .It Pa dtrace/
352 DTrace library scripts
353 .It Pa engines/
354 OpenSSL (Cryptography/SSL toolkit) dynamically loadable engines
355 .El
356 .Pp
357 .It Pa libdata/
358 miscellaneous utility data files
359 .Bl -tag -width Fl -compact
360 .It Pa gcc/
361 .Xr gcc 1
362 configuration data
363 .It Pa ldscripts/
364 linker scripts;
365 see
366 .Xr ld 1
367 .El
368 .Pp
369 .It Pa libexec/
370 system daemons & system utilities (executed by other programs)
371 .Bl -tag -width Fl -compact
372 .It Pa aout/
373 utilities to manipulate a.out executables
374 .It Pa elf/
375 utilities to manipulate ELF executables
376 .It Pa lpr/
377 utilities and filters for LP print system;
378 see
379 .Xr lpr 1
380 .It Pa sendmail/
381 the
382 .Xr sendmail 8
383 binary;
384 see
385 .Xr mailwrapper 8
386 .It Pa sm.bin/
387 restricted shell for
388 .Xr sendmail 8 ;
389 see
390 .Xr smrsh 8
391 .El
392 .Pp
393 .It Pa local/
394 local executables, libraries, etc.
395 Also used as the default destination for the
396 .Xr ports 7
397 framework.
398 Within
399 .Pa local/ ,
400 the general layout sketched out by
401 .Nm
402 for
403 .Pa /usr
404 should be used.
405 Exceptions are the
406 .Pa man
407 directory
408 .Po directly under
409 .Pa local/
410 rather than under
411 .Pa local/share/ Ns Pc ,
412 ports documentation
413 .Po in
414 .Pa share/doc/<port>/ Ns Pc ,
415 and
416 .Pa /usr/local/etc
417 .Po mimics
418 .Pa /etc Ns Pc .
419 .It Pa obj/
420 architecture-specific target tree produced by building the
421 .Pa /usr/src
422 tree
423 .It Pa ports/
424 .Xr ports 7 ,
425 the
426 .Fx
427 ports collection.
428 .It Pa sbin/
429 system daemons & system utilities (executed by users)
430 .It Pa share/
431 architecture-independent files
432 .Pp
433 .Bl -tag -width "calendar/" -compact
434 .It Pa calendar/
435 a variety of pre-fab calendar files;
436 see
437 .Xr calendar 1
438 .It Pa dict/
439 word lists;
440 see
441 .Xr look 1
442 .Pp
443 .Bl -tag -width Fl -compact
444 .It Pa freebsd
445 .Fx Ns -specific
446 terms, proper names, and jargon
447 .It Pa web2
448 words from Webster's 2nd International
449 .El
450 .Pp
451 .It Pa doc/
452 miscellaneous documentation;
453 source for most of the printed
454 .Bx
455 manuals (available
456 from the
457 .Tn USENIX
458 association)
459 .Bl -tag -width Fl -compact
460 .It Pa FAQ/
461 Frequently Asked Questions
462 .It Pa IPv6/
463 implementation notes for IPv6
464 .It Pa es/
465 Spanish translations of documents in /usr/share/doc
466 .It Pa handbook/
467 .Fx
468 Handbook
469 .It Pa ja/
470 Japanese translations of documents in /usr/share/doc
471 .It Pa legal/
472 License files for vendor supplied firmwares
473 .It Pa ncurses/
474 HTML documents pertaining to ncurses;
475 see
476 .Xr ncurses 3
477 .It Pa ntp/
478 HTML documents pertaining to the Network Time Protocol
479 .It Pa ru/
480 Russian translations of documents in /usr/share/doc
481 .It Pa tutorials/
482 .Fx
483 tutorials
484 .It Pa zh/
485 Chinese translations of documents in /usr/share/doc
486 .El
487 .Pp
488 .It Pa examples/
489 various examples for users and programmers
490 .It Pa firmware/
491 firmware images loaded by userland programs
492 .It Pa games/
493 ASCII text files used by various games
494 .It Pa keys/
495 known trusted and revoked keys.
496 .Bl -tag -width "pkg/" -compact
497 .It Pa pkg/
498 fingerprints for
499 .Xr pkg 7
500 and
501 .Xr pkg 8
502 .El
503 .Pp
504 .It Pa locale/
505 localization files;
506 see
507 .Xr setlocale 3
508 .It Pa man/
509 manual pages
510 .It Pa misc/
511 miscellaneous system-wide ASCII text files
512 .Bl -tag -width Fl -compact
513 .It Pa fonts/
514 ???
515 .It Pa termcap
516 terminal characteristics database;
517 see
518 .Xr termcap 5
519 .El
520 .It Pa mk/
521 templates for make;
522 see
523 .Xr make 1
524 .It Pa nls/
525 national language support files;
526 see
527 .Xr mklocale 1
528 .It Pa security/
529 data files for security policies such as
530 .Xr mac_lomac 4
531 .It Pa sendmail/
532 .Xr sendmail 8
533 configuration files
534 .It Pa skel/
535 example
536 .Pa .\&
537 (dot) files for new accounts
538 .It Pa snmp/
539 MIBs, example files and tree definitions for the SNMP daemon.
540 .Bl -tag -width Fl -compact
541 .It Pa defs/
542 tree definition files for use with
543 .Xr gensnmptree 1
544 .It Pa mibs/
545 MIB files
546 .El
547 .It Pa syscons/
548 files used by syscons;
549 see
550 .Xr syscons 4
551 .Bl -tag -width "scrnmaps/" -compact
552 .It Pa fonts/
553 console fonts;
554 see
555 .Xr vidcontrol 1
556 and
557 .Xr vidfont 1
558 .It Pa keymaps/
559 console keyboard maps;
560 see
561 .Xr kbdcontrol 1
562 and
563 .Xr kbdmap 1
564 .It Pa scrnmaps/
565 console screen maps
566 .El
567 .It Pa tabset/
568 tab description files for a variety of terminals; used in
569 the termcap file;
570 see
571 .Xr termcap 5
572 .It Pa vi/
573 localization support and utilities for
574 .Xr vi 1
575 .It Pa vt/
576 files used by vt;
577 see
578 .Xr vt 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 zoneinfo/
596 timezone configuration information;
597 see
598 .Xr tzfile 5
599 .El
600 .It Pa src/
601 .Bx ,
602 third-party, and/or local source files
603 .Pp
604 .Bl -tag -width "kerberos5/" -compact
605 .It Pa bin/
606 source code for files in /bin
607 .It Pa cddl/
608 utilities covered by the Common Development and Distribution License
609 .It Pa contrib/
610 source code for contributed software
611 .It Pa crypto/
612 source code for contributed cryptography software
613 .It Pa etc/
614 source code for files in
615 .Pa /etc
616 .It Pa gnu/
617 utilities covered by the GNU General Public License
618 .It Pa include/
619 source code for files in
620 .Pa /usr/include
621 .It Pa kerberos5/
622 build infrastructure for kerberos version 5
623 .It Pa lib/
624 source code for files in
625 .Pa /lib
626 and
627 .Pa /usr/lib
628 .It Pa libexec/
629 source code for files in
630 .Pa /usr/libexec
631 .It Pa release/
632 files required to produce a
633 .Fx
634 release
635 .It Pa rescue/
636 source code for files in
637 .Pa /rescue
638 .It Pa sbin/
639 source code for files in
640 .Pa /sbin
641 .It Pa secure/
642 build directory for files in
643 .Pa /usr/src/crypto
644 .It Pa share/
645 source for files in
646 .Pa /usr/share
647 .It Pa stand/
648 boot loader source code
649 .It Pa sys/
650 kernel source code
651 .Bl -tag -width "opencrypto/" -compact
652 .It Pa amd64/
653 AMD64 architecture support
654 .It Pa arm/
655 ARM architecture support
656 .It Pa arm64/
657 ARMv8 architecture support
658 .It Pa boot/
659 bootloader code
660 .It Pa cam/
661 .Xr cam 4
662 and
663 .Xr ctl 4
664 .It Pa cddl/
665 CDDL-licensed optional sources, including ZFS
666 and DTrace
667 .It Pa ddb/
668 .Xr ddb 4
669 .It Pa fs/
670 most filesystems
671 .It Pa dev/
672 device drivers
673 .It Pa geom/
674 .Xr geom 4
675 .It Pa i386/
676 i386 (32 bit) architecture support
677 .It Pa kern/
678 main part of the kernel
679 .It Pa mips/
680 MIPS architecture support
681 .It Pa net80211/
682 .Xr net80211 4
683 .It Pa netgraph/
684 .Xr netgraph 4
685 .It Pa netinet/
686 .Xr inet 4
687 .It Pa netinet6/
688 .Xr inet6 4
689 .It Pa netipsec/
690 .Xr ipsec 4
691 .It Pa netpfil/
692 .Xr ipfw 4
693 and
694 .Xr pf 4
695 .It Pa opencrypto/
696 .Xr crypto 7
697 .It Pa powerpc/
698 PowerPC/POWER architecture support
699 .It Pa riscv/
700 RISC-V architecture support
701 .It Pa security/
702 .Xr audit 4
703 and
704 .Xr mac 4
705 .It Pa sparc64/
706 SPARC64 architecture support
707 .It Pa sys/
708 kernel headers
709 .It Pa ufs/
710 Unix File System
711 .It Pa x86/
712 code shared by AMD64 and i386 architectures
713 .El
714 .It Pa targets/
715 support for experimental DIRDEPS_BUILD
716 .It Pa tests/
717 source code for files in
718 .Pa /usr/tests
719 .It Pa tools/
720 tools used for maintenance and testing of
721 .Fx
722 .It Pa usr.bin/
723 source code for files in
724 .Pa /usr/bin
725 .It Pa usr.sbin/
726 source code for files in
727 .Pa /usr/sbin
728 .El
729 .Pp
730 .It Pa tests/
731 The
732 .Fx
733 test suite.
734 See
735 .Xr tests 7
736 for more details.
737 .El
738 .It Pa /var/
739 multi-purpose log, temporary, transient, and spool files
740 .Pp
741 .Bl -tag -width "preserve/" -compact
742 .It Pa account/
743 system accounting files
744 .Pp
745 .Bl -tag -width Fl -compact
746 .It Pa acct
747 execution accounting file;
748 see
749 .Xr acct 5
750 .El
751 .Pp
752 .It Pa at/
753 timed command scheduling files;
754 see
755 .Xr \&at 1
756 .Bl -tag -width "preserve/" -compact
757 .It Pa jobs/
758 directory containing job files
759 .It Pa spool/
760 directory containing output spool files
761 .El
762 .Pp
763 .It Pa backups/
764 miscellaneous backup files
765 .It Pa cache/
766 miscellaneous cached files
767 .Bl -tag -width "pkg/" -compact
768 .It Pa pkg/
769 cached packages for
770 .Xr pkg 8
771 .El
772 .Pp
773 .It Pa crash/
774 default directory to store kernel crash dumps; see
775 .Xr crash 8
776 and
777 .Xr savecore 8
778 .It Pa cron/
779 files used by cron;
780 see
781 .Xr cron 8
782 .Bl -tag -width "preserve/" -compact
783 .It Pa tabs/
784 crontab files;
785 see
786 .Xr crontab 5
787 .El
788 .Pp
789 .It Pa db/
790 miscellaneous automatically generated system-specific database files
791 .It Pa empty/
792 empty directory for use by programs that need a specifically empty directory.
793 Used for instance by
794 .Xr sshd 8
795 for privilege separation.
796 .It Pa games/
797 miscellaneous game status and score files
798 .It Pa heimdal/
799 kerberos server databases; see
800 .Xr kdc 8
801 .It Pa log/
802 miscellaneous system log files
803 .Pp
804 .Bl -tag -width Fl -compact
805 .It Pa utx.lastlogin
806 last login log;
807 see
808 .Xr getutxent 3
809 .It Pa utx.log
810 login/logout log;
811 see
812 .Xr getutxent 3
813 .El
814 .Pp
815 .It Pa mail/
816 user mailbox files
817 .It Pa msgs/
818 system messages database;
819 see
820 .Xr msgs 1
821 .It Pa preserve/
822 temporary home of files preserved after an accidental death
823 of an editor;
824 see
825 .Xr \&ex 1
826 .It Pa quotas/
827 file system quota information files
828 .It Pa run/
829 system information files describing various info about
830 system since it was booted
831 .Pp
832 .Bl -tag -width Fl -compact
833 .It Pa ppp/
834 writable by the
835 .Dq network
836 group for command connection sockets; see
837 .Xr ppp 8
838 .It Pa utx.active
839 database of current users;
840 see
841 .Xr getutxent 3
842 .El
843 .Pp
844 .It Pa rwho/
845 rwho data files;
846 see
847 .Xr rwhod 8 ,
848 .Xr rwho 1 ,
849 and
850 .Xr ruptime 1
851 .It Pa spool/
852 miscellaneous printer and mail system spooling directories
853 .Pp
854 .Bl -tag -width Fl -compact
855 .It Pa clientmqueue/
856 undelivered submission mail queue;
857 see
858 .Xr sendmail 8
859 .It Pa ftp/
860 commonly ~ftp; the anonymous ftp root directory
861 .It Pa mqueue/
862 undelivered mail queue;
863 see
864 .Xr sendmail 8
865 .It Pa output/
866 line printer spooling directories
867 .El
868 .Pp
869 .It Pa tmp/
870 temporary files that are kept between system reboots
871 .Bl -tag -width Fl -compact
872 .It Pa vi.recover/
873 the directory where recovery files are stored
874 .El
875 .It Pa yp/
876 the NIS maps
877 .El
878 .El
879 .Sh NOTES
880 This manual page documents the default
881 .Fx
882 file system layout, but
883 the actual hierarchy on a given system is defined at the system
884 administrator's discretion.
885 A well-maintained installation will include a customized version of
886 this document.
887 .Sh SEE ALSO
888 .Xr apropos 1 ,
889 .Xr find 1 ,
890 .Xr finger 1 ,
891 .Xr grep 1 ,
892 .Xr ls 1 ,
893 .Xr whatis 1 ,
894 .Xr whereis 1 ,
895 .Xr which 1 ,
896 .Xr fd 4 ,
897 .Xr devfs 5 ,
898 .Xr fsck 8
899 .Sh HISTORY
900 A
901 .Nm
902 manual page appeared in
903 .At v7 .