]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - share/man/man7/hier.7
MFC r315211:
[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 sbin/
718 source code for files in
719 .Pa /sbin
720 .It Pa secure/
721 build directory for files in
722 .Pa /usr/src/crypto
723 .It Pa share/
724 source for files in
725 .Pa /usr/share
726 .It Pa sys/
727 kernel source code
728 .It Pa tools/
729 tools used for maintenance and testing of
730 .Fx
731 .It Pa usr.bin/
732 source code for files in
733 .Pa /usr/bin
734 .It Pa usr.sbin/
735 source code for files in
736 .Pa /usr/sbin
737 .El
738 .Pp
739 .It Pa tests/
740 The
741 .Fx
742 test suite.
743 See
744 .Xr tests 7
745 for more details.
746 .El
747 .It Pa /var/
748 multi-purpose log, temporary, transient, and spool files
749 .Pp
750 .Bl -tag -width ".Pa preserve/" -compact
751 .It Pa account/
752 system accounting files
753 .Pp
754 .Bl -tag -width Fl -compact
755 .It Pa acct
756 execution accounting file;
757 see
758 .Xr acct 5
759 .El
760 .Pp
761 .It Pa at/
762 timed command scheduling files;
763 see
764 .Xr \&at 1
765 .Bl -tag -width ".Pa preserve/" -compact
766 .It Pa jobs/
767 directory containing job files
768 .It Pa spool/
769 directory containing output spool files
770 .El
771 .Pp
772 .It Pa backups/
773 miscellaneous backup files
774 .It Pa cache/
775 miscellaneous cached files
776 .Bl -tag -width ".Pa pkg/" -compact
777 .It Pa pkg/
778 cached packages for
779 .Xr pkg 8
780 .El
781 .Pp
782 .It Pa crash/
783 default directory to store kernel crash dumps; see
784 .Xr crash 8
785 and
786 .Xr savecore 8
787 .It Pa cron/
788 files used by cron;
789 see
790 .Xr cron 8
791 .Bl -tag -width ".Pa preserve/" -compact
792 .It Pa tabs/
793 crontab files;
794 see
795 .Xr crontab 5
796 .El
797 .Pp
798 .It Pa db/
799 miscellaneous automatically generated system-specific database files
800 .It Pa empty/
801 empty directory for use by programs that need a specifically empty directory.
802 Used for instance by
803 .Xr sshd 8
804 for privilege separation.
805 .It Pa games/
806 miscellaneous game status and score files
807 .It Pa heimdal/
808 kerberos server databases; see
809 .Xr kdc 8
810 .It Pa log/
811 miscellaneous system log files
812 .Pp
813 .Bl -tag -width Fl -compact
814 .It Pa utx.lastlogin
815 last login log;
816 see
817 .Xr getutxent 3
818 .It Pa utx.log
819 login/logout log;
820 see
821 .Xr getutxent 3
822 .El
823 .Pp
824 .It Pa mail/
825 user mailbox files
826 .It Pa msgs/
827 system messages database;
828 see
829 .Xr msgs 1
830 .It Pa preserve/
831 temporary home of files preserved after an accidental death
832 of an editor;
833 see
834 .Xr \&ex 1
835 .It Pa quotas/
836 file system quota information files
837 .It Pa run/
838 system information files describing various info about
839 system since it was booted
840 .Pp
841 .Bl -tag -width Fl -compact
842 .It Pa ppp/
843 writable by the
844 .Dq network
845 group for command connection sockets; see
846 .Xr ppp 8
847 .It Pa utx.active
848 database of current users;
849 see
850 .Xr getutxent 3
851 .El
852 .Pp
853 .It Pa rwho/
854 rwho data files;
855 see
856 .Xr rwhod 8 ,
857 .Xr rwho 1 ,
858 and
859 .Xr ruptime 1
860 .It Pa spool/
861 miscellaneous printer and mail system spooling directories
862 .Pp
863 .Bl -tag -width Fl -compact
864 .It Pa clientmqueue/
865 undelivered submission mail queue;
866 see
867 .Xr sendmail 8
868 .It Pa ftp/
869 commonly ~ftp; the anonymous ftp root directory
870 .It Pa mqueue/
871 undelivered mail queue;
872 see
873 .Xr sendmail 8
874 .It Pa output/
875 line printer spooling directories
876 .El
877 .Pp
878 .It Pa tmp/
879 temporary files that are kept between system reboots
880 .Bl -tag -width Fl -compact
881 .It Pa vi.recover/
882 the directory where recovery files are stored
883 .El
884 .It Pa yp/
885 the NIS maps
886 .El
887 .El
888 .Sh NOTES
889 This manual page documents the default
890 .Fx
891 file system layout, but
892 the actual hierarchy on a given system is defined at the system
893 administrator's discretion.
894 A well-maintained installation will include a customized version of
895 this document.
896 .Sh SEE ALSO
897 .Xr apropos 1 ,
898 .Xr find 1 ,
899 .Xr finger 1 ,
900 .Xr grep 1 ,
901 .Xr ls 1 ,
902 .Xr whatis 1 ,
903 .Xr whereis 1 ,
904 .Xr which 1 ,
905 .Xr fd 4 ,
906 .Xr devfs 5 ,
907 .Xr fsck 8
908 .Sh HISTORY
909 A
910 .Nm
911 manual page appeared in
912 .At v7 .