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