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