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