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