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