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 August 18, 2025 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.Pp 312.Bl -tag -width "untrusted/" -compact 313.It Pa cert.pem 314System trust store in bundle form; see 315.Xr certctl 8 . 316.It Pa certs/ 317System trust store in OpenSSL hashed-directory form; see 318.Xr certctl 8 . 319.It Pa openssl.cnf 320OpenSSL configuration file; see 321.Xr openssl.cnf 5 . 322.It Pa untrusted/ 323Explicitly distrusted certificates; see 324.Xr certctl 8 . 325.El 326.It Pa sysctl.conf 327kernel state defaults; see 328.Xr sysctl.conf 5 329.It Pa syslog.conf 330system log configuration 331.It Pa ttys 332tty creation configuration; see 333.Xr getty 8 334.It Pa wpa_supplicant.conf 335client wifi configuration; see 336.Xr wpa_supplicant.conf 5 337.El 338.It Pa /home/ 339home directories for users; the typical home for an interactive user 340.Va beastie 341would be 342.Pa /home/beastie/ 343.It Pa /lib/ 344system libraries critical to binaries in 345.Pa /bin 346and 347.Pa /sbin 348.Pp 349.Bl -tag -width "nvmecontrol/" -compact 350.It Pa geom/ 351class-specific libraries for the 352.Xr geom 8 353utility 354.It Pa nvmecontrol/ 355vendor-specific libraries to extend the 356.Xr nvmecontrol 8 357utility 358.El 359.It Pa /libexec/ 360system utilities critical to binaries in 361.Pa /bin 362and 363.Pa /sbin 364.It Pa /media/ 365mount points for removable storage media such as CDs, DVDs, 366and USB drives; see 367.Xr automount 8 , 368or 369.Xr bsdisks 8 370if a using a desktop environment from 371.Xr ports 7 372.It Pa /mnt/ 373empty directory commonly used by 374system administrators as a temporary mount point 375.It Pa /net/ 376automounted NFS shares; see 377.Xr auto_master 5 378.It Pa /nonexistent/ 379a non-existent directory; 380by convention, it serves as a home directory for user accounts 381that need no home directory; see also 382.Pa /var/empty/ 383.It Pa /proc/ 384process file system; see 385.Xr procfs 4 386.It Pa /rescue/ 387statically linked programs for emergency recovery; see 388.Xr rescue 8 389.It Pa /root/ 390home directory of the root user 391.It Pa /sbin/ 392fundamental 393.Bx 394system administration utilities; see 395.Xr intro 8 396.It Pa /tmp/ 397temporary files commonly removed between system reboots; 398see 399.Va clear_tmp_enable 400in 401.Xr rc.conf 5 402.It Pa /usr/ 403contains the majority of user utilities and applications 404.Pp 405.Bl -tag -width "freebsd-dist/" -compact 406.It Pa bin/ 407common utilities, programming tools, and applications; see 408.Xr intro 1 409.It Pa freebsd-dist/ 410distribution files 411.Pq like base.txz ; 412see 413.Xr release 7 414and 415.Xr bsdinstall 8 416.It Pa include/ 417standard C include header files 418.It Pa lib/ 419shared and 420.Xr ar 1 Ns -type 421libraries; see 422.Xr intro 3 423.Pp 424.Bl -tag -width Fl -compact 425.It Pa clang/ 426shared libraries for the system compiler, 427.Xr clang 1 428.It Pa compat/ 429shared libraries for compatibility 430.It Pa debug/ 431standalone debug data for the kernel and base system libraries and binaries 432.It Pa dtrace/ 433.Xr dtrace 1 434library scripts 435.It Pa engines/ 436OpenSSL 437.Pq Cryptography/SSL toolkit 438dynamically loadable engines 439.It Pa flua/ 440.Fx 441Lua shared libraries 442.It Pa i18n/ 443shared libraries for internationalization 444.El 445.Pp 446.It Pa lib32/ 44732-bit compatibility libraries 448.It Pa libdata/ 449miscellaneous utility data files 450.Pp 451.Bl -tag -width Fl -compact 452.It Pa ldscripts/ 453linker scripts; see 454.Xr ld 1 455.It Pa pkgconfig/ 456collections of compiler and linker flags for the 457.Xr pkgconf 1 458development tool 459.El 460.Pp 461.It Pa libexec/ 462system daemons and utilities executed by programs 463.Pp 464.Bl -tag -width "bsdinstall/" -compact 465.It Pa bsdconfig/ 466utilities called by the ncurses 467.Fx 468configuration wizard 469.It Pa bsdinstall/ 470utilities for 471.Xr bsdinstall 8 472.It Pa dwatch/ 473profiles for 474.Xr dwatch 1 475.It Pa fwget/ 476utilities called by 477.Xr fwget 8 478.It Pa hyperv/ 479scripts for communicating with the Hyper-V hypervisor 480.It Pa lpr/ 481utilities and filters for the line printer system; see 482.Xr lpr 1 483.It Pa sendmail/ 484the 485.Xr sendmail 8 486binary; see 487.Xr mailwrapper 8 488.It Pa sm.bin/ 489restricted shell for 490.Xr sendmail 8 ; 491see 492.Xr smrsh 8 493.It Pa zfs/ 494Z file system utilities 495.El 496.Pp 497.It Pa local/ 498local executables, libraries, etc, installed by 499.Xr pkg 7 500or 501.Xr ports 7 502.Pp 503.Bl -tag -width Fl -compact 504.It Pa bin/ 505local user utilities, see 506.Xr intro 1 507.It Pa etc/ 508local program configurations 509.It Pa include/ 510local library headers 511.It Pa lib/ 512local libraries 513.It Pa lib32/ 514local 32-bit compatability libraries 515.It Pa libdata/ 516local utility data files 517.It Pa libexec/ 518utilities executed by local utilities 519.It Pa sbin/ 520local administration utilities 521.It Pa share/ 522local architecture-independent files 523.It Pa share/doc/ 524local documentation 525.It Pa share/doc/freebsd/ 526articles, books, FAQ, and handbooks available from the 527.Fx 528project 529.It Pa share/man/ 530local manual pages; see 531.Xr man 1 532.El 533.Pp 534.It Pa obj/ 535architecture-specific target tree produced by building 536.Fx 537from source; see 538.Xr build 7 539.It Pa ports/ 540.Fx 541ports collection; see 542.Xr ports 7 543.It Pa sbin/ 544system daemons and utilities meant for user execution; see 545.Xr intro 8 546.It Pa share/ 547architecture-independent files 548.Pp 549.Bl -tag -width Fl -compact 550.It Pa atf/ 551scripts for the Automated Testing Framework; see 552.Xr ATF 7 553.It Pa bhyve/ 554.Xr bhyve 8 555keyboard mappings 556.It Pa calendar/ 557system-wide calendar files; see 558.Xr calendar 1 559.It Pa certs/ 560TLS certificates for 561.Xr openssl 1 562.It Pa dict/ 563word lists; see 564.Xr look 1 565.Pp 566.Bl -tag -width Fl -compact 567.It Pa freebsd 568.Fx Ns -specific 569terms, proper names, and jargon 570.It Pa web2 571words from Webster's Second International 572.El 573.Pp 574.It Pa doc/ 575miscellaneous documentation 576.It Pa dtrace/ 577scripts for the Dynamic Tracing Compiler; see 578.Xr dtrace 1 579.It Pa examples/ 580various examples for users and programmers 581.It Pa firmware/ 582firmware images loaded by userland programs 583.It Pa games/ 584ASCII text files used by 585.Bx 586heritage games, see 587.Xr intro 6 588.It Pa keys/ 589known trusted and revoked keys 590.Pp 591.Bl -tag -width Fl -compact 592.It Pa pkg/ 593fingerprints for 594.Xr pkg 7 595and 596.Xr pkg 8 597.El 598.Pp 599.It Pa locale/ 600localization files; see 601.Xr setlocale 3 602.It Pa man/ 603system manual pages; see 604.Xr man 1 605.It Pa misc/ 606miscellaneous system-wide files 607.Pp 608.Bl -tag -width Fl -compact 609.It Pa ascii 610chart of the ASCII codepoints 611.It Pa flowers 612the meanings of flowers 613.It Pa magic 614magic numbers used by 615.Xr file 1 616.It Pa termcap 617terminal characteristics database; see 618.Xr termcap 5 619.El 620.Pp 621.It Pa mk/ 622templates for make; see 623.Xr make 1 624.It Pa nls/ 625national language support files 626.It Pa security/ 627data files for security policies such as 628.Xr mac_lomac 4 629.It Pa sendmail/ 630.Xr sendmail 8 631configuration files 632.It Pa skel/ 633example 634.Pa .\& 635(dot) files for new accounts 636.It Pa snmp/ 637MIBs, example files and tree definitions for the SNMP daemon 638.Pp 639.Bl -tag -width Fl -compact 640.It Pa defs/ 641tree definition files for use with 642.Xr gensnmptree 1 643.It Pa mibs/ 644management Information Base 645.Pq MIB 646files 647.El 648.Pp 649.It Pa syscons/ 650.Xr syscons 4 651files 652.Pp 653.Bl -tag -width Fl -compact 654.It Pa fonts/ 655console fonts; see 656.Xr vidcontrol 1 657and 658.Xr vidfont 1 659.It Pa keymaps/ 660console keyboard maps; see 661.Xr kbdcontrol 1 662and 663.Xr kbdmap 1 664.It Pa scrnmaps/ 665console screen maps 666.El 667.Pp 668.It Pa sysroot/ 669files necessary for the -sysroot compiler/linker argument to build non-native 670binaries 671.Pp 672.Bl -tag -width "VERSION/" -compact 673.It Pa VERSION/ 674files for 675.Fx 676release VERSION; 677by convention, 678.Dq VERSION 679matches 680.Xr uname 1 681.Fl r 682.It Pa VERSION/MACHINE.MACHINE_ARCH/ 683represent the binary ABI for these files; 684.Dq MACHINE 685matches 686.Xr uname 1 687.Fl m ; 688.Dq MACHINE_ARCH 689matches 690.Xr uname 1 691.Fl p 692.El 693.Pp 694.It Pa tabset/ 695tab description files for a variety of terminals; used in 696the termcap file; see 697.Xr termcap 5 698.It Pa vi/ 699localization support and utilities for the 700.Xr vi 1 701editor 702.It Pa vt/ 703files used by the system console; see 704.Xr vt 4 705.Pp 706.Bl -tag -width Fl -compact 707.It Pa fonts/ 708console fonts; see 709.Xr vidcontrol 1 , 710.Xr vidfont 1 , 711and 712.Xr vtfontcvt 8 713.It Pa keymaps/ 714console keyboard maps; see 715.Xr kbdcontrol 1 716and 717.Xr kbdmap 1 718.El 719.Pp 720.It Pa zoneinfo/ 721timezone configuration information; see 722.Xr tzfile 5 723.El 724.Pp 725.It Pa src/ 726.Fx 727source code; see 728.Xr development 7 ; 729the layout of the source tree is described by the top-level 730.Pa README.md 731file 732.Pp 733.It Pa tests/ 734the 735.Fx 736test suite; see 737.Xr tests 7 738.El 739.It Pa /var/ 740log, temporary, transient, and spool files 741.Pp 742.Bl -tag -width "preserve/" -compact 743.It Pa account/ 744system accounting files 745.Pp 746.Bl -tag -width Ds -compact 747.It Pa acct 748execution accounting file; see 749.Xr acct 5 750.El 751.Pp 752.It Pa at/ 753timed command scheduling files; see 754.Xr at 1 755.Pp 756.Bl -tag -width Ds -compact 757.It Pa jobs/ 758job files 759.It Pa spool/ 760output spool files 761.El 762.Pp 763.It Pa audit/ 764security event audit trail files; see 765.Xr audit 8 766.It Pa authpf/ 767user shell sessions for authenticating gateways; see 768.Xr authpf 8 769.It Pa backups/ 770critical system configuration backups 771.It Pa cache/ 772miscellaneous cache files 773.Pp 774.Bl -tag -width Ds -compact 775.It Pa pkg/ 776cached packages for 777.Xr pkg 8 778.It Pa cups/ 779cached printers for the Common Unix Prinitng system; see 780.Xr cups 1 781.El 782.Pp 783.It Pa crash/ 784default directory to store kernel crash dumps; see 785.Xr crash 8 786and 787.Xr savecore 8 788.It Pa cron/ 789files used by cron; see 790.Xr cron 8 791.Pp 792.Bl -tag -width Ds -compact 793.It Pa tabs/ 794crontab files; see 795.Xr crontab 5 796.El 797.Pp 798.It Pa db/ 799autogenerated system-specific database files 800.Pp 801.Bl -tag -width "freebsd-update/" -compact 802.It Pa etcupdate/ 803temporary files and log for 804.Xr etcupdate 8 805.It Pa freebsd-update/ 806downloads and temporary files for 807.Xr freebsd-update 8 808.It Pa pkg/ 809package database 810.El 811.Pp 812.It Pa empty/ 813for use by programs that require an empty directory, 814used for instance by 815.Xr sshd 8 816for privilege separation 817.It Pa games/ 818status and score files for 819.Bx 820heritage games 821.It Pa heimdal/ 822Kerberos server databases; see 823.Xr kdc 8 824.It Pa lib/ 825state information for ported Linux applications 826.It Pa log/ 827system log files 828.Pp 829.Bl -tag -width "bsdinstall_log" -compact 830.It Pa Xorg.0.log 831.Xr Xserver 1 832log, if 833.Xr X 7 834is installed rotates to 835.Pa Xorg.0.log.old 836.It Pa aculog 837serial line access log; see 838.Xr cu 1 839.It Pa auth.log 840system authentication log 841.It Pa bsdinstall_log 842system installation log 843.It Pa cron 844scheduled task log; see 845.Xr cron 8 846.It Pa cups/ 847logs for 848.Xr cups 1 849.It Pa daemon.log 850default log for system daemons 851.It Pa devd.log 852default log for device state change daemon 853.It Pa dmesg.today 854system message buffer log, rotates to 855.Pa dmesg.yesterday 856.It Pa debug.log 857undiscarded debug syslog messages 858.It Pa lpd-errs 859logs for the line printer spooler daemon; see 860.Xr lpd 8 861.It Pa maillog 862.Xr sendmail 8 863log, rotates and compresses to maillog.0.bz2 864.It Pa messages 865general system log; see 866.Xr syslogd 8 867.It Pa mount.today 868currently loaded 869.Xr fstab 5 , 870rotates to 871.Pa mount.yesterday 872.It Pa pf.today 873packet filter firewall log; see 874.Xr pf 4 875.It Pa pflog 876saved packets caught by 877.Xr pflogd 8 878.It Pa ppp.log 879see 880.Xr ppp 8 881.It Pa security 882transcript of events marked with the security flag 883.It Pa setuid.today 884listing of executable files which run with elevated permissions, rotates 885to 886.Pa setuid.yesterday 887.It Pa userlog 888logs changes in users or groups 889.It Pa utx.lastlogin 890last login log; see 891.Xr getutxent 3 892.It Pa utx.log 893login/logout log; see 894.Xr getutxent 3 895.It Pa xferlog 896default log for 897.Xr ftpd 8 898.El 899.Pp 900.It Pa mail/ 901user mailbox files 902.It Pa msgs/ 903system messages database; see 904.Xr msgs 1 905.It Pa preserve/ 906unused, present for historical reasons 907.It Pa quotas/ 908UFS quota information files 909.It Pa run/ 910files containing information about the operating system since it was booted 911.Pp 912.Bl -tag -width "wpa_supplicant/" -compact 913.It Pa bhyve/ 914.Xr bhyve 8 915virtual machine 916.Xr unix 4 Ns -domain sockets 917.It Pa ppp/ 918writable by the 919.Dq network 920group for command connection sockets; see 921.Xr ppp 8 922.It Pa utx.active 923database of current users; see 924.Xr getutxent 3 925.It Pa wpa_supplicant/ 926IEEE Std. 802.11 wifi run time files 927.El 928.Pp 929.It Pa rwho/ 930information about other systems on the local network; see 931.Xr rwhod 8 , 932.Xr rwho 1 , 933and 934.Xr ruptime 1 935.It Pa spool/ 936printer and mail system spooling directories 937.Pp 938.Bl -tag -width "clientmqueue/" -compact 939.It Pa clientmqueue/ 940undelivered submission mail queue; see 941.Xr sendmail 8 942.It Pa cups/ 943print jobs and temporary files for 944.Xr cups 1 945.It Pa dma/ 946undelivered mail queue for 947.Dx 948Mail Agent; see 949.Xr dma 8 950.It Pa lock/ 951serial device locks; see 952.Xr uucplock 3 953.It Pa lpd/ 954line printer spooler daemon spool 955.It Pa ftp/ 956ftp root directory; see 957.Xr ftpd 8 958.It Pa mqueue/ 959undelivered mail queue for 960.Xr sendmail 8 961.It Pa output/ 962line printer spooling directories 963.El 964.Pp 965.It Pa tmp/ 966temporary files not removed between system reboots 967.Pp 968.Bl -tag -width "vi.recover/" -compact 969.It Pa vi.recover/ 970recovery files for the 971.Xr vi 1 972editor 973.El 974.Pp 975.It Pa unbound/ 976files and configuration for 977.Xr unbound 8 978.It Pa yp/ 979the NIS maps; see 980.Xr yp 8 981.El 982.El 983.Sh NOTES 984This manual page documents the default 985.Fx 986file system layout. 987The actual hierarchy on a given system is defined at the system 988administrator's discretion. 989A well-maintained installation will include a customized version of 990this document. 991.Sh SEE ALSO 992.Xr apropos 1 , 993.Xr find 1 , 994.Xr grep 1 , 995.Xr ls 1 , 996.Xr whereis 1 , 997.Xr which 1 998.Sh HISTORY 999A 1000.Nm 1001manual page first appeared in 1979 with 1002.At v7 . 1003