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