xref: /freebsd/share/man/man7/hier.7 (revision fa38579f317d5c2ff2926fab9b12ee6d429bd155)
1.\"-
2.\" SPDX-License-Identifier: BSD-3-Clause
3.\"
4.\" Copyright (c) 1990, 1993
5.\"	The Regents of the University of California.  All rights reserved.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions
9.\" are met:
10.\" 1. Redistributions of source code must retain the above copyright
11.\"    notice, this list of conditions and the following disclaimer.
12.\" 2. Redistributions in binary form must reproduce the above copyright
13.\"    notice, this list of conditions and the following disclaimer in the
14.\"    documentation and/or other materials provided with the distribution.
15.\" 3. Neither the name of the University nor the names of its contributors
16.\"    may be used to endorse or promote products derived from this software
17.\"    without specific prior written permission.
18.\"
19.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
20.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
23.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE.
30.\"
31.Dd October 10, 2024
32.Dt HIER 7
33.Os
34.Sh NAME
35.Nm hier
36.Nd index of
37.Fx
38file system hierarchy
39.Sh DESCRIPTION
40.Bl -tag -width "/libexec/"
41.It Pa /
42root directory of the file system
43.It Pa /COPYRIGHT
44.Fx
45copyright information
46.It Pa /bin/
47fundamental
48.Bx
49user utilities; see
50.Xr intro 1
51.It Pa /boot/
52programs and configurations used during
53.Fx
54.Xr boot 8
55.Pp
56.Bl -tag -width "loader.conf.d/" -compact
57.It Pa defaults/
58default boot configuration files; see
59.Xr loader.conf 5
60.It Pa device.hints
61kernel variables for controlling drivers; see
62.Xr device.hints 5
63.It Pa dtb/
64compiled flattened device tree (FDT) files; see
65.Xr fdt 4
66and
67.Xr dtc 1
68.Pp
69.Bl -tag -width "overlays/" -compact
70.It Pa overlays/
71compiled
72.Xr fdt 4
73overlays; see
74.Va fdt_overlays
75in
76.Xr loader.conf 5
77.El
78.Pp
79.It Pa efi/
80the
81.Xr uefi 8
82EFI System Partition (ESP) mount point
83.It Pa firmware/
84loadable binary firmware kernel modules
85.It Pa fonts/
86binary bitmap console fonts; see
87.Xr loader.conf 5
88and
89.Xr vtfontcvt 8
90.It Pa images/
91beastie boot menu images; see
92.Xr loader_lua 8
93.It Pa kernel/
94.Fx
95kernel and modules; see
96.Xr kldstat 8
97.It Pa kernel.old/
98alternative kernel and modules
99.It Pa loader.conf
100boot loader configuration; see
101.Xr loader.conf 5
102.It Pa loader.conf.d/
103.Xr loader.conf 5
104configuration files
105.It Pa lua/
106scripts for the Lua boot loader; see
107.Xr loader_lua 8
108.It Pa modules/
109third-party loadable kernel modules, such as those installed with
110.Xr pkg 8
111or from
112.Xr ports 7
113.It Pa zfs/
114ZFS
115.Xr zpool 8
116cache files
117.El
118.It Pa /compat/
119files supporting binary compatibility with other operating systems
120.Pp
121.Bl -tag -width "loader.conf.d" -compact
122.It Pa linux/
123default location for
124.Xr linux 4
125compatibility run-time
126.El
127.It Pa /dev/
128device nodes and special files; see
129.Xr intro 4
130and
131.Xr devfs 4
132.Pp
133.Bl -tag -width "loader.conf.d" -compact
134.It Pa ada0
135first ATA storage device
136.It Pa ada0p1
137first partition on ada0
138.It Pa cd0
139first optical drive
140.It Pa cuaU0
141first USB serial port; see
142.Xr cu 1
143.It Pa da0
144first SCSI storage device
145.It Pa da0s1
146first partition on da0
147.It Pa dri/
148GPU character device nodes; see
149.Xr drm 7
150.It Pa drm/
151GPU
152.Xr drm 7
153special files
154.It Pa fd/
155file descriptor files; see
156.Xr fd 4
157.It Pa fd0
158first floppy drive
159.It Pa gpt/
160storage partitions by GPT label
161.It Pa mmcsd0
162first SD storage device
163.It Pa mmcsd0s1
164first partition on mmcsd0
165.It Pa nda0
166first NVMe storage device attached via
167.Xr cam 3
168.It Pa null
169infinite loop that accepts anything and contains nothing
170.It Pa nvd0
171first NVMe storage device using NVMe namespaces
172.It Pa pts/
173pseudo-terminals; see
174.Xr pts 4
175.It Pa random
176source of weak randomness; see
177.Xr random 4
178.It Pa sa0
179first tape drive
180.It Pa usb/
181USB busses
182.It Pa vmm/
183active
184.Xr bhyve 8
185virtual machines
186.It Pa zvol/
187.Xr zfs 8
188volumes
189.El
190.It Pa /entropy
191provides initial state to RNG; see
192.Xr save-entropy 8
193.It Pa /etc/
194base system configuration files and scripts; see
195.Xr intro 5
196.Pp
197.Bl -tag -width "freebsd-update.conf" -compact
198.It Pa auto_master
199autofs
200.Xr automount 8
201configuration
202.It Pa bluetooth/
203bluetooth configuration files
204.It Pa cron.d/
205tables for driving scheduled tasks; see
206.Xr crontab 5
207.It Pa crontab
208root's cron table
209.It Pa defaults/
210default system configuration files; see
211.Xr rc 8
212.It Pa devd/
213configuration for
214.Xr devd 8 ,
215the device state change daemon
216.It Pa devfs.conf
217boot time device configuration
218.It Pa dma/
219configuration for
220.Xr dma 8
221.It Pa freebsd-update.conf
222configuration for the base system updater; see
223.Xr freebsd-update 8
224.It Pa fstab
225static filesystem configuration; see
226.Xr fstab 5
227.It Pa hosts
228database of local hosts if no network name server is running
229.It Pa inetd.conf
230configuration for
231.Bx
232heritage internet servers; see
233.Xr inetd 8
234.It Pa localtime
235local timezone information; see
236.Xr ctime 3
237.It Pa jail.conf.d/
238.Xr jail 8
239startup scripts
240.It Pa login.conf
241login class capability database; see
242.Xr login.conf 5
243.It Pa machine-id
244defines the UUID for the local system, required for dbus
245.It Pa mail/
246.Xr sendmail 8
247control files
248.Pp
249.Bl -tag -width "mailer.conf" -compact
250.It Pa aliases
251addresses to deliver system mail
252.It Pa mailer.conf
253.Xr mailwrapper 8
254configuration
255.El
256.Pp
257.It Pa motd.template
258message displayed upon tty login; see
259.Xr motd 5
260.It Pa mtree/
261system mapper specification; see
262.Xr mtree 8
263.It Pa newsyslog.conf.d/
264log rotation configuration files.
265.It Pa ntp/
266stored time for the Network Time Protocol
267.It Pa ntp.conf
268configuration for the NTP client,
269.Xr ntpd 8
270.It Pa pam.d/
271configuration files for the Pluggable Authentication Modules (PAM) library;
272see
273.Xr pam 3
274.It Pa periodic/
275scripts that are run daily, weekly, or monthly by
276.Xr cron 8 ;
277see
278.Xr periodic 8
279.It Pa pf.conf
280configuration for the Packet Filter firewall; see
281.Xr pf 4
282.It Pa pkg/
283default configuration for the package manager,
284.Xr pkg 8
285.It Pa ppp/
286PPP configuration files; see
287.Xr ppp 8
288.It Pa rc.conf
289system and daemon configuration; see
290.Xr rc.conf 5
291.It Pa rc.d/
292system and daemon startup/control scripts; see
293.Xr rc 8
294.It Pa resolv.conf
295DNS configuration; see
296.Xr resolv.conf 5
297.It Pa resolvconf.conf
298DNS configuration manager configuration, often generated by
299local-unbound; see
300.Xr local-unbound 8
301or
302.Xr resolvconf 8
303.It Pa security/
304OpenBSM audit configuration files; see
305.Xr audit 8
306.It Pa ssh/
307OpenSSH configuration files; see
308.Xr ssh 1
309.It Pa ssl/
310OpenSSL configuration files
311.It Pa sysctl.conf
312kernel state defaults; see
313.Xr sysctl.conf 5
314.It Pa syslog.conf
315system log configuration
316.It Pa ttys
317tty creation configuration; see
318.Xr getty 8
319.It Pa wpa_supplicant.conf
320client wifi configuration; see
321.Xr wpa_supplicant.conf 5
322.El
323.It Pa /home/
324home directories for users; the typical home for an interactive user
325.Va beastie
326would be
327.Pa /home/beastie/
328.It Pa /lib/
329system libraries critical to binaries in
330.Pa /bin
331and
332.Pa /sbin
333.Pp
334.Bl -tag -width "nvmecontrol/" -compact
335.It Pa geom/
336class-specific libraries for the
337.Xr geom 8
338utility
339.It Pa nvmecontrol/
340vendor-specific libraries to extend the
341.Xr nvmecontrol 8
342utility
343.El
344.It Pa /libexec/
345system utilities critical to binaries in
346.Pa /bin
347and
348.Pa /sbin
349.It Pa /media/
350mount points for removable storage media such as CDs, DVDs,
351and USB drives; see
352.Xr automount 8 ,
353or
354.Xr bsdisks 8
355if a using a desktop environment from
356.Xr ports 7
357.It Pa /mnt/
358empty directory commonly used by
359system administrators as a temporary mount point
360.It Pa /net/
361automounted NFS shares; see
362.Xr auto_master 5
363.It Pa /nonexistent/
364a non-existent directory;
365by convention, it serves as a home directory for user accounts
366that need no home directory; see also
367.Pa /var/empty/
368.It Pa /proc/
369process file system; see
370.Xr procfs 4
371.It Pa /rescue/
372statically linked programs for emergency recovery; see
373.Xr rescue 8
374.It Pa /root/
375home directory of the root user
376.It Pa /sbin/
377fundamental
378.Bx
379system administration utilities; see
380.Xr intro 8
381.It Pa /tmp/
382temporary files commonly removed between system reboots;
383see
384.Va clear_tmp_enable
385in
386.Xr rc.conf 5
387.It Pa /usr/
388contains the majority of user utilities and applications
389.Pp
390.Bl -tag -width "freebsd-dist/" -compact
391.It Pa bin/
392common utilities, programming tools, and applications; see
393.Xr intro 1
394.It Pa freebsd-dist/
395distribution files
396.Pq like base.txz ;
397see
398.Xr release 7
399and
400.Xr bsdinstall 8
401.It Pa include/
402standard C include header files
403.It Pa lib/
404shared and
405.Xr ar 1 Ns -type
406libraries; see
407.Xr intro 3
408.Pp
409.Bl -tag -width Fl -compact
410.It Pa clang/
411shared libraries for the system compiler,
412.Xr clang 1
413.It Pa compat/
414shared libraries for compatibility
415.It Pa debug/
416standalone debug data for the kernel and base system libraries and binaries
417.It Pa dtrace/
418.Xr dtrace 1
419library scripts
420.It Pa engines/
421OpenSSL
422.Pq Cryptography/SSL toolkit
423dynamically loadable engines
424.It Pa flua/
425.Fx
426Lua shared libraries
427.It Pa i18n/
428shared libraries for internationalization
429.El
430.Pp
431.It Pa lib32/
43232-bit compatibility libraries
433.It Pa libdata/
434miscellaneous utility data files
435.Pp
436.Bl -tag -width Fl -compact
437.It Pa ldscripts/
438linker scripts; see
439.Xr ld 1
440.It Pa pkgconfig/
441collections of compiler and linker flags for the
442.Xr pkgconf 1
443development tool
444.El
445.Pp
446.It Pa libexec/
447system daemons and utilities executed by programs
448.Pp
449.Bl -tag -width "bsdinstall/" -compact
450.It Pa bsdconfig/
451utilities called by the ncurses
452.Fx
453configuration wizard
454.It Pa bsdinstall/
455utilities for
456.Xr bsdinstall 8
457.It Pa dwatch/
458profiles for
459.Xr dwatch 1
460.It Pa fwget/
461utilities called by
462.Xr fwget 8
463.It Pa hyperv/
464scripts for communicating with the Hyper-V hypervisor
465.It Pa lpr/
466utilities and filters for the line printer system; see
467.Xr lpr 1
468.It Pa sendmail/
469the
470.Xr sendmail 8
471binary; see
472.Xr mailwrapper 8
473.It Pa sm.bin/
474restricted shell for
475.Xr sendmail 8 ;
476see
477.Xr smrsh 8
478.It Pa zfs/
479Z file system utilities
480.El
481.Pp
482.It Pa local/
483local executables, libraries, etc, installed by
484.Xr pkg 7
485or
486.Xr ports 7
487.Pp
488.Bl -tag -width Fl -compact
489.It Pa bin/
490local user utilities, see
491.Xr intro 1
492.It Pa etc/
493local program configurations
494.It Pa include/
495local library headers
496.It Pa lib/
497local libraries
498.It Pa lib32/
499local 32-bit compatability libraries
500.It Pa libdata/
501local utility data files
502.It Pa libexec/
503utilities executed by local utilities
504.It Pa sbin/
505local administration utilities
506.It Pa share/
507local architecture-independent files
508.It Pa share/doc/
509local documentation
510.It Pa share/doc/freebsd/
511articles, books, FAQ, and handbooks available from the
512.Fx
513project
514.It Pa share/man/
515local manual pages; see
516.Xr man 1
517.El
518.Pp
519.It Pa obj/
520architecture-specific target tree produced by building
521.Fx
522from source; see
523.Xr build 7
524.It Pa ports/
525.Fx
526ports collection; see
527.Xr ports 7
528.It Pa sbin/
529system daemons and utilities meant for user execution; see
530.Xr intro 8
531.It Pa share/
532architecture-independent files
533.Pp
534.Bl -tag -width Fl -compact
535.It Pa atf/
536scripts for the Automated Testing Framework; see
537.Xr ATF 7
538.It Pa bhyve/
539.Xr bhyve 8
540keyboard mappings
541.It Pa calendar/
542system-wide calendar files; see
543.Xr calendar 1
544.It Pa certs/
545TLS certificates for
546.Xr openssl 1
547.It Pa dict/
548word lists; see
549.Xr look 1
550.Pp
551.Bl -tag -width Fl -compact
552.It Pa freebsd
553.Fx Ns -specific
554terms, proper names, and jargon
555.It Pa web2
556words from Webster's Second International
557.El
558.Pp
559.It Pa doc/
560miscellaneous documentation
561.It Pa dtrace/
562scripts for the Dynamic Tracing Compiler; see
563.Xr dtrace 1
564.It Pa examples/
565various examples for users and programmers
566.It Pa firmware/
567firmware images loaded by userland programs
568.It Pa games/
569ASCII text files used by
570.Bx
571heritage games, see
572.Xr intro 6
573.It Pa keys/
574known trusted and revoked keys
575.Pp
576.Bl -tag -width Fl -compact
577.It Pa pkg/
578fingerprints for
579.Xr pkg 7
580and
581.Xr pkg 8
582.El
583.Pp
584.It Pa locale/
585localization files; see
586.Xr setlocale 3
587.It Pa man/
588system manual pages; see
589.Xr man 1
590.It Pa misc/
591miscellaneous system-wide files
592.Pp
593.Bl -tag -width Fl -compact
594.It Pa ascii
595chart of the ASCII codepoints
596.It Pa flowers
597the meanings of flowers
598.It Pa magic
599magic numbers used by
600.Xr file 1
601.It Pa termcap
602terminal characteristics database; see
603.Xr termcap 5
604.El
605.Pp
606.It Pa mk/
607templates for make; see
608.Xr make 1
609.It Pa nls/
610national language support files
611.It Pa security/
612data files for security policies such as
613.Xr mac_lomac 4
614.It Pa sendmail/
615.Xr sendmail 8
616configuration files
617.It Pa skel/
618example
619.Pa .\&
620(dot) files for new accounts
621.It Pa snmp/
622MIBs, example files and tree definitions for the SNMP daemon
623.Pp
624.Bl -tag -width Fl -compact
625.It Pa defs/
626tree definition files for use with
627.Xr gensnmptree 1
628.It Pa mibs/
629management Information Base
630.Pq MIB
631files
632.El
633.Pp
634.It Pa syscons/
635.Xr syscons 4
636files
637.Pp
638.Bl -tag -width Fl -compact
639.It Pa fonts/
640console fonts; see
641.Xr vidcontrol 1
642and
643.Xr vidfont 1
644.It Pa keymaps/
645console keyboard maps; see
646.Xr kbdcontrol 1
647and
648.Xr kbdmap 1
649.It Pa scrnmaps/
650console screen maps
651.El
652.Pp
653.It Pa sysroot/
654files necessary for the -sysroot compiler/linker argument to build non-native
655binaries
656.Pp
657.Bl -tag -width "VERSION/" -compact
658.It Pa VERSION/
659files for
660.Fx
661release VERSION;
662by convention,
663.Dq VERSION
664matches
665.Xr uname 1
666.Fl r
667.It Pa VERSION/MACHINE.MACHINE_ARCH/
668represent the binary ABI for these files;
669.Dq MACHINE
670matches
671.Xr uname 1
672.Fl m ;
673.Dq MACHINE_ARCH
674matches
675.Xr uname 1
676.Fl p
677.El
678.Pp
679.It Pa tabset/
680tab description files for a variety of terminals; used in
681the termcap file; see
682.Xr termcap 5
683.It Pa vi/
684localization support and utilities for the
685.Xr vi 1
686editor
687.It Pa vt/
688files used by the system console; see
689.Xr vt 4
690.Pp
691.Bl -tag -width Fl -compact
692.It Pa fonts/
693console fonts; see
694.Xr vidcontrol 1 ,
695.Xr vidfont 1 ,
696and
697.Xr vtfontcvt 8
698.It Pa keymaps/
699console keyboard maps; see
700.Xr kbdcontrol 1
701and
702.Xr kbdmap 1
703.El
704.Pp
705.It Pa zoneinfo/
706timezone configuration information; see
707.Xr tzfile 5
708.El
709.Pp
710.It Pa src/
711.Fx
712source code; see
713.Xr development 7 ;
714the layout of the source tree is described by the top-level
715.Pa README.md
716file
717.Pp
718.It Pa tests/
719the
720.Fx
721test suite; see
722.Xr tests 7
723.El
724.It Pa /var/
725log, temporary, transient, and spool files
726.Pp
727.Bl -tag -width "preserve/" -compact
728.It Pa account/
729system accounting files
730.Pp
731.Bl -tag -width Ds -compact
732.It Pa acct
733execution accounting file; see
734.Xr acct 5
735.El
736.Pp
737.It Pa at/
738timed command scheduling files; see
739.Xr at 1
740.Pp
741.Bl -tag -width Ds -compact
742.It Pa jobs/
743job files
744.It Pa spool/
745output spool files
746.El
747.Pp
748.It Pa audit/
749security event audit trail files; see
750.Xr audit 8
751.It Pa authpf/
752user shell sessions for authenticating gateways; see
753.Xr authpf 8
754.It Pa backups/
755critical system configuration backups
756.It Pa cache/
757miscellaneous cache files
758.Pp
759.Bl -tag -width Ds -compact
760.It Pa pkg/
761cached packages for
762.Xr pkg 8
763.It Pa cups/
764cached printers for the Common Unix Prinitng system; see
765.Xr cups 1
766.El
767.Pp
768.It Pa crash/
769default directory to store kernel crash dumps; see
770.Xr crash 8
771and
772.Xr savecore 8
773.It Pa cron/
774files used by cron; see
775.Xr cron 8
776.Pp
777.Bl -tag -width Ds -compact
778.It Pa tabs/
779crontab files; see
780.Xr crontab 5
781.El
782.Pp
783.It Pa db/
784autogenerated system-specific database files
785.Pp
786.Bl -tag -width "freebsd-update/" -compact
787.It Pa etcupdate/
788temporary files and log for
789.Xr etcupdate 8
790.It Pa freebsd-update/
791downloads and temporary files for
792.Xr freebsd-update 8
793.It Pa pkg/
794package database
795.El
796.Pp
797.It Pa empty/
798for use by programs that require an empty directory,
799used for instance by
800.Xr sshd 8
801for privilege separation
802.It Pa games/
803status and score files for
804.Bx
805heritage games
806.It Pa heimdal/
807Kerberos server databases; see
808.Xr kdc 8
809.It Pa lib/
810state information for ported Linux applications
811.It Pa log/
812system log files
813.Pp
814.Bl -tag -width "bsdinstall_log" -compact
815.It Pa Xorg.0.log
816.Xr Xserver 1
817log, if
818.Xr X 7
819is installed rotates to
820.Pa Xorg.0.log.old
821.It Pa aculog
822serial line access log; see
823.Xr cu 1
824.It Pa auth.log
825system authentication log
826.It Pa bsdinstall_log
827system installation log
828.It Pa cron
829scheduled task log; see
830.Xr cron 8
831.It Pa cups/
832logs for
833.Xr cups 1
834.It Pa daemon.log
835default log for system daemons
836.It Pa devd.log
837default log for device state change daemon
838.It Pa dmesg.today
839system message buffer log, rotates to
840.Pa dmesg.yesterday
841.It Pa debug.log
842undiscarded debug syslog messages
843.It Pa lpd-errs
844logs for the line printer spooler daemon; see
845.Xr lpd 8
846.It Pa maillog
847.Xr sendmail 8
848log, rotates and compresses to maillog.0.bz2
849.It Pa messages
850general system log; see
851.Xr syslogd 8
852.It Pa mount.today
853currently loaded
854.Xr fstab 5 ,
855rotates to
856.Pa mount.yesterday
857.It Pa pf.today
858packet filter firewall log; see
859.Xr pf 4
860.It Pa pflog
861saved packets caught by
862.Xr pflogd 8
863.It Pa ppp.log
864see
865.Xr ppp 8
866.It Pa security
867transcript of events marked with the security flag
868.It Pa setuid.today
869listing of executable files which run with elevated permissions, rotates
870to
871.Pa setuid.yesterday
872.It Pa userlog
873logs changes in users or groups
874.It Pa utx.lastlogin
875last login log; see
876.Xr getutxent 3
877.It Pa utx.log
878login/logout log; see
879.Xr getutxent 3
880.It Pa xferlog
881default log for
882.Xr ftpd 8
883.El
884.Pp
885.It Pa mail/
886user mailbox files
887.It Pa msgs/
888system messages database; see
889.Xr msgs 1
890.It Pa preserve/
891unused, present for historical reasons
892.It Pa quotas/
893UFS quota information files
894.It Pa run/
895files containing information about the operating system since it was booted
896.Pp
897.Bl -tag -width "wpa_supplicant/" -compact
898.It Pa bhyve/
899.Xr bhyve 8
900virtual machine
901.Xr unix 4 Ns -domain sockets
902.It Pa ppp/
903writable by the
904.Dq network
905group for command connection sockets; see
906.Xr ppp 8
907.It Pa utx.active
908database of current users; see
909.Xr getutxent 3
910.It Pa wpa_supplicant/
911IEEE Std. 802.11 wifi run time files
912.El
913.Pp
914.It Pa rwho/
915information about other systems on the local network; see
916.Xr rwhod 8 ,
917.Xr rwho 1 ,
918and
919.Xr ruptime 1
920.It Pa spool/
921printer and mail system spooling directories
922.Pp
923.Bl -tag -width "clientmqueue/" -compact
924.It Pa clientmqueue/
925undelivered submission mail queue; see
926.Xr sendmail 8
927.It Pa cups/
928print jobs and temporary files for
929.Xr cups 1
930.It Pa dma/
931undelivered mail queue for
932.Dx
933Mail Agent; see
934.Xr dma 8
935.It Pa lock/
936serial device locks; see
937.Xr uucplock 3
938.It Pa lpd/
939line printer spooler daemon spool
940.It Pa ftp/
941ftp root directory; see
942.Xr ftpd 8
943.It Pa mqueue/
944undelivered mail queue for
945.Xr sendmail 8
946.It Pa output/
947line printer spooling directories
948.El
949.Pp
950.It Pa tmp/
951temporary files not removed between system reboots
952.Pp
953.Bl -tag -width "vi.recover/" -compact
954.It Pa vi.recover/
955recovery files for the
956.Xr vi 1
957editor
958.El
959.Pp
960.It Pa unbound/
961files and configuration for
962.Xr unbound 8
963.It Pa yp/
964the NIS maps; see
965.Xr yp 8
966.El
967.El
968.Sh NOTES
969This manual page documents the default
970.Fx
971file system layout.
972The actual hierarchy on a given system is defined at the system
973administrator's discretion.
974A well-maintained installation will include a customized version of
975this document.
976.Sh SEE ALSO
977.Xr apropos 1 ,
978.Xr find 1 ,
979.Xr grep 1 ,
980.Xr ls 1 ,
981.Xr whereis 1 ,
982.Xr which 1
983.Sh HISTORY
984A
985.Nm
986manual page first appeared in 1979 with
987.At v7 .
988