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