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