]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - share/man/man7/hier.7
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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 January 14, 2015
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 dtrace/
395 DTrace library scripts
396 .It Pa engines/
397 OpenSSL (Cryptography/SSL toolkit) dynamically loadable engines
398 .It Pa private/
399 Private system libraries not for use by third-party programs.
400 ABI and API stability are not guaranteed.
401 .El
402 .Pp
403 .It Pa libdata/
404 miscellaneous utility data files
405 .Bl -tag -width Fl -compact
406 .It Pa gcc/
407 .Xr gcc 1
408 configuration data
409 .It Pa ldscripts/
410 linker scripts;
411 see
412 .Xr ld 1
413 .It Pa lint/
414 various prebuilt lint libraries;
415 see
416 .Xr lint 1
417 .El
418 .Pp
419 .It Pa libexec/
420 system daemons & system utilities (executed by other programs)
421 .Bl -tag -width Fl -compact
422 .It Pa aout/
423 utilities to manipulate a.out executables
424 .It Pa elf/
425 utilities to manipulate ELF executables
426 .It Pa lpr/
427 utilities and filters for LP print system;
428 see
429 .Xr lpr 1
430 .It Pa sendmail/
431 the
432 .Xr sendmail 8
433 binary;
434 see
435 .Xr mailwrapper 8
436 .It Pa sm.bin/
437 restricted shell for
438 .Xr sendmail 8 ;
439 see
440 .Xr smrsh 8
441 .El
442 .Pp
443 .It Pa local/
444 local executables, libraries, etc.
445 Also used as the default destination for the
446 .Fx
447 ports framework.
448 Within
449 .Pa local/ ,
450 the general layout sketched out by
451 .Nm
452 for
453 .Pa /usr
454 should be used.
455 Exceptions are the
456 .Pa man
457 directory
458 .Po directly under
459 .Pa local/
460 rather than under
461 .Pa local/share/ Ns Pc ,
462 ports documentation
463 .Po in
464 .Pa share/doc/<port>/ Ns Pc ,
465 and
466 .Pa /usr/local/etc
467 .Po mimics
468 .Pa /etc Ns Pc .
469 .It Pa obj/
470 architecture-specific target tree produced by building the
471 .Pa /usr/src
472 tree
473 .It Pa ports/
474 The
475 .Fx
476 ports collection (optional).
477 .It Pa sbin/
478 system daemons & system utilities (executed by users)
479 .It Pa share/
480 architecture-independent files
481 .Pp
482 .Bl -tag -width ".Pa calendar/" -compact
483 .It Pa calendar/
484 a variety of pre-fab calendar files;
485 see
486 .Xr calendar 1
487 .It Pa dict/
488 word lists;
489 see
490 .Xr look 1
491 .Pp
492 .Bl -tag -width Fl -compact
493 .It Pa freebsd
494 .Fx Ns -specific
495 terms, proper names, and jargon
496 .It Pa words
497 common words
498 .It Pa web2
499 words from Webster's 2nd International
500 .It Pa papers/
501 reference databases;
502 see
503 .Xr refer 1
504 .El
505 .Pp
506 .It Pa doc/
507 miscellaneous documentation;
508 source for most of the printed
509 .Bx
510 manuals (available
511 from the
512 .Tn USENIX
513 association)
514 .Bl -tag -width Fl -compact
515 .It Pa FAQ/
516 Frequently Asked Questions
517 .It Pa IPv6/
518 implementation notes for IPv6
519 .It Pa bind/
520 documents pertaining to BIND (the Berkeley Internet Name Domain)
521 .It Pa es/
522 Spanish translations of documents in /usr/share/doc
523 .It Pa handbook/
524 .Fx
525 Handbook
526 .It Pa ja/
527 Japanese translations of documents in /usr/share/doc
528 .It Pa legal/
529 License files for vendor supplied firmwares
530 .It Pa ncurses/
531 HTML documents pertaining to ncurses;
532 see
533 .Xr ncurses 3
534 .It Pa ntp/
535 HTML documents pertaining to the Network Time Protocol
536 .It Pa papers/
537 UNIX Papers
538 .It Pa psd/
539 UNIX Programmer's Supplementary Documents
540 .It Pa ru/
541 Russian translations of documents in /usr/share/doc
542 .It Pa smm/
543 UNIX System Manager's Manual
544 .It Pa tutorials/
545 .Fx
546 tutorials
547 .It Pa usd/
548 UNIX User's Supplementary Documents
549 .It Pa zh/
550 Chinese translations of documents in /usr/share/doc
551 .El
552 .Pp
553 .It Pa examples/
554 various examples for users and programmers
555 .It Pa games/
556 ASCII text files used by various games
557 .It Pa groff_font/
558 device description file for device name
559 .It Pa info/
560 GNU Info hypertext system
561 .It Pa keys/
562 known trusted and revoked keys.
563 .Bl -tag -width ".Pa keys/pkg/" -compact
564 .It Pa keys/pkg/
565 fingerprints for
566 .Xr pkg 7
567 and
568 .Xr pkg 8
569 .El
570 .Pp
571 .It Pa locale/
572 localization files;
573 see
574 .Xr setlocale 3
575 .It Pa man/
576 manual pages
577 .It Pa mdocml/
578 data files used by mdocml
579 .It Pa me/
580 macros for use with the me macro package;
581 see
582 .Xr me 7
583 .It Pa misc/
584 miscellaneous system-wide ASCII text files
585 .Bl -tag -width Fl -compact
586 .It Pa fonts/
587 ???
588 .It Pa termcap
589 terminal characteristics database;
590 see
591 .Xr termcap 5
592 .El
593 .It Pa mk/
594 templates for make;
595 see
596 .Xr make 1
597 .It Pa nls/
598 national language support files;
599 see
600 .Xr mklocale 1
601 .It Pa security/
602 data files for security policies such as
603 .Xr mac_lomac 4
604 .It Pa sendmail/
605 .Xr sendmail 8
606 configuration files
607 .It Pa skel/
608 example
609 .Pa .\&
610 (dot) files for new accounts
611 .It Pa snmp/
612 MIBs, example files and tree definitions for the SNMP daemon.
613 .Bl -tag -width Fl -compact
614 .It Pa defs/
615 Tree definition files for use with
616 .Xr gensnmptree 1
617 .It Pa mibs/
618 MIB files
619 .El
620 .It Pa syscons/
621 files used by syscons;
622 see
623 .Xr syscons 4
624 .Bl -tag -width ".Pa scrnmaps/" -compact
625 .It Pa fonts/
626 console fonts;
627 see
628 .Xr vidcontrol 1
629 and
630 .Xr vidfont 1
631 .It Pa keymaps/
632 console keyboard maps;
633 see
634 .Xr kbdcontrol 1
635 and
636 .Xr kbdmap 1
637 .It Pa scrnmaps/
638 console screen maps
639 .El
640 .It Pa tabset/
641 tab description files for a variety of terminals; used in
642 the termcap file;
643 see
644 .Xr termcap 5
645 .It Pa tmac/
646 text processing macros;
647 see
648 .Xr nroff 1
649 and
650 .Xr troff 1
651 .It Pa vi/
652 localization support and utilities for
653 .Xr vi 1
654 .It Pa zoneinfo/
655 timezone configuration information;
656 see
657 .Xr tzfile 5
658 .El
659 .It Pa vt/
660 files used by vt;
661 see
662 .Xr vt 4
663 .Bl -tag -width ".Pa scrnmaps/" -compact
664 .It Pa fonts/
665 console fonts;
666 see
667 .Xr vidcontrol 1
668 and
669 .Xr vidfont 1
670 .It Pa keymaps/
671 console keyboard maps;
672 see
673 .Xr kbdcontrol 1
674 and
675 .Xr kbdmap 1
676 .\" .It Pa scrnmaps/
677 .\" console screen maps
678 .El
679 .It Pa src/
680 .Bx ,
681 third-party, and/or local source files
682 .Pp
683 .Bl -tag -width ".Pa kerberos5/" -compact
684 .It Pa bin/
685 source code for files in /bin
686 .It Pa cddl/
687 Utilities covered by the Common Development and Distribution License
688 .It Pa contrib/
689 source code for contributed software
690 .It Pa crypto/
691 source code for contributed cryptography software
692 .It Pa etc/
693 source code for files in
694 .Pa /etc
695 .It Pa games/
696 source code for files in
697 .Pa /usr/games
698 .It Pa gnu/
699 Utilities covered by the GNU General Public License
700 .It Pa include/
701 source code for files in
702 .Pa /usr/include
703 .It Pa kerberos5/
704 build infrastructure for kerberos version 5
705 .It Pa lib/
706 source code for files in
707 .Pa /usr/lib
708 .It Pa libexec/
709 source code for files in
710 .Pa /usr/libexec
711 .It Pa release/
712 files required to produce a
713 .Fx
714 release
715 .It Pa sbin/
716 source code for files in
717 .Pa /sbin
718 .It Pa secure/
719 build directory for files in
720 .Pa /usr/src/crypto
721 .It Pa share/
722 source for files in
723 .Pa /usr/share
724 .It Pa sys/
725 kernel source code
726 .It Pa tools/
727 tools used for maintenance and testing of
728 .Fx
729 .It Pa usr.bin/
730 source code for files in
731 .Pa /usr/bin
732 .It Pa usr.sbin/
733 source code for files in
734 .Pa /usr/sbin
735 .El
736 .Pp
737 .It Pa tests/
738 The
739 .Fx
740 test suite.
741 See
742 .Xr tests 7
743 for more details.
744 .El
745 .It Pa /var/
746 multi-purpose log, temporary, transient, and spool files
747 .Pp
748 .Bl -tag -width ".Pa preserve/" -compact
749 .It Pa account/
750 system accounting files
751 .Pp
752 .Bl -tag -width Fl -compact
753 .It Pa acct
754 execution accounting file;
755 see
756 .Xr acct 5
757 .El
758 .Pp
759 .It Pa at/
760 timed command scheduling files;
761 see
762 .Xr \&at 1
763 .Bl -tag -width ".Pa preserve/" -compact
764 .It Pa jobs/
765 directory containing job files
766 .It Pa spool/
767 directory containing output spool files
768 .El
769 .Pp
770 .It Pa backups/
771 miscellaneous backup files
772 .It Pa cache/
773 miscellaneous cached files
774 .Bl -tag -width ".Pa pkg/" -compact
775 .It Pa pkg/
776 cached packages for
777 .Xr pkg 8
778 .El
779 .Pp
780 .It Pa crash/
781 default directory to store kernel crash dumps; see
782 .Xr crash 8
783 and
784 .Xr savecore 8
785 .It Pa cron/
786 files used by cron;
787 see
788 .Xr cron 8
789 .Bl -tag -width ".Pa preserve/" -compact
790 .It Pa tabs/
791 crontab files;
792 see
793 .Xr crontab 5
794 .El
795 .Pp
796 .It Pa db/
797 miscellaneous automatically generated system-specific database files
798 .It Pa empty/
799 empty directory for use by programs that need a specifically empty directory.
800 Used for instance by
801 .Xr sshd 8
802 for privilege separation.
803 .It Pa games/
804 miscellaneous game status and score files
805 .It Pa heimdal/
806 kerberos server databases; see
807 .Xr kdc 8
808 .It Pa log/
809 miscellaneous system log files
810 .Pp
811 .Bl -tag -width Fl -compact
812 .It Pa utx.lastlogin
813 last login log;
814 see
815 .Xr getutxent 3
816 .It Pa utx.log
817 login/logout log;
818 see
819 .Xr getutxent 3
820 .El
821 .Pp
822 .It Pa mail/
823 user mailbox files
824 .It Pa msgs/
825 system messages database;
826 see
827 .Xr msgs 1
828 .It Pa preserve/
829 temporary home of files preserved after an accidental death
830 of an editor;
831 see
832 .Xr \&ex 1
833 .It Pa quotas/
834 file system quota information files
835 .It Pa run/
836 system information files describing various info about
837 system since it was booted
838 .Pp
839 .Bl -tag -width Fl -compact
840 .It Pa ppp/
841 writable by the
842 .Dq network
843 group for command connection sockets; see
844 .Xr ppp 8
845 .It Pa utx.active
846 database of current users;
847 see
848 .Xr getutxent 3
849 .El
850 .Pp
851 .It Pa rwho/
852 rwho data files;
853 see
854 .Xr rwhod 8 ,
855 .Xr rwho 1 ,
856 and
857 .Xr ruptime 1
858 .It Pa spool/
859 miscellaneous printer and mail system spooling directories
860 .Pp
861 .Bl -tag -width Fl -compact
862 .It Pa clientmqueue/
863 undelivered submission mail queue;
864 see
865 .Xr sendmail 8
866 .It Pa ftp/
867 commonly ~ftp; the anonymous ftp root directory
868 .It Pa mqueue/
869 undelivered mail queue;
870 see
871 .Xr sendmail 8
872 .It Pa output/
873 line printer spooling directories
874 .El
875 .Pp
876 .It Pa tmp/
877 temporary files that are kept between system reboots
878 .Bl -tag -width Fl -compact
879 .It Pa vi.recover/
880 the directory where recovery files are stored
881 .El
882 .It Pa yp/
883 the NIS maps
884 .El
885 .El
886 .Sh NOTES
887 This manual page documents the default
888 .Fx
889 file system layout, but
890 the actual hierarchy on a given system is defined at the system
891 administrator's discretion.
892 A well-maintained installation will include a customized version of
893 this document.
894 .Sh SEE ALSO
895 .Xr apropos 1 ,
896 .Xr find 1 ,
897 .Xr finger 1 ,
898 .Xr grep 1 ,
899 .Xr ls 1 ,
900 .Xr whatis 1 ,
901 .Xr whereis 1 ,
902 .Xr which 1 ,
903 .Xr fd 4 ,
904 .Xr devfs 5 ,
905 .Xr fsck 8
906 .Sh HISTORY
907 A
908 .Nm
909 manual page appeared in
910 .At v7 .