]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/man/man7/hier.7
Remove mentions of recently removed /usr/share/doc/ subdirectories
[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 June 10, 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 .It Pa lint/
368 various prebuilt lint libraries;
369 see
370 .Xr lint 1
371 .El
372 .Pp
373 .It Pa libexec/
374 system daemons & system utilities (executed by other programs)
375 .Bl -tag -width Fl -compact
376 .It Pa aout/
377 utilities to manipulate a.out executables
378 .It Pa elf/
379 utilities to manipulate ELF executables
380 .It Pa lpr/
381 utilities and filters for LP print system;
382 see
383 .Xr lpr 1
384 .It Pa sendmail/
385 the
386 .Xr sendmail 8
387 binary;
388 see
389 .Xr mailwrapper 8
390 .It Pa sm.bin/
391 restricted shell for
392 .Xr sendmail 8 ;
393 see
394 .Xr smrsh 8
395 .El
396 .Pp
397 .It Pa local/
398 local executables, libraries, etc.
399 Also used as the default destination for the
400 .Xr ports 7
401 framework.
402 Within
403 .Pa local/ ,
404 the general layout sketched out by
405 .Nm
406 for
407 .Pa /usr
408 should be used.
409 Exceptions are the
410 .Pa man
411 directory
412 .Po directly under
413 .Pa local/
414 rather than under
415 .Pa local/share/ Ns Pc ,
416 ports documentation
417 .Po in
418 .Pa share/doc/<port>/ Ns Pc ,
419 and
420 .Pa /usr/local/etc
421 .Po mimics
422 .Pa /etc Ns Pc .
423 .It Pa obj/
424 architecture-specific target tree produced by building the
425 .Pa /usr/src
426 tree
427 .It Pa ports/
428 .Xr ports 7 ,
429 the
430 .Fx
431 ports collection.
432 .It Pa sbin/
433 system daemons & system utilities (executed by users)
434 .It Pa share/
435 architecture-independent files
436 .Pp
437 .Bl -tag -width "calendar/" -compact
438 .It Pa calendar/
439 a variety of pre-fab calendar files;
440 see
441 .Xr calendar 1
442 .It Pa dict/
443 word lists;
444 see
445 .Xr look 1
446 .Pp
447 .Bl -tag -width Fl -compact
448 .It Pa freebsd
449 .Fx Ns -specific
450 terms, proper names, and jargon
451 .It Pa web2
452 words from Webster's 2nd International
453 .El
454 .Pp
455 .It Pa doc/
456 miscellaneous documentation;
457 source for most of the printed
458 .Bx
459 manuals (available
460 from the
461 .Tn USENIX
462 association)
463 .Bl -tag -width Fl -compact
464 .It Pa FAQ/
465 Frequently Asked Questions
466 .It Pa IPv6/
467 implementation notes for IPv6
468 .It Pa es/
469 Spanish translations of documents in /usr/share/doc
470 .It Pa handbook/
471 .Fx
472 Handbook
473 .It Pa ja/
474 Japanese translations of documents in /usr/share/doc
475 .It Pa legal/
476 License files for vendor supplied firmwares
477 .It Pa ncurses/
478 HTML documents pertaining to ncurses;
479 see
480 .Xr ncurses 3
481 .It Pa ntp/
482 HTML documents pertaining to the Network Time Protocol
483 .It Pa ru/
484 Russian translations of documents in /usr/share/doc
485 .It Pa tutorials/
486 .Fx
487 tutorials
488 .It Pa zh/
489 Chinese translations of documents in /usr/share/doc
490 .El
491 .Pp
492 .It Pa examples/
493 various examples for users and programmers
494 .It Pa firmware/
495 firmware images loaded by userland programs
496 .It Pa games/
497 ASCII text files used by various games
498 .It Pa keys/
499 known trusted and revoked keys.
500 .Bl -tag -width "pkg/" -compact
501 .It Pa pkg/
502 fingerprints for
503 .Xr pkg 7
504 and
505 .Xr pkg 8
506 .El
507 .Pp
508 .It Pa locale/
509 localization files;
510 see
511 .Xr setlocale 3
512 .It Pa man/
513 manual pages
514 .It Pa misc/
515 miscellaneous system-wide ASCII text files
516 .Bl -tag -width Fl -compact
517 .It Pa fonts/
518 ???
519 .It Pa termcap
520 terminal characteristics database;
521 see
522 .Xr termcap 5
523 .El
524 .It Pa mk/
525 templates for make;
526 see
527 .Xr make 1
528 .It Pa nls/
529 national language support files;
530 see
531 .Xr mklocale 1
532 .It Pa security/
533 data files for security policies such as
534 .Xr mac_lomac 4
535 .It Pa sendmail/
536 .Xr sendmail 8
537 configuration files
538 .It Pa skel/
539 example
540 .Pa .\&
541 (dot) files for new accounts
542 .It Pa snmp/
543 MIBs, example files and tree definitions for the SNMP daemon.
544 .Bl -tag -width Fl -compact
545 .It Pa defs/
546 tree definition files for use with
547 .Xr gensnmptree 1
548 .It Pa mibs/
549 MIB files
550 .El
551 .It Pa syscons/
552 files used by syscons;
553 see
554 .Xr syscons 4
555 .Bl -tag -width "scrnmaps/" -compact
556 .It Pa fonts/
557 console fonts;
558 see
559 .Xr vidcontrol 1
560 and
561 .Xr vidfont 1
562 .It Pa keymaps/
563 console keyboard maps;
564 see
565 .Xr kbdcontrol 1
566 and
567 .Xr kbdmap 1
568 .It Pa scrnmaps/
569 console screen maps
570 .El
571 .It Pa tabset/
572 tab description files for a variety of terminals; used in
573 the termcap file;
574 see
575 .Xr termcap 5
576 .It Pa vi/
577 localization support and utilities for
578 .Xr vi 1
579 .It Pa vt/
580 files used by vt;
581 see
582 .Xr vt 4
583 .Bl -tag -width "scrnmaps/" -compact
584 .It Pa fonts/
585 console fonts;
586 see
587 .Xr vidcontrol 1
588 and
589 .Xr vidfont 1
590 .It Pa keymaps/
591 console keyboard maps;
592 see
593 .Xr kbdcontrol 1
594 and
595 .Xr kbdmap 1
596 .\" .It Pa scrnmaps/
597 .\" console screen maps
598 .El
599 .It Pa zoneinfo/
600 timezone configuration information;
601 see
602 .Xr tzfile 5
603 .El
604 .It Pa src/
605 .Bx ,
606 third-party, and/or local source files
607 .Pp
608 .Bl -tag -width "kerberos5/" -compact
609 .It Pa bin/
610 source code for files in /bin
611 .It Pa cddl/
612 utilities covered by the Common Development and Distribution License
613 .It Pa contrib/
614 source code for contributed software
615 .It Pa crypto/
616 source code for contributed cryptography software
617 .It Pa etc/
618 source code for files in
619 .Pa /etc
620 .It Pa gnu/
621 utilities covered by the GNU General Public License
622 .It Pa include/
623 source code for files in
624 .Pa /usr/include
625 .It Pa kerberos5/
626 build infrastructure for kerberos version 5
627 .It Pa lib/
628 source code for files in
629 .Pa /lib
630 and
631 .Pa /usr/lib
632 .It Pa libexec/
633 source code for files in
634 .Pa /usr/libexec
635 .It Pa release/
636 files required to produce a
637 .Fx
638 release
639 .It Pa rescue/
640 source code for files in
641 .Pa /rescue
642 .It Pa sbin/
643 source code for files in
644 .Pa /sbin
645 .It Pa secure/
646 build directory for files in
647 .Pa /usr/src/crypto
648 .It Pa share/
649 source for files in
650 .Pa /usr/share
651 .It Pa sys/
652 kernel source code
653 .Bl -tag -width "opencrypto/" -compact
654 .It Pa amd64/
655 AMD64 architecture support
656 .It Pa arm/
657 ARM architecture support
658 .It Pa arm64/
659 ARMv8 architecture support
660 .It Pa boot/
661 bootloader code
662 .It Pa cam/
663 .Xr cam 4
664 and
665 .Xr ctl 4
666 .It Pa cddl/
667 CDDL-licensed optional sources, including ZFS
668 and DTrace
669 .It Pa ddb/
670 .Xr ddb 4
671 .It Pa fs/
672 most filesystems
673 .It Pa dev/
674 device drivers
675 .It Pa geom/
676 .Xr geom 4
677 .It Pa i386/
678 i386 (32 bit) architecture support
679 .It Pa kern/
680 main part of the kernel
681 .It Pa mips/
682 MIPS architecture support
683 .It Pa net80211/
684 .Xr net80211 4
685 .It Pa netgraph/
686 .Xr netgraph 4
687 .It Pa netinet/
688 .Xr inet 4
689 .It Pa netinet6/
690 .Xr inet6 4
691 .It Pa netipsec/
692 .Xr ipsec 4
693 .It Pa netpfil/
694 .Xr ipfw 4
695 and
696 .Xr pf 4
697 .It Pa opencrypto/
698 .Xr crypto 7
699 .It Pa powerpc/
700 PowerPC/POWER architecture support
701 .It Pa riscv/
702 RISC-V architecture support
703 .It Pa security/
704 .Xr audit 4
705 and
706 .Xr mac 4
707 .It Pa sparc64/
708 SPARC64 architecture support
709 .It Pa sys/
710 kernel headers
711 .It Pa ufs/
712 Unix File System
713 .It Pa x86/
714 code shared by AMD64 and i386 architectures
715 .El
716 .It Pa targets/
717 support for experimental DIRDEPS_BUILD
718 .It Pa tests/
719 source code for files in
720 .Pa /usr/tests
721 .It Pa tools/
722 tools used for maintenance and testing of
723 .Fx
724 .It Pa usr.bin/
725 source code for files in
726 .Pa /usr/bin
727 .It Pa usr.sbin/
728 source code for files in
729 .Pa /usr/sbin
730 .El
731 .Pp
732 .It Pa tests/
733 The
734 .Fx
735 test suite.
736 See
737 .Xr tests 7
738 for more details.
739 .El
740 .It Pa /var/
741 multi-purpose log, temporary, transient, and spool files
742 .Pp
743 .Bl -tag -width "preserve/" -compact
744 .It Pa account/
745 system accounting files
746 .Pp
747 .Bl -tag -width Fl -compact
748 .It Pa acct
749 execution accounting file;
750 see
751 .Xr acct 5
752 .El
753 .Pp
754 .It Pa at/
755 timed command scheduling files;
756 see
757 .Xr \&at 1
758 .Bl -tag -width "preserve/" -compact
759 .It Pa jobs/
760 directory containing job files
761 .It Pa spool/
762 directory containing output spool files
763 .El
764 .Pp
765 .It Pa backups/
766 miscellaneous backup files
767 .It Pa cache/
768 miscellaneous cached files
769 .Bl -tag -width "pkg/" -compact
770 .It Pa pkg/
771 cached packages for
772 .Xr pkg 8
773 .El
774 .Pp
775 .It Pa crash/
776 default directory to store kernel crash dumps; see
777 .Xr crash 8
778 and
779 .Xr savecore 8
780 .It Pa cron/
781 files used by cron;
782 see
783 .Xr cron 8
784 .Bl -tag -width "preserve/" -compact
785 .It Pa tabs/
786 crontab files;
787 see
788 .Xr crontab 5
789 .El
790 .Pp
791 .It Pa db/
792 miscellaneous automatically generated system-specific database files
793 .It Pa empty/
794 empty directory for use by programs that need a specifically empty directory.
795 Used for instance by
796 .Xr sshd 8
797 for privilege separation.
798 .It Pa games/
799 miscellaneous game status and score files
800 .It Pa heimdal/
801 kerberos server databases; see
802 .Xr kdc 8
803 .It Pa log/
804 miscellaneous system log files
805 .Pp
806 .Bl -tag -width Fl -compact
807 .It Pa utx.lastlogin
808 last login log;
809 see
810 .Xr getutxent 3
811 .It Pa utx.log
812 login/logout log;
813 see
814 .Xr getutxent 3
815 .El
816 .Pp
817 .It Pa mail/
818 user mailbox files
819 .It Pa msgs/
820 system messages database;
821 see
822 .Xr msgs 1
823 .It Pa preserve/
824 temporary home of files preserved after an accidental death
825 of an editor;
826 see
827 .Xr \&ex 1
828 .It Pa quotas/
829 file system quota information files
830 .It Pa run/
831 system information files describing various info about
832 system since it was booted
833 .Pp
834 .Bl -tag -width Fl -compact
835 .It Pa ppp/
836 writable by the
837 .Dq network
838 group for command connection sockets; see
839 .Xr ppp 8
840 .It Pa utx.active
841 database of current users;
842 see
843 .Xr getutxent 3
844 .El
845 .Pp
846 .It Pa rwho/
847 rwho data files;
848 see
849 .Xr rwhod 8 ,
850 .Xr rwho 1 ,
851 and
852 .Xr ruptime 1
853 .It Pa spool/
854 miscellaneous printer and mail system spooling directories
855 .Pp
856 .Bl -tag -width Fl -compact
857 .It Pa clientmqueue/
858 undelivered submission mail queue;
859 see
860 .Xr sendmail 8
861 .It Pa ftp/
862 commonly ~ftp; the anonymous ftp root directory
863 .It Pa mqueue/
864 undelivered mail queue;
865 see
866 .Xr sendmail 8
867 .It Pa output/
868 line printer spooling directories
869 .El
870 .Pp
871 .It Pa tmp/
872 temporary files that are kept between system reboots
873 .Bl -tag -width Fl -compact
874 .It Pa vi.recover/
875 the directory where recovery files are stored
876 .El
877 .It Pa yp/
878 the NIS maps
879 .El
880 .El
881 .Sh NOTES
882 This manual page documents the default
883 .Fx
884 file system layout, but
885 the actual hierarchy on a given system is defined at the system
886 administrator's discretion.
887 A well-maintained installation will include a customized version of
888 this document.
889 .Sh SEE ALSO
890 .Xr apropos 1 ,
891 .Xr find 1 ,
892 .Xr finger 1 ,
893 .Xr grep 1 ,
894 .Xr ls 1 ,
895 .Xr whatis 1 ,
896 .Xr whereis 1 ,
897 .Xr which 1 ,
898 .Xr fd 4 ,
899 .Xr devfs 5 ,
900 .Xr fsck 8
901 .Sh HISTORY
902 A
903 .Nm
904 manual page appeared in
905 .At v7 .