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