]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/man/man7/hier.7
Add trivial usage example to ports(7).
[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 18, 2018
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 overlays/
67 Compiled flattened device tree (FDT) overlays; see
68 .Xr fdt 4
69 and
70 .Xr dtc 1
71 .It Pa zfs/
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 "defaults/" -compact
88 .It Pa fd/
89 file descriptor files;
90 see
91 .Xr \&fd 4
92 .El
93 .It Pa /etc/
94 system configuration files and scripts
95 .Pp
96 .Bl -tag -width "defaults/" -compact
97 .It Pa defaults/
98 default system configuration files;
99 see
100 .Xr rc 8
101 .It Pa bluetooth/
102 bluetooth configuration files
103 .It Pa localtime
104 local timezone information;
105 see
106 .Xr ctime 3
107 .It Pa mail/
108 Sendmail control files
109 .It Pa mtree/
110 mtree configuration files;
111 see
112 .Xr mtree 8
113 .It Pa pam.d/
114 configuration files for the Pluggable Authentication Modules (PAM)
115 library
116 .It Pa periodic/
117 scripts that are run daily, weekly, and monthly, via
118 .Xr cron 8 ;
119 see
120 .Xr periodic 8
121 .It Pa rc.d/
122 system and daemon startup/control scripts;
123 see
124 .Xr rc 8
125 .It Pa security/
126 OpenBSM audit configuration files;
127 see
128 .Xr audit 8
129 .It Pa ppp/
130 ppp configuration files;
131 see
132 .Xr ppp 8
133 .It Pa ssh/
134 OpenSSH configuration files;
135 see
136 .Xr ssh 1
137 .It Pa ssl/
138 OpenSSL configuration files
139 .El
140 .It Pa /lib/
141 critical system libraries needed for binaries in
142 .Pa /bin
143 and
144 .Pa /sbin
145 .Pp
146 .Bl -tag -width "defaults/" -compact
147 .It Pa geom/
148 class-specific libraries for the
149 .Xr geom 8
150 utility
151 .El
152 .It Pa /libexec/
153 critical system utilities needed for binaries in
154 .Pa /bin
155 and
156 .Pa /sbin
157 .It Pa /media/
158 contains subdirectories to be used as mount points
159 for removable media such as CDs, USB drives, and
160 floppy disks
161 .It Pa /mnt/
162 empty directory commonly used by
163 system administrators as a temporary mount point
164 .It Pa /net/
165 automounted NFS shares;
166 see
167 .Xr auto_master 5
168 .It Pa /proc/
169 process file system;
170 see
171 .Xr procfs 5
172 .It Pa /rescue/
173 statically linked programs for emergency recovery;
174 see
175 .Xr rescue 8
176 .It Pa /root/
177 root's HOME directory
178 .It Pa /sbin/
179 system programs and administration utilities
180 fundamental to both single-user and multi-user environments
181 .It Pa /tmp/
182 temporary files that are not guaranteed to persist across system reboots
183 .It Pa /usr/
184 contains the majority of user utilities and applications
185 .Pp
186 .Bl -tag -width "defaults/" -compact
187 .It Pa bin/
188 common utilities, programming tools, and applications
189 .It Pa compat/
190 files needed to support binary compatibility with other operating systems,
191 such as Linux
192 .It Pa include/
193 standard C include files
194 .Pp
195 .Bl -tag -width "kerberos5/" -compact
196 .It Pa arpa/
197 C include files for Internet service protocols
198 .It Pa bsnmp/
199 C include files for the SNMP daemon
200 .It Pa c++/
201 C++ include files
202 .It Pa cam/
203 C include files for the Common Access Methods Layer
204 .Bl -tag -width "kerberos5/" -compact
205 .It Pa scsi/
206 SCSI device on top of CAM
207 .El
208 .It Pa dev/
209 C include files for programming various
210 .Fx
211 devices
212 .Bl -tag -width "kerberos5/" -compact
213 .It Pa ic/
214 various header files describing driver- and bus-independent
215 hardware circuits
216 .It Pa ofw/
217 Open Firmware support
218 .It Pa pbio/
219 8255 PPI cards;
220 see
221 .Xr pbio 4
222 .It Pa ppbus/
223 parallel port bus;
224 see
225 .Xr ppbus 4
226 .It Pa usb/
227 USB subsystem
228 .It Pa wi/
229 .Xr wi 4
230 WaveLAN driver
231 .El
232 .It Pa fs/
233 .Bl -tag -width "kerberos5/" -compact
234 .It Pa fdescfs/
235 per-process file descriptors file system
236 .It Pa msdosfs/
237 MS-DOS file system
238 .It Pa nfs/
239 C include files for NFS (Network File System) version 2, 3 and 4
240 .It Pa nullfs/
241 loopback file system
242 .It Pa procfs/
243 process file system
244 .It Pa smbfs/
245 SMB/CIFS file system
246 .It Pa udf/
247 UDF file system
248 .It Pa unionfs
249 union file system
250 .El
251 .It Pa geom/
252 GEOM framework
253 .Bl -tag -width "kerberos5/" -compact
254 .It Pa concat/
255 CONCAT GEOM class
256 .It Pa gate/
257 GATE GEOM class
258 .It Pa mirror/
259 MIRROR GEOM class
260 .It Pa nop/
261 NOP GEOM class
262 .It Pa raid3/
263 RAID3 GEOM class
264 .It Pa stripe/
265 STRIPE GEOM class
266 .El
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 Fl -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 rpc/
305 remote procedure calls;
306 see
307 .Xr rpc 3
308 .It Pa rpcsvc/
309 definition of RPC service structures; see
310 .Xr rpc 3
311 .It Pa security/
312 PAM; see
313 .Xr pam 8
314 .It Pa sys/
315 system C include files (kernel data structures)
316 .\" .It Pa tcl/
317 .\" Tcl language;
318 .\" see
319 .\" .Xr Tcl n
320 .\" .Bl -tag -width "kerberos5/" -compact
321 .\" .It Pa generic/
322 .\" ???
323 .\" .It Pa unix/
324 .\" ???
325 .\" .El
326 .It Pa ufs/
327 C include files for UFS (The U-word File System)
328 .Bl -tag -width "kerberos5/" -compact
329 .It Pa ffs/
330 Fast file system
331 .It Pa ufs/
332 UFS file system
333 .El
334 .It Pa vm/
335 virtual memory;
336 see
337 .Xr vmstat 8
338 .El
339 .Pp
340 .It Pa lib/
341 shared and archive
342 .Xr ar 1 Ns -type
343 libraries
344 .Pp
345 .Bl -tag -width Fl -compact
346 .It Pa aout/
347 a.out archive libraries
348 .It Pa compat/
349 shared libraries for compatibility
350 .Bl -tag -width Fl -compact
351 .It Pa aout/
352 a.out backward compatibility libraries
353 .El
354 .It Pa debug/
355 standalone debug data for the kernel and base system libraries and binaries
356 .It Pa dtrace/
357 DTrace library scripts
358 .It Pa engines/
359 OpenSSL (Cryptography/SSL toolkit) dynamically loadable engines
360 .El
361 .Pp
362 .It Pa libdata/
363 miscellaneous utility data files
364 .Pp
365 .Bl -tag -width Fl -compact
366 .It Pa gcc/
367 .Xr gcc 1
368 configuration data
369 .It Pa ldscripts/
370 linker scripts;
371 see
372 .Xr ld 1
373 .El
374 .Pp
375 .It Pa libexec/
376 system daemons & system utilities (executed by other programs)
377 .Pp
378 .Bl -tag -width Fl -compact
379 .It Pa aout/
380 utilities to manipulate a.out executables
381 .It Pa elf/
382 utilities to manipulate ELF executables
383 .It Pa lpr/
384 utilities and filters for LP print system;
385 see
386 .Xr lpr 1
387 .It Pa sendmail/
388 the
389 .Xr sendmail 8
390 binary;
391 see
392 .Xr mailwrapper 8
393 .It Pa sm.bin/
394 restricted shell for
395 .Xr sendmail 8 ;
396 see
397 .Xr smrsh 8
398 .El
399 .Pp
400 .It Pa local/
401 local executables, libraries, etc.
402 Also used as the default destination for the
403 .Xr ports 7
404 framework.
405 Within
406 .Pa local/ ,
407 the general layout sketched out by
408 .Nm
409 for
410 .Pa /usr
411 should be used.
412 Exceptions are the
413 .Pa man
414 directory
415 .Po directly under
416 .Pa local/
417 rather than under
418 .Pa local/share/ Ns Pc ,
419 ports documentation
420 .Po in
421 .Pa share/doc/<port>/ Ns Pc ,
422 and
423 .Pa /usr/local/etc
424 .Po mimics
425 .Pa /etc Ns Pc .
426 .It Pa obj/
427 architecture-specific target tree produced by building the
428 .Pa /usr/src
429 tree
430 .It Pa ports/
431 .Xr ports 7 ,
432 the
433 .Fx
434 ports collection.
435 .It Pa sbin/
436 system daemons & system utilities (executed by users)
437 .It Pa share/
438 architecture-independent files
439 .Pp
440 .Bl -tag -width Fl -compact
441 .It Pa calendar/
442 a variety of pre-fab calendar files;
443 see
444 .Xr calendar 1
445 .It Pa dict/
446 word lists;
447 see
448 .Xr look 1
449 .Bl -tag -width Fl -compact
450 .It Pa freebsd
451 .Fx Ns -specific
452 terms, proper names, and jargon
453 .It Pa web2
454 words from Webster's 2nd International
455 .El
456 .It Pa doc/
457 miscellaneous documentation;
458 source for most of the printed
459 .Bx
460 manuals (available
461 from the
462 .Tn USENIX
463 association)
464 .Bl -tag -width Fl -compact
465 .It Pa FAQ/
466 Frequently Asked Questions
467 .It Pa IPv6/
468 implementation notes for IPv6
469 .It Pa es/
470 Spanish translations of documents in /usr/share/doc
471 .It Pa handbook/
472 .Fx
473 Handbook
474 .It Pa ja/
475 Japanese translations of documents in /usr/share/doc
476 .It Pa legal/
477 License files for vendor supplied firmware files
478 .It Pa ncurses/
479 HTML documents pertaining to ncurses;
480 see
481 .Xr ncurses 3
482 .It Pa ntp/
483 HTML documents pertaining to the Network Time Protocol
484 .It Pa ru/
485 Russian translations of documents in /usr/share/doc
486 .It Pa tutorials/
487 .Fx
488 tutorials
489 .It Pa zh/
490 Chinese translations of documents in /usr/share/doc
491 .El
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 Fl -compact
501 .It Pa pkg/
502 fingerprints for
503 .Xr pkg 7
504 and
505 .Xr pkg 8
506 .El
507 .It Pa locale/
508 localization files;
509 see
510 .Xr setlocale 3
511 .It Pa man/
512 manual pages
513 .It Pa misc/
514 miscellaneous system-wide ASCII text files
515 .Bl -tag -width Fl -compact
516 .It Pa fonts/
517 ???
518 .It Pa termcap
519 terminal characteristics database;
520 see
521 .Xr termcap 5
522 .El
523 .It Pa mk/
524 templates for make;
525 see
526 .Xr make 1
527 .It Pa nls/
528 national language support files;
529 see
530 .Xr mklocale 1
531 .It Pa security/
532 data files for security policies such as
533 .Xr mac_lomac 4
534 .It Pa sendmail/
535 .Xr sendmail 8
536 configuration files
537 .It Pa skel/
538 example
539 .Pa .\&
540 (dot) files for new accounts
541 .It Pa snmp/
542 MIBs, example files and tree definitions for the SNMP daemon.
543 .Bl -tag -width Fl -compact
544 .It Pa defs/
545 tree definition files for use with
546 .Xr gensnmptree 1
547 .It Pa mibs/
548 MIB files
549 .El
550 .It Pa syscons/
551 files used by syscons;
552 see
553 .Xr syscons 4
554 .Bl -tag -width Fl -compact
555 .It Pa fonts/
556 console fonts;
557 see
558 .Xr vidcontrol 1
559 and
560 .Xr vidfont 1
561 .It Pa keymaps/
562 console keyboard maps;
563 see
564 .Xr kbdcontrol 1
565 and
566 .Xr kbdmap 1
567 .It Pa scrnmaps/
568 console screen maps
569 .El
570 .It Pa tabset/
571 tab description files for a variety of terminals; used in
572 the termcap file;
573 see
574 .Xr termcap 5
575 .It Pa vi/
576 localization support and utilities for
577 .Xr vi 1
578 .It Pa vt/
579 files used by vt;
580 see
581 .Xr vt 4
582 .Bl -tag -width Fl -compact
583 .It Pa fonts/
584 console fonts;
585 see
586 .Xr vidcontrol 1
587 and
588 .Xr vidfont 1
589 .It Pa keymaps/
590 console keyboard maps;
591 see
592 .Xr kbdcontrol 1
593 and
594 .Xr kbdmap 1
595 .\" .It Pa scrnmaps/
596 .\" console screen maps
597 .El
598 .It Pa zoneinfo/
599 timezone configuration information;
600 see
601 .Xr tzfile 5
602 .El
603 .Pp
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 stand/
652 boot loader source code
653 .It Pa sys/
654 kernel source code
655 .Bl -tag -width Fl -compact
656 .It Pa amd64/
657 AMD64 architecture support
658 .It Pa arm/
659 ARM architecture support
660 .It Pa arm64/
661 ARMv8 architecture support
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 "defaults/" -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 .Pp
759 .Bl -tag -width Fl -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 .Pp
771 .Bl -tag -width Fl -compact
772 .It Pa pkg/
773 cached packages for
774 .Xr pkg 8
775 .El
776 .Pp
777 .It Pa crash/
778 default directory to store kernel crash dumps; see
779 .Xr crash 8
780 and
781 .Xr savecore 8
782 .It Pa cron/
783 files used by cron;
784 see
785 .Xr cron 8
786 .Pp
787 .Bl -tag -width Fl -compact
788 .It Pa tabs/
789 crontab files;
790 see
791 .Xr crontab 5
792 .El
793 .Pp
794 .It Pa db/
795 miscellaneous automatically generated system-specific database files
796 .It Pa empty/
797 empty directory for use by programs that need a specifically empty directory.
798 Used for instance by
799 .Xr sshd 8
800 for privilege separation.
801 .It Pa games/
802 miscellaneous game status and score files
803 .It Pa heimdal/
804 Kerberos server databases; see
805 .Xr kdc 8
806 .It Pa log/
807 miscellaneous system log files
808 .Pp
809 .Bl -tag -width Fl -compact
810 .It Pa utx.lastlogin
811 last login log;
812 see
813 .Xr getutxent 3
814 .It Pa utx.log
815 login/logout log;
816 see
817 .Xr getutxent 3
818 .El
819 .Pp
820 .It Pa mail/
821 user mailbox files
822 .It Pa msgs/
823 system messages database;
824 see
825 .Xr msgs 1
826 .It Pa preserve/
827 temporary home of files preserved after an accidental death
828 of an editor;
829 see
830 .Xr \&ex 1
831 .It Pa quotas/
832 file system quota information files
833 .It Pa run/
834 system information files describing various info about
835 system since it was booted
836 .Pp
837 .Bl -tag -width Fl -compact
838 .It Pa ppp/
839 writable by the
840 .Dq network
841 group for command connection sockets; see
842 .Xr ppp 8
843 .It Pa utx.active
844 database of current users;
845 see
846 .Xr getutxent 3
847 .El
848 .Pp
849 .It Pa rwho/
850 rwho data files;
851 see
852 .Xr rwhod 8 ,
853 .Xr rwho 1 ,
854 and
855 .Xr ruptime 1
856 .It Pa spool/
857 miscellaneous printer and mail system spooling directories
858 .Pp
859 .Bl -tag -width Fl -compact
860 .It Pa clientmqueue/
861 undelivered submission mail queue;
862 see
863 .Xr sendmail 8
864 .It Pa ftp/
865 commonly ~ftp; the anonymous ftp root directory
866 .It Pa mqueue/
867 undelivered mail queue;
868 see
869 .Xr sendmail 8
870 .It Pa output/
871 line printer spooling directories
872 .El
873 .Pp
874 .It Pa tmp/
875 temporary files that are kept between system reboots
876 .Pp
877 .Bl -tag -width Fl -compact
878 .It Pa vi.recover/
879 the directory where recovery files are stored
880 .El
881 .Pp
882 .It Pa yp/
883 the NIS maps
884 .El
885 .El
886 .Sh NOTES
887 This manual page documents the default
888 .Fx
889 file system layout, but
890 the actual hierarchy on a given system is defined at the system
891 administrator's discretion.
892 A well-maintained installation will include a customized version of
893 this document.
894 .Sh SEE ALSO
895 .Xr apropos 1 ,
896 .Xr find 1 ,
897 .Xr finger 1 ,
898 .Xr grep 1 ,
899 .Xr ls 1 ,
900 .Xr whatis 1 ,
901 .Xr whereis 1 ,
902 .Xr which 1 ,
903 .Xr fd 4 ,
904 .Xr devfs 5 ,
905 .Xr fsck 8
906 .Sh HISTORY
907 A
908 .Nm
909 manual page appeared in
910 .At v7 .