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 30, 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 /nonexistent/ 178a non-existent directory; 179by convention, it serves as a home directory 180for special user accounts 181that need no home directory; 182see also 183.Pa /var/empty/ 184.It Pa /proc/ 185process file system; 186see 187.Xr procfs 5 188.It Pa /rescue/ 189statically linked programs for emergency recovery; 190see 191.Xr rescue 8 192.It Pa /root/ 193root's HOME directory 194.It Pa /sbin/ 195system programs and administration utilities 196fundamental to both single-user and multi-user environments 197.It Pa /tmp/ 198temporary files that are not guaranteed to persist across system reboots 199.It Pa /usr/ 200contains the majority of user utilities and applications 201.Pp 202.Bl -tag -width "freebsd-dist/" -compact 203.It Pa bin/ 204common utilities, programming tools, and applications 205.It Pa compat/ 206files needed to support binary compatibility with other operating systems; 207see 208.Xr linux 4 209.It Pa freebsd-dist/ 210distribution files 211.Pq like base.txz ; 212see 213.Xr release 7 214and 215.Xr bsdinstall 8 216.It Pa include/ 217standard C include files 218.Pp 219.Bl -tag -width "kerberos5/" -compact 220.It Pa arpa/ 221C include files for Internet service protocols 222.It Pa bsnmp/ 223C include files for the SNMP daemon 224.It Pa c++/ 225C++ include files 226.It Pa cam/ 227C include files for the Common Access Methods Layer 228.Bl -tag -width "kerberos5/" -compact 229.It Pa scsi/ 230SCSI device on top of CAM 231.El 232.It Pa dev/ 233C include files for programming various 234.Fx 235devices 236.Bl -tag -width "kerberos5/" -compact 237.It Pa ic/ 238various header files describing driver- and bus-independent 239hardware circuits 240.It Pa ofw/ 241Open Firmware support 242.It Pa pbio/ 2438255 PPI cards; 244see 245.Xr pbio 4 246.It Pa ppbus/ 247parallel port bus; 248see 249.Xr ppbus 4 250.It Pa usb/ 251USB subsystem 252.El 253.It Pa fs/ 254.Bl -tag -width "kerberos5/" -compact 255.It Pa fdescfs/ 256per-process file descriptors file system 257.It Pa msdosfs/ 258MS-DOS file system 259.It Pa nfs/ 260C include files for NFS (Network File System) version 2, 3 and 4 261.It Pa nullfs/ 262loopback file system 263.It Pa procfs/ 264process file system 265.It Pa smbfs/ 266SMB/CIFS file system 267.It Pa udf/ 268UDF file system 269.It Pa unionfs 270union file system 271.El 272.It Pa geom/ 273GEOM framework 274.Bl -tag -width "kerberos5/" -compact 275.It Pa concat/ 276CONCAT GEOM class 277.It Pa gate/ 278GATE GEOM class 279.It Pa mirror/ 280MIRROR GEOM class 281.It Pa nop/ 282NOP GEOM class 283.It Pa raid3/ 284RAID3 GEOM class 285.It Pa stripe/ 286STRIPE GEOM class 287.El 288.It Pa libmilter/ 289C include files for libmilter, 290the 291.Xr sendmail 8 292mail filter API 293.It Pa machine/ 294machine-specific C include files 295.It Pa net/ 296miscellaneous network C include files 297.Bl -tag -width Fl -compact 298.It Pa altq/ 299C include files for alternate packet queueing; see 300.Xr altq 4 301.El 302.It Pa net80211/ 303C include files for 802.11 wireless networking; 304see 305.Xr net80211 4 306.It Pa netinet/ 307C include files for Internet standard protocols; 308see 309.Xr inet 4 310.It Pa netinet6/ 311C include files for Internet protocol version 6; 312see 313.Xr inet6 4 314.It Pa netipsec/ 315kernel key-management service; 316see 317.Xr ipsec 4 318.It Pa netsmb/ 319SMB/CIFS requester 320.It Pa nfs/ 321C include files for NFS (Network File System) version 2 and 3 (legacy) 322.It Pa openssl/ 323OpenSSL (Cryptography/SSL toolkit) headers 324.It Pa protocols/ 325C include files for Berkeley service protocols 326.It Pa rpc/ 327remote procedure calls; 328see 329.Xr rpc 3 330.It Pa rpcsvc/ 331definition of RPC service structures; see 332.Xr rpc 3 333.It Pa security/ 334PAM; see 335.Xr pam 8 336.It Pa sys/ 337system C include files (kernel data structures) 338.\" .It Pa tcl/ 339.\" Tcl language; 340.\" see 341.\" .Xr Tcl n 342.\" .Bl -tag -width "kerberos5/" -compact 343.\" .It Pa generic/ 344.\" ??? 345.\" .It Pa unix/ 346.\" ??? 347.\" .El 348.It Pa ufs/ 349C include files for UFS (The U-word File System) 350.Bl -tag -width "kerberos5/" -compact 351.It Pa ffs/ 352Fast file system 353.It Pa ufs/ 354UFS file system 355.El 356.It Pa vm/ 357virtual memory; 358see 359.Xr vmstat 8 360.El 361.Pp 362.It Pa lib/ 363shared and archive 364.Xr ar 1 Ns -type 365libraries 366.Pp 367.Bl -tag -width Fl -compact 368.It Pa compat/ 369shared libraries for compatibility 370.It Pa debug/ 371standalone debug data for the kernel and base system libraries and binaries 372.It Pa dtrace/ 373DTrace library scripts 374.It Pa engines/ 375OpenSSL (Cryptography/SSL toolkit) dynamically loadable engines 376.El 377.Pp 378.It Pa libdata/ 379miscellaneous utility data files 380.Pp 381.Bl -tag -width Fl -compact 382.It Pa gcc/ 383.Xr gcc 1 384configuration data 385.It Pa ldscripts/ 386linker scripts; 387see 388.Xr ld 1 389.El 390.Pp 391.It Pa libexec/ 392system daemons & system utilities (executed by other programs) 393.Pp 394.Bl -tag -width Fl -compact 395.It Pa aout/ 396utilities to manipulate a.out executables 397.It Pa elf/ 398utilities to manipulate ELF executables 399.It Pa lpr/ 400utilities and filters for LP print system; 401see 402.Xr lpr 1 403.It Pa sendmail/ 404the 405.Xr sendmail 8 406binary; 407see 408.Xr mailwrapper 8 409.It Pa sm.bin/ 410restricted shell for 411.Xr sendmail 8 ; 412see 413.Xr smrsh 8 414.El 415.Pp 416.It Pa local/ 417local executables, libraries, etc. 418Also used as the default destination for the 419.Xr ports 7 420framework. 421Within 422.Pa local/ , 423the general layout sketched out by 424.Nm 425for 426.Pa /usr 427should be used. 428Exceptions are the 429ports documentation 430.Po in 431.Pa share/doc/<port>/ Ns Pc , 432and 433.Pa /usr/local/etc 434.Po mimics 435.Pa /etc Ns Pc . 436.It Pa obj/ 437architecture-specific target tree produced by building 438.Fx 439from source; 440see 441.Xr build 7 442.It Pa ports/ 443.Fx 444ports collection; see 445.Xr ports 7 446.It Pa sbin/ 447system daemons & system utilities (executed by users) 448.It Pa share/ 449architecture-independent files 450.Pp 451.Bl -tag -width Fl -compact 452.It Pa calendar/ 453a variety of pre-fab calendar files; 454see 455.Xr calendar 1 456.It Pa dict/ 457word lists; 458see 459.Xr look 1 460.Bl -tag -width Fl -compact 461.It Pa freebsd 462.Fx Ns -specific 463terms, proper names, and jargon 464.It Pa web2 465words from Webster's 2nd International 466.El 467.It Pa doc/ 468miscellaneous documentation; 469source for most of the printed 470.Bx 471manuals (available 472from the 473.Tn USENIX 474association) 475.Bl -tag -width Fl -compact 476.It Pa FAQ/ 477Frequently Asked Questions 478.It Pa IPv6/ 479implementation notes for IPv6 480.It Pa es/ 481Spanish translations of documents in /usr/share/doc 482.It Pa handbook/ 483.Fx 484Handbook 485.It Pa ja/ 486Japanese translations of documents in /usr/share/doc 487.It Pa legal/ 488License files for vendor supplied firmware files 489.It Pa ncurses/ 490HTML documents pertaining to ncurses; 491see 492.Xr ncurses 3 493.It Pa ntp/ 494HTML documents pertaining to the Network Time Protocol 495.It Pa ru/ 496Russian translations of documents in /usr/share/doc 497.It Pa tutorials/ 498.Fx 499tutorials 500.It Pa zh/ 501Chinese translations of documents in /usr/share/doc 502.El 503.It Pa examples/ 504various examples for users and programmers 505.It Pa firmware/ 506firmware images loaded by userland programs 507.It Pa games/ 508ASCII text files used by various games 509.It Pa keys/ 510known trusted and revoked keys 511.Bl -tag -width Fl -compact 512.It Pa pkg/ 513fingerprints for 514.Xr pkg 7 515and 516.Xr pkg 8 517.El 518.It Pa locale/ 519localization files; 520see 521.Xr setlocale 3 522.It Pa man/ 523manual pages 524.It Pa misc/ 525miscellaneous system-wide ASCII text files 526.Bl -tag -width Fl -compact 527.It Pa fonts/ 528??? 529.It Pa termcap 530terminal characteristics database; 531see 532.Xr termcap 5 533.El 534.It Pa mk/ 535templates for make; 536see 537.Xr make 1 538.It Pa nls/ 539national language support files 540.It Pa security/ 541data files for security policies such as 542.Xr mac_lomac 4 543.It Pa sendmail/ 544.Xr sendmail 8 545configuration files 546.It Pa skel/ 547example 548.Pa .\& 549(dot) files for new accounts 550.It Pa snmp/ 551MIBs, example files and tree definitions for the SNMP daemon 552.Bl -tag -width Fl -compact 553.It Pa defs/ 554tree definition files for use with 555.Xr gensnmptree 1 556.It Pa mibs/ 557MIB files 558.El 559.It Pa syscons/ 560files used by syscons; 561see 562.Xr syscons 4 563.Bl -tag -width Fl -compact 564.It Pa fonts/ 565console fonts; 566see 567.Xr vidcontrol 1 568and 569.Xr vidfont 1 570.It Pa keymaps/ 571console keyboard maps; 572see 573.Xr kbdcontrol 1 574and 575.Xr kbdmap 1 576.It Pa scrnmaps/ 577console screen maps 578.El 579.It Pa sysroot/ 580files necessary for the -sysroot compiler/linker argument to build non-native 581binaries. 582.Bl -tag -width Fl -compact 583.It Pa VERSION/ 584files for 585.Fx 586release VERSION. 587By convention, 588.Dq VERSION 589matches 590.Xr uname 1 591.Fl r . 592.Bl -tag -width Fl -compact 593.It Pa MACHINE.MACHINE_ARCH/ 594represent the binary ABI for these files. 595.Dq MACHINE 596matches 597.Xr uname 1 598.Fl m . 599.Dq MACHINE_ARCH 600matches 601.Xr uname 1 602.Fl p . 603.El 604.El 605.It Pa tabset/ 606tab description files for a variety of terminals; used in 607the termcap file; 608see 609.Xr termcap 5 610.It Pa vi/ 611localization support and utilities for 612.Xr vi 1 613.It Pa vt/ 614files used by vt; 615see 616.Xr vt 4 617.Bl -tag -width Fl -compact 618.It Pa fonts/ 619console fonts; 620see 621.Xr vidcontrol 1 622and 623.Xr vidfont 1 624.It Pa keymaps/ 625console keyboard maps; 626see 627.Xr kbdcontrol 1 628and 629.Xr kbdmap 1 630.\" .It Pa scrnmaps/ 631.\" console screen maps 632.El 633.It Pa zoneinfo/ 634timezone configuration information; 635see 636.Xr tzfile 5 637.El 638.Pp 639.It Pa src/ 640.Fx 641source code; see 642.Xr development 7 643.Pp 644.Bl -tag -width "kerberos5/" -compact 645.It Pa bin/ 646source code for files in /bin 647.It Pa cddl/ 648utilities covered by the Common Development and Distribution License 649.It Pa contrib/ 650source code for contributed software 651.It Pa crypto/ 652source code for contributed cryptography software 653.It Pa etc/ 654source code for files in 655.Pa /etc 656.It Pa gnu/ 657utilities covered by the GNU General Public License 658.It Pa include/ 659source code for files in 660.Pa /usr/include 661.It Pa kerberos5/ 662build infrastructure for Kerberos version 5 663.It Pa lib/ 664source code for files in 665.Pa /lib 666and 667.Pa /usr/lib 668.It Pa libexec/ 669source code for files in 670.Pa /usr/libexec 671.It Pa release/ 672files required to produce a 673.Fx 674release 675.It Pa rescue/ 676source code for files in 677.Pa /rescue 678.It Pa sbin/ 679source code for files in 680.Pa /sbin 681.It Pa secure/ 682build directory for files in 683.Pa /usr/src/crypto 684.It Pa share/ 685source for files in 686.Pa /usr/share 687.It Pa stand/ 688boot loader source code 689.It Pa sys/ 690kernel source code 691.Bl -tag -width Fl -compact 692.It Pa amd64/ 693AMD64 architecture support 694.It Pa arm/ 695ARM architecture support 696.It Pa arm64/ 697ARMv8 architecture support 698.It Pa cam/ 699.Xr cam 4 700and 701.Xr ctl 4 702.It Pa cddl/ 703CDDL-licensed optional sources, including ZFS 704and DTrace 705.It Pa ddb/ 706.Xr ddb 4 707.It Pa fs/ 708most filesystems 709.It Pa dev/ 710device drivers 711.It Pa geom/ 712.Xr geom 4 713.It Pa i386/ 714i386 (32 bit) architecture support 715.It Pa kern/ 716main part of the kernel 717.It Pa net80211/ 718.Xr net80211 4 719.It Pa netgraph/ 720.Xr netgraph 4 721.It Pa netinet/ 722.Xr inet 4 723.It Pa netinet6/ 724.Xr inet6 4 725.It Pa netipsec/ 726.Xr ipsec 4 727.It Pa netpfil/ 728.Xr ipfw 4 729and 730.Xr pf 4 731.It Pa opencrypto/ 732.Xr crypto 7 733.It Pa powerpc/ 734PowerPC/POWER architecture support 735.It Pa riscv/ 736RISC-V architecture support 737.It Pa security/ 738.Xr audit 4 739and 740.Xr mac 4 741.It Pa sys/ 742kernel headers 743.It Pa ufs/ 744Unix File System 745.It Pa x86/ 746code shared by AMD64 and i386 architectures 747.El 748.It Pa targets/ 749support for experimental DIRDEPS_BUILD 750.It Pa tests/ 751source code for files in 752.Pa /usr/tests 753.It Pa tools/ 754tools used for maintenance and testing of 755.Fx 756.It Pa usr.bin/ 757source code for files in 758.Pa /usr/bin 759.It Pa usr.sbin/ 760source code for files in 761.Pa /usr/sbin 762.El 763.Pp 764.It Pa tests/ 765The 766.Fx 767test suite; see 768.Xr tests 7 769.El 770.It Pa /var/ 771multi-purpose log, temporary, transient, and spool files 772.Pp 773.Bl -tag -width "defaults/" -compact 774.It Pa account/ 775system accounting files 776.Pp 777.Bl -tag -width Fl -compact 778.It Pa acct 779execution accounting file; 780see 781.Xr acct 5 782.El 783.Pp 784.It Pa at/ 785timed command scheduling files; 786see 787.Xr \&at 1 788.Pp 789.Bl -tag -width Fl -compact 790.It Pa jobs/ 791directory containing job files 792.It Pa spool/ 793directory containing output spool files 794.El 795.Pp 796.It Pa backups/ 797miscellaneous backup files 798.It Pa cache/ 799miscellaneous cached files 800.Pp 801.Bl -tag -width Fl -compact 802.It Pa pkg/ 803cached packages for 804.Xr pkg 8 805.El 806.Pp 807.It Pa crash/ 808default directory to store kernel crash dumps; see 809.Xr crash 8 810and 811.Xr savecore 8 812.It Pa cron/ 813files used by cron; 814see 815.Xr cron 8 816.Pp 817.Bl -tag -width Fl -compact 818.It Pa tabs/ 819crontab files; 820see 821.Xr crontab 5 822.El 823.Pp 824.It Pa db/ 825miscellaneous automatically generated system-specific database files 826.It Pa empty/ 827empty directory for use by programs that need a specifically empty directory. 828Used for instance by 829.Xr sshd 8 830for privilege separation 831.It Pa games/ 832miscellaneous game status and score files 833.It Pa heimdal/ 834Kerberos server databases; see 835.Xr kdc 8 836.It Pa log/ 837miscellaneous system log files 838.Pp 839.Bl -tag -width Fl -compact 840.It Pa utx.lastlogin 841last login log; 842see 843.Xr getutxent 3 844.It Pa utx.log 845login/logout log; 846see 847.Xr getutxent 3 848.El 849.Pp 850.It Pa mail/ 851user mailbox files 852.It Pa msgs/ 853system messages database; 854see 855.Xr msgs 1 856.It Pa preserve/ 857temporary home of files preserved after an accidental death 858of an editor; 859see 860.Xr \&ex 1 861.It Pa quotas/ 862file system quota information files 863.It Pa run/ 864system information files describing various info about 865system since it was booted 866.Pp 867.Bl -tag -width Fl -compact 868.It Pa bhyve/ 869.Xr bhyve 8 870virtual machine 871.Xr unix 4 Ns -domain sockets 872.It Pa ppp/ 873writable by the 874.Dq network 875group for command connection sockets; see 876.Xr ppp 8 877.It Pa utx.active 878database of current users; 879see 880.Xr getutxent 3 881.El 882.Pp 883.It Pa rwho/ 884rwho data files; 885see 886.Xr rwhod 8 , 887.Xr rwho 1 , 888and 889.Xr ruptime 1 890.It Pa spool/ 891miscellaneous printer and mail system spooling directories 892.Pp 893.Bl -tag -width Fl -compact 894.It Pa clientmqueue/ 895undelivered submission mail queue; 896see 897.Xr sendmail 8 898.It Pa ftp/ 899ftp root directory; 900see 901.Xr ftpd 8 902.It Pa mqueue/ 903undelivered mail queue; 904see 905.Xr sendmail 8 906.It Pa output/ 907line printer spooling directories 908.El 909.Pp 910.It Pa tmp/ 911temporary files that are kept between system reboots 912.Pp 913.Bl -tag -width Fl -compact 914.It Pa vi.recover/ 915the directory where recovery files are stored 916.El 917.Pp 918.It Pa yp/ 919the NIS maps; see 920.Xr yp 8 921.El 922.El 923.Sh NOTES 924This manual page documents the default 925.Fx 926file system layout, but 927the actual hierarchy on a given system is defined at the system 928administrator's discretion. 929A well-maintained installation will include a customized version of 930this document. 931.Sh SEE ALSO 932.Xr apropos 1 , 933.Xr find 1 , 934.Xr grep 1 , 935.Xr ls 1 , 936.Xr whereis 1 , 937.Xr which 1 938.Sh HISTORY 939A 940.Nm 941manual page appeared in 942.At v7 . 943