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