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. Neither the name of the University nor the names of its contributors 13.\" may be used to endorse or promote products derived from this software 14.\" without specific prior written permission. 15.\" 16.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 17.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 18.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 19.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 20.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 26.\" SUCH DAMAGE. 27.\" 28.\" @(#)hier.7 8.1 (Berkeley) 6/5/93 29.\" $FreeBSD$ 30.\" 31.Dd June 28, 2022 32.Dt HIER 7 33.Os 34.Sh NAME 35.Nm hier 36.Nd layout of file systems 37.Sh DESCRIPTION 38A sketch of the file system hierarchy. 39.Bl -tag -width "/libexec/" 40.It Pa / 41root directory of the file system 42.It Pa /bin/ 43user utilities fundamental to both single-user and multi-user environments 44.It Pa /boot/ 45programs and configuration files used during operating system bootstrap 46.Pp 47.Bl -tag -width "defaults/" -compact 48.It Pa defaults/ 49default bootstrapping configuration files; see 50.Xr loader.conf 5 51.It Pa dtb/ 52Compiled flattened device tree (FDT) files; see 53.Xr fdt 4 54and 55.Xr dtc 1 56.It Pa efi/ 57Mount point for EFI System Partition (ESP) on UEFI systems 58.It Pa firmware/ 59loadable kernel modules containing binary firmware for hardware that needs 60firmware downloaded to it to function 61.It Pa kernel/ 62pure kernel executable (the operating system loaded into memory 63at boot time) and kernel modules 64.It Pa modules/ 65third-party loadable kernel modules, such as the ones installed from 66.Xr ports 7 67.It Pa overlays/ 68Compiled flattened device tree (FDT) overlays; see 69.Xr fdt 4 70and 71.Xr dtc 1 72.It Pa zfs/ 73.Xr zfs 8 74zpool cache files 75.El 76.It Pa /cdrom/ 77default mount point for CD-ROM drives 78.It Pa /compat/ 79normally a link to 80.Pa /usr/compat . 81If not, then the 82.Pa /usr/compat 83comments apply 84.It Pa /dev/ 85device special files managed by 86.Xr devfs 5 87.Pp 88.Bl -tag -width "defaults/" -compact 89.It Pa fd/ 90file descriptor files; 91see 92.Xr \&fd 4 93.El 94.It Pa /etc/ 95system configuration files and scripts 96.Pp 97.Bl -tag -width "defaults/" -compact 98.It Pa defaults/ 99default system configuration files; 100see 101.Xr rc 8 102.It Pa bluetooth/ 103bluetooth configuration files 104.It Pa localtime 105local timezone information; 106see 107.Xr ctime 3 108.It Pa mail/ 109Sendmail control files 110.It Pa mtree/ 111mtree configuration files; 112see 113.Xr mtree 8 114.It Pa pam.d/ 115configuration files for the Pluggable Authentication Modules (PAM) 116library 117.It Pa periodic/ 118scripts that are run daily, weekly, and monthly, via 119.Xr cron 8 ; 120see 121.Xr periodic 8 122.It Pa rc.d/ 123system and daemon startup/control scripts; 124see 125.Xr rc 8 126.It Pa security/ 127OpenBSM audit configuration files; 128see 129.Xr audit 8 130.It Pa ppp/ 131ppp configuration files; 132see 133.Xr ppp 8 134.It Pa ssh/ 135OpenSSH configuration files; 136see 137.Xr ssh 1 138.It Pa ssl/ 139OpenSSL configuration files 140.El 141.It Pa /lib/ 142critical system libraries needed for binaries in 143.Pa /bin 144and 145.Pa /sbin 146.Pp 147.Bl -tag -width "defaults/" -compact 148.It Pa casper/ 149service-specific 150.Xr libcasper 3 151Capsicum support libraries 152.It Pa geom/ 153class-specific libraries for the 154.Xr geom 8 155utility 156.It Pa nvmecontrol/ 157vendor-specific libraries to extend the 158.Xr nvmecontrol 8 159utility 160.El 161.It Pa /libexec/ 162critical system utilities needed for binaries in 163.Pa /bin 164and 165.Pa /sbin 166.It Pa /media/ 167contains subdirectories to be used as mount points 168for removable media such as CDs, USB drives, and 169floppy disks 170.It Pa /mnt/ 171empty directory commonly used by 172system administrators as a temporary mount point 173.It Pa /net/ 174automounted NFS shares; 175see 176.Xr auto_master 5 177.It Pa /proc/ 178process file system; 179see 180.Xr procfs 5 181.It Pa /rescue/ 182statically linked programs for emergency recovery; 183see 184.Xr rescue 8 185.It Pa /root/ 186root's HOME directory 187.It Pa /sbin/ 188system programs and administration utilities 189fundamental to both single-user and multi-user environments 190.It Pa /tmp/ 191temporary files that are not guaranteed to persist across system reboots 192.It Pa /usr/ 193contains the majority of user utilities and applications 194.Pp 195.Bl -tag -width "freebsd-dist/" -compact 196.It Pa bin/ 197common utilities, programming tools, and applications 198.It Pa compat/ 199files needed to support binary compatibility with other operating systems; 200see 201.Xr linux 4 202.It Pa freebsd-dist/ 203distribution files 204.Pq like base.txz ; 205see 206.Xr release 7 207and 208.Xr bsdinstall 8 209.It Pa include/ 210standard C include files 211.Pp 212.Bl -tag -width "kerberos5/" -compact 213.It Pa arpa/ 214C include files for Internet service protocols 215.It Pa bsnmp/ 216C include files for the SNMP daemon 217.It Pa c++/ 218C++ include files 219.It Pa cam/ 220C include files for the Common Access Methods Layer 221.Bl -tag -width "kerberos5/" -compact 222.It Pa scsi/ 223SCSI device on top of CAM 224.El 225.It Pa dev/ 226C include files for programming various 227.Fx 228devices 229.Bl -tag -width "kerberos5/" -compact 230.It Pa ic/ 231various header files describing driver- and bus-independent 232hardware circuits 233.It Pa ofw/ 234Open Firmware support 235.It Pa pbio/ 2368255 PPI cards; 237see 238.Xr pbio 4 239.It Pa ppbus/ 240parallel port bus; 241see 242.Xr ppbus 4 243.It Pa usb/ 244USB subsystem 245.El 246.It Pa fs/ 247.Bl -tag -width "kerberos5/" -compact 248.It Pa fdescfs/ 249per-process file descriptors file system 250.It Pa msdosfs/ 251MS-DOS file system 252.It Pa nfs/ 253C include files for NFS (Network File System) version 2, 3 and 4 254.It Pa nullfs/ 255loopback file system 256.It Pa procfs/ 257process file system 258.It Pa smbfs/ 259SMB/CIFS file system 260.It Pa udf/ 261UDF file system 262.It Pa unionfs 263union file system 264.El 265.It Pa geom/ 266GEOM framework 267.Bl -tag -width "kerberos5/" -compact 268.It Pa concat/ 269CONCAT GEOM class 270.It Pa gate/ 271GATE GEOM class 272.It Pa mirror/ 273MIRROR GEOM class 274.It Pa nop/ 275NOP GEOM class 276.It Pa raid3/ 277RAID3 GEOM class 278.It Pa stripe/ 279STRIPE GEOM class 280.El 281.It Pa libmilter/ 282C include files for libmilter, 283the 284.Xr sendmail 8 285mail filter API 286.It Pa machine/ 287machine-specific C include files 288.It Pa net/ 289miscellaneous network C include files 290.Bl -tag -width Fl -compact 291.It Pa altq/ 292C include files for alternate packet queueing; see 293.Xr altq 4 294.El 295.It Pa net80211/ 296C include files for 802.11 wireless networking; 297see 298.Xr net80211 4 299.It Pa netinet/ 300C include files for Internet standard protocols; 301see 302.Xr inet 4 303.It Pa netinet6/ 304C include files for Internet protocol version 6; 305see 306.Xr inet6 4 307.It Pa netipsec/ 308kernel key-management service; 309see 310.Xr ipsec 4 311.It Pa netsmb/ 312SMB/CIFS requester 313.It Pa nfs/ 314C include files for NFS (Network File System) version 2 and 3 (legacy) 315.It Pa openssl/ 316OpenSSL (Cryptography/SSL toolkit) headers 317.It Pa protocols/ 318C include files for Berkeley service protocols 319.It Pa rpc/ 320remote procedure calls; 321see 322.Xr rpc 3 323.It Pa rpcsvc/ 324definition of RPC service structures; see 325.Xr rpc 3 326.It Pa security/ 327PAM; see 328.Xr pam 8 329.It Pa sys/ 330system C include files (kernel data structures) 331.\" .It Pa tcl/ 332.\" Tcl language; 333.\" see 334.\" .Xr Tcl n 335.\" .Bl -tag -width "kerberos5/" -compact 336.\" .It Pa generic/ 337.\" ??? 338.\" .It Pa unix/ 339.\" ??? 340.\" .El 341.It Pa ufs/ 342C include files for UFS (The U-word File System) 343.Bl -tag -width "kerberos5/" -compact 344.It Pa ffs/ 345Fast file system 346.It Pa ufs/ 347UFS file system 348.El 349.It Pa vm/ 350virtual memory; 351see 352.Xr vmstat 8 353.El 354.Pp 355.It Pa lib/ 356shared and archive 357.Xr ar 1 Ns -type 358libraries 359.Pp 360.Bl -tag -width Fl -compact 361.It Pa aout/ 362a.out archive libraries 363.It Pa compat/ 364shared libraries for compatibility 365.Bl -tag -width Fl -compact 366.It Pa aout/ 367a.out backward compatibility libraries 368.El 369.It Pa debug/ 370standalone debug data for the kernel and base system libraries and binaries 371.It Pa dtrace/ 372DTrace library scripts 373.It Pa engines/ 374OpenSSL (Cryptography/SSL toolkit) dynamically loadable engines 375.El 376.Pp 377.It Pa libdata/ 378miscellaneous utility data files 379.Pp 380.Bl -tag -width Fl -compact 381.It Pa gcc/ 382.Xr gcc 1 383configuration data 384.It Pa ldscripts/ 385linker scripts; 386see 387.Xr ld 1 388.El 389.Pp 390.It Pa libexec/ 391system daemons & system utilities (executed by other programs) 392.Pp 393.Bl -tag -width Fl -compact 394.It Pa aout/ 395utilities to manipulate a.out executables 396.It Pa elf/ 397utilities to manipulate ELF executables 398.It Pa lpr/ 399utilities and filters for LP print system; 400see 401.Xr lpr 1 402.It Pa sendmail/ 403the 404.Xr sendmail 8 405binary; 406see 407.Xr mailwrapper 8 408.It Pa sm.bin/ 409restricted shell for 410.Xr sendmail 8 ; 411see 412.Xr smrsh 8 413.El 414.Pp 415.It Pa local/ 416local executables, libraries, etc. 417Also used as the default destination for the 418.Xr ports 7 419framework. 420Within 421.Pa local/ , 422the general layout sketched out by 423.Nm 424for 425.Pa /usr 426should be used. 427Exceptions are the 428ports documentation 429.Po in 430.Pa share/doc/<port>/ Ns Pc , 431and 432.Pa /usr/local/etc 433.Po mimics 434.Pa /etc Ns Pc . 435.It Pa obj/ 436architecture-specific target tree produced by building 437.Fx 438from source; 439see 440.Xr build 7 441.It Pa ports/ 442.Fx 443ports collection; see 444.Xr ports 7 445.It Pa sbin/ 446system daemons & system utilities (executed by users) 447.It Pa share/ 448architecture-independent files 449.Pp 450.Bl -tag -width Fl -compact 451.It Pa calendar/ 452a variety of pre-fab calendar files; 453see 454.Xr calendar 1 455.It Pa dict/ 456word lists; 457see 458.Xr look 1 459.Bl -tag -width Fl -compact 460.It Pa freebsd 461.Fx Ns -specific 462terms, proper names, and jargon 463.It Pa web2 464words from Webster's 2nd International 465.El 466.It Pa doc/ 467miscellaneous documentation; 468source for most of the printed 469.Bx 470manuals (available 471from the 472.Tn USENIX 473association) 474.Bl -tag -width Fl -compact 475.It Pa FAQ/ 476Frequently Asked Questions 477.It Pa IPv6/ 478implementation notes for IPv6 479.It Pa es/ 480Spanish translations of documents in /usr/share/doc 481.It Pa handbook/ 482.Fx 483Handbook 484.It Pa ja/ 485Japanese translations of documents in /usr/share/doc 486.It Pa legal/ 487License files for vendor supplied firmware files 488.It Pa ncurses/ 489HTML documents pertaining to ncurses; 490see 491.Xr ncurses 3 492.It Pa ntp/ 493HTML documents pertaining to the Network Time Protocol 494.It Pa ru/ 495Russian translations of documents in /usr/share/doc 496.It Pa tutorials/ 497.Fx 498tutorials 499.It Pa zh/ 500Chinese translations of documents in /usr/share/doc 501.El 502.It Pa examples/ 503various examples for users and programmers 504.It Pa firmware/ 505firmware images loaded by userland programs 506.It Pa games/ 507ASCII text files used by various games 508.It Pa keys/ 509known trusted and revoked keys 510.Bl -tag -width Fl -compact 511.It Pa pkg/ 512fingerprints for 513.Xr pkg 7 514and 515.Xr pkg 8 516.El 517.It Pa locale/ 518localization files; 519see 520.Xr setlocale 3 521.It Pa man/ 522manual pages 523.It Pa misc/ 524miscellaneous system-wide ASCII text files 525.Bl -tag -width Fl -compact 526.It Pa fonts/ 527??? 528.It Pa termcap 529terminal characteristics database; 530see 531.Xr termcap 5 532.El 533.It Pa mk/ 534templates for make; 535see 536.Xr make 1 537.It Pa nls/ 538national language support files 539.It Pa security/ 540data files for security policies such as 541.Xr mac_lomac 4 542.It Pa sendmail/ 543.Xr sendmail 8 544configuration files 545.It Pa skel/ 546example 547.Pa .\& 548(dot) files for new accounts 549.It Pa snmp/ 550MIBs, example files and tree definitions for the SNMP daemon 551.Bl -tag -width Fl -compact 552.It Pa defs/ 553tree definition files for use with 554.Xr gensnmptree 1 555.It Pa mibs/ 556MIB files 557.El 558.It Pa syscons/ 559files used by syscons; 560see 561.Xr syscons 4 562.Bl -tag -width Fl -compact 563.It Pa fonts/ 564console fonts; 565see 566.Xr vidcontrol 1 567and 568.Xr vidfont 1 569.It Pa keymaps/ 570console keyboard maps; 571see 572.Xr kbdcontrol 1 573and 574.Xr kbdmap 1 575.It Pa scrnmaps/ 576console screen maps 577.El 578.It Pa sysroot/ 579files necessary for the -sysroot compiler/linker argument to build non-native 580binaries. 581.Bl -tag -width Fl -compact 582.It Pa VERSION/ 583files for 584.Fx 585release VERSION. 586By convention, 587.Dq VERSION 588matches 589.Xr uname 1 590.Fl r . 591.Bl -tag -width Fl -compact 592.It Pa MACHINE.MACHINE_ARCH/ 593represent the binary ABI for these files. 594.Dq MACHINE 595matches 596.Xr uname 1 597.Fl m . 598.Dq MACHINE_ARCH 599matches 600.Xr uname 1 601.Fl p . 602.El 603.El 604.It Pa tabset/ 605tab description files for a variety of terminals; used in 606the termcap file; 607see 608.Xr termcap 5 609.It Pa vi/ 610localization support and utilities for 611.Xr vi 1 612.It Pa vt/ 613files used by vt; 614see 615.Xr vt 4 616.Bl -tag -width Fl -compact 617.It Pa fonts/ 618console fonts; 619see 620.Xr vidcontrol 1 621and 622.Xr vidfont 1 623.It Pa keymaps/ 624console keyboard maps; 625see 626.Xr kbdcontrol 1 627and 628.Xr kbdmap 1 629.\" .It Pa scrnmaps/ 630.\" console screen maps 631.El 632.It Pa zoneinfo/ 633timezone configuration information; 634see 635.Xr tzfile 5 636.El 637.Pp 638.It Pa src/ 639.Fx 640source code; see 641.Xr development 7 642.Pp 643.Bl -tag -width "kerberos5/" -compact 644.It Pa bin/ 645source code for files in /bin 646.It Pa cddl/ 647utilities covered by the Common Development and Distribution License 648.It Pa contrib/ 649source code for contributed software 650.It Pa crypto/ 651source code for contributed cryptography software 652.It Pa etc/ 653source code for files in 654.Pa /etc 655.It Pa gnu/ 656utilities covered by the GNU General Public License 657.It Pa include/ 658source code for files in 659.Pa /usr/include 660.It Pa kerberos5/ 661build infrastructure for Kerberos version 5 662.It Pa lib/ 663source code for files in 664.Pa /lib 665and 666.Pa /usr/lib 667.It Pa libexec/ 668source code for files in 669.Pa /usr/libexec 670.It Pa release/ 671files required to produce a 672.Fx 673release 674.It Pa rescue/ 675source code for files in 676.Pa /rescue 677.It Pa sbin/ 678source code for files in 679.Pa /sbin 680.It Pa secure/ 681build directory for files in 682.Pa /usr/src/crypto 683.It Pa share/ 684source for files in 685.Pa /usr/share 686.It Pa stand/ 687boot loader source code 688.It Pa sys/ 689kernel source code 690.Bl -tag -width Fl -compact 691.It Pa amd64/ 692AMD64 architecture support 693.It Pa arm/ 694ARM architecture support 695.It Pa arm64/ 696ARMv8 architecture support 697.It Pa cam/ 698.Xr cam 4 699and 700.Xr ctl 4 701.It Pa cddl/ 702CDDL-licensed optional sources, including ZFS 703and DTrace 704.It Pa ddb/ 705.Xr ddb 4 706.It Pa fs/ 707most filesystems 708.It Pa dev/ 709device drivers 710.It Pa geom/ 711.Xr geom 4 712.It Pa i386/ 713i386 (32 bit) architecture support 714.It Pa kern/ 715main part of the kernel 716.It Pa net80211/ 717.Xr net80211 4 718.It Pa netgraph/ 719.Xr netgraph 4 720.It Pa netinet/ 721.Xr inet 4 722.It Pa netinet6/ 723.Xr inet6 4 724.It Pa netipsec/ 725.Xr ipsec 4 726.It Pa netpfil/ 727.Xr ipfw 4 728and 729.Xr pf 4 730.It Pa opencrypto/ 731.Xr crypto 7 732.It Pa powerpc/ 733PowerPC/POWER architecture support 734.It Pa riscv/ 735RISC-V architecture support 736.It Pa security/ 737.Xr audit 4 738and 739.Xr mac 4 740.It Pa sys/ 741kernel headers 742.It Pa ufs/ 743Unix File System 744.It Pa x86/ 745code shared by AMD64 and i386 architectures 746.El 747.It Pa targets/ 748support for experimental DIRDEPS_BUILD 749.It Pa tests/ 750source code for files in 751.Pa /usr/tests 752.It Pa tools/ 753tools used for maintenance and testing of 754.Fx 755.It Pa usr.bin/ 756source code for files in 757.Pa /usr/bin 758.It Pa usr.sbin/ 759source code for files in 760.Pa /usr/sbin 761.El 762.Pp 763.It Pa tests/ 764The 765.Fx 766test suite; see 767.Xr tests 7 768.El 769.It Pa /var/ 770multi-purpose log, temporary, transient, and spool files 771.Pp 772.Bl -tag -width "defaults/" -compact 773.It Pa account/ 774system accounting files 775.Pp 776.Bl -tag -width Fl -compact 777.It Pa acct 778execution accounting file; 779see 780.Xr acct 5 781.El 782.Pp 783.It Pa at/ 784timed command scheduling files; 785see 786.Xr \&at 1 787.Pp 788.Bl -tag -width Fl -compact 789.It Pa jobs/ 790directory containing job files 791.It Pa spool/ 792directory containing output spool files 793.El 794.Pp 795.It Pa backups/ 796miscellaneous backup files 797.It Pa cache/ 798miscellaneous cached files 799.Pp 800.Bl -tag -width Fl -compact 801.It Pa pkg/ 802cached packages for 803.Xr pkg 8 804.El 805.Pp 806.It Pa crash/ 807default directory to store kernel crash dumps; see 808.Xr crash 8 809and 810.Xr savecore 8 811.It Pa cron/ 812files used by cron; 813see 814.Xr cron 8 815.Pp 816.Bl -tag -width Fl -compact 817.It Pa tabs/ 818crontab files; 819see 820.Xr crontab 5 821.El 822.Pp 823.It Pa db/ 824miscellaneous automatically generated system-specific database files 825.It Pa empty/ 826empty directory for use by programs that need a specifically empty directory. 827Used for instance by 828.Xr sshd 8 829for privilege separation 830.It Pa games/ 831miscellaneous game status and score files 832.It Pa heimdal/ 833Kerberos server databases; see 834.Xr kdc 8 835.It Pa log/ 836miscellaneous system log files 837.Pp 838.Bl -tag -width Fl -compact 839.It Pa utx.lastlogin 840last login log; 841see 842.Xr getutxent 3 843.It Pa utx.log 844login/logout log; 845see 846.Xr getutxent 3 847.El 848.Pp 849.It Pa mail/ 850user mailbox files 851.It Pa msgs/ 852system messages database; 853see 854.Xr msgs 1 855.It Pa preserve/ 856temporary home of files preserved after an accidental death 857of an editor; 858see 859.Xr \&ex 1 860.It Pa quotas/ 861file system quota information files 862.It Pa run/ 863system information files describing various info about 864system since it was booted 865.Pp 866.Bl -tag -width Fl -compact 867.It Pa bhyve/ 868.Xr bhyve 8 869virtual machine 870.Xr unix 4 Ns -domain sockets 871.It Pa ppp/ 872writable by the 873.Dq network 874group for command connection sockets; see 875.Xr ppp 8 876.It Pa utx.active 877database of current users; 878see 879.Xr getutxent 3 880.El 881.Pp 882.It Pa rwho/ 883rwho data files; 884see 885.Xr rwhod 8 , 886.Xr rwho 1 , 887and 888.Xr ruptime 1 889.It Pa spool/ 890miscellaneous printer and mail system spooling directories 891.Pp 892.Bl -tag -width Fl -compact 893.It Pa clientmqueue/ 894undelivered submission mail queue; 895see 896.Xr sendmail 8 897.It Pa ftp/ 898ftp root directory; 899see 900.Xr ftpd 8 901.It Pa mqueue/ 902undelivered mail queue; 903see 904.Xr sendmail 8 905.It Pa output/ 906line printer spooling directories 907.El 908.Pp 909.It Pa tmp/ 910temporary files that are kept between system reboots 911.Pp 912.Bl -tag -width Fl -compact 913.It Pa vi.recover/ 914the directory where recovery files are stored 915.El 916.Pp 917.It Pa yp/ 918the NIS maps; see 919.Xr yp 8 920.El 921.El 922.Sh NOTES 923This manual page documents the default 924.Fx 925file system layout, but 926the actual hierarchy on a given system is defined at the system 927administrator's discretion. 928A well-maintained installation will include a customized version of 929this document. 930.Sh SEE ALSO 931.Xr apropos 1 , 932.Xr find 1 , 933.Xr grep 1 , 934.Xr ls 1 , 935.Xr whereis 1 , 936.Xr which 1 937.Sh HISTORY 938A 939.Nm 940manual page appeared in 941.At v7 . 942