]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/man/man7/hier.7
Merge apr-1.4.8 -> apr-1.5.1 and update.
[FreeBSD/FreeBSD.git] / share / man / man7 / hier.7
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 December 25, 2013
32 .Dt HIER 7
33 .Os
34 .Sh NAME
35 .Nm hier
36 .Nd layout of file systems
37 .Sh DESCRIPTION
38 A sketch of the file system hierarchy.
39 .Bl -tag -width ".Pa /libexec/"
40 .It Pa /
41 root directory of the file system
42 .It Pa /bin/
43 user utilities fundamental to both single-user and multi-user environments
44 .It Pa /boot/
45 programs and configuration files used during operating system bootstrap
46 .Pp
47 .Bl -tag -width ".Pa defaults/" -compact
48 .It Pa defaults/
49 default bootstrapping configuration files; see
50 .Xr loader.conf 5
51 .It Pa kernel/
52 pure kernel executable (the operating system loaded into memory
53 at boot time).
54 .It Pa modules/
55 third-party loadable kernel modules;
56 see
57 .Xr kldstat 8
58 .El
59 .It Pa /cdrom/
60 default mount point for CD-ROM drives
61 .It Pa /compat/
62 normally a link to
63 .Pa /usr/compat .
64 If not, then the
65 .Pa /usr/compat
66 comments apply
67 .It Pa /dev/
68 device special files managed by
69 .Xr devfs 5
70 .Pp
71 .Bl -tag -width ".Pa net/" -compact
72 .It Pa fd/
73 file descriptor files;
74 see
75 .Xr \&fd 4
76 .It Pa net/
77 network devices
78 .El
79 .It Pa /etc/
80 system configuration files and scripts
81 .Pp
82 .Bl -tag -width ".Pa bluetooth/" -compact
83 .It Pa defaults/
84 default system configuration files;
85 see
86 .Xr rc 8
87 .It Pa bluetooth/
88 bluetooth configuration files
89 .It Pa gnats/
90 gnats configuration files;
91 see
92 .Xr send-pr 1
93 .It Pa localtime
94 local timezone information;
95 see
96 .Xr ctime 3
97 .It Pa mail/
98 Sendmail control files
99 .It Pa mtree/
100 mtree configuration files;
101 see
102 .Xr mtree 8
103 .It Pa pam.d/
104 configuration files for the Pluggable Authentication Modules (PAM)
105 library
106 .It Pa periodic/
107 scripts that are run daily, weekly, and monthly, via
108 .Xr cron 8 ;
109 see
110 .Xr periodic 8
111 .It Pa rc.d/
112 System and daemon startup/control scripts;
113 see
114 .Xr rc 8
115 .It Pa security/
116 OpenBSM audit configuration files;
117 see
118 .Xr audit 8
119 .It Pa ppp/
120 ppp configuration files;
121 see
122 .Xr ppp 8
123 .It Pa ssh/
124 OpenSSH configuration files;
125 see
126 .Xr ssh 1
127 .It Pa ssl/
128 OpenSSL configuration files
129 .El
130 .It Pa /lib/
131 critical system libraries needed for binaries in
132 .Pa /bin
133 and
134 .Pa /sbin
135 .Pp
136 .Bl -tag -width ".Pa geom/" -compact
137 .It Pa geom/
138 class-specific libraries for the
139 .Xr geom 8
140 utility
141 .El
142 .It Pa /libexec/
143 critical system utilities needed for binaries in
144 .Pa /bin
145 and
146 .Pa /sbin
147 .It Pa /media/
148 contains subdirectories to be used as mount points
149 for removable media such as CDs, USB drives, and
150 floppy disks
151 .It Pa /mnt/
152 empty directory commonly used by
153 system administrators as a temporary mount point
154 .It Pa /proc/
155 process file system;
156 see
157 .Xr procfs 5
158 .It Pa /rescue/
159 statically linked programs for emergency recovery;
160 see
161 .Xr rescue 8
162 .It Pa /root/
163 root's HOME directory
164 .It Pa /sbin/
165 system programs and administration utilities
166 fundamental to both single-user and multi-user environments
167 .It Pa /tmp/
168 temporary files that are not guaranteed to persist across system reboots
169 .It Pa /usr/
170 contains the majority of user utilities and applications
171 .Pp
172 .Bl -tag -width ".Pa libdata/" -compact
173 .It Pa bin/
174 common utilities, programming tools, and applications
175 .It Pa compat/
176 files needed to support binary compatibility with other operating systems,
177 such as Linux
178 .It Pa games/
179 useful and semi-frivolous programs
180 .It Pa include/
181 standard C include files
182 .Pp
183 .Bl -tag -width ".Pa kerberos5/" -compact
184 .It Pa altq/
185 C include files for alternate queueing
186 .It Pa arpa/
187 C include files for Internet service protocols
188 .It Pa bsnmp/
189 C include files for the SNMP daemon
190 .It Pa c++/
191 C++ include files
192 .It Pa cam/
193 C include files for the Common Access Methods Layer
194 .Bl -tag -width ".Pa kerberos5/" -compact
195 .It Pa scsi/
196 The SCSI device on top of CAM
197 .El
198 .It Pa dev/
199 C include files for programming various
200 .Fx
201 devices
202 .Bl -tag -width ".Pa kerberos5/" -compact
203 .It Pa ic/
204 Various header files describing driver- and bus-independent
205 hardware circuits
206 .It Pa ofw/
207 Open Firmware support
208 .It Pa pbio/
209 8255 PPI cards;
210 see
211 .Xr pbio 4
212 .It Pa ppbus/
213 The parallel port bus;
214 see
215 .Xr ppbus 4
216 .It Pa usb/
217 The USB subsystem
218 .It Pa utopia/
219 Physical chip driver for ATM interfaces;
220 see
221 .Xr utopia 4
222 .It Pa wi/
223 The
224 .Xr wi 4
225 WaveLAN driver
226 .El
227 .It Pa fs/
228 .Bl -tag -width ".Pa kerberos5/" -compact
229 .It Pa fdescfs/
230 per-process file descriptors file system
231 .It Pa fifofs/
232 .St -p1003.1
233 FIFOs file system
234 .It Pa msdosfs/
235 MS-DOS file system
236 .It Pa nfs/
237 C include files for NFS (Network File System) version 2, 3 and 4
238 .It Pa nullfs/
239 loopback file system
240 .It Pa procfs/
241 process file system
242 .It Pa smbfs/
243 SMB/CIFS file system
244 .It Pa udf/
245 UDF file system
246 .It Pa unionfs
247 union file system
248 .El
249 .It Pa geom/
250 GEOM framework
251 .Bl -tag -width ".Pa kerberos5/" -compact
252 .It Pa concat/
253 CONCAT GEOM class
254 .It Pa gate/
255 GATE GEOM class
256 .It Pa mirror/
257 MIRROR GEOM class
258 .It Pa nop/
259 NOP GEOM class
260 .It Pa raid3/
261 RAID3 GEOM class
262 .It Pa stripe/
263 STRIPE GEOM class
264 .El
265 .Pp
266 .It Pa isc/
267 ISC utility library libisc include files
268 .It Pa isofs/
269 .Bl -tag -width ".Pa kerberos5/" -compact
270 .It Pa cd9660/
271 iso9660 file system
272 .El
273 .It Pa libmilter/
274 C include files for libmilter,
275 the
276 .Xr sendmail 8
277 mail filter API
278 .It Pa machine/
279 machine-specific C include files
280 .It Pa net/
281 miscellaneous network C include files
282 .It Pa netinet/
283 C include files for Internet standard protocols;
284 see
285 .Xr inet 4
286 .It Pa netinet6/
287 C include files for Internet protocol version 6;
288 see
289 .Xr inet6 4
290 .It Pa netipsec/
291 kernel key-management service;
292 see
293 .Xr ipsec 4
294 .It Pa netnatm/
295 NATM include files;
296 see
297 .Xr natm 4
298 .Bl -tag -width ".Pa kerberos5/" -compact
299 .It Pa api/
300 include files for the signalling API
301 .It Pa msg/
302 include files that describe signalling messages and
303 declare associated functions
304 .It Pa saal/
305 include files for the signalling AAL layer
306 .It Pa sig/
307 include files for the UNI signalling protocol
308 .El
309 .It Pa netsmb/
310 SMB/CIFS requester
311 .It Pa nfs/
312 C include files for NFS (Network File System) version 2 and 3 (legacy)
313 .It Pa objc/
314 Objective C include files
315 .It Pa openssl/
316 OpenSSL (Cryptography/SSL toolkit) headers
317 .It Pa pccard/
318 PC-CARD controllers
319 .It Pa protocols/
320 C include files for Berkeley service protocols
321 .It Pa readline/
322 get a line from a user, with editing;
323 see
324 .Xr readline 3
325 .It Pa rpc/
326 remote procedure calls;
327 see
328 .Xr rpc 3
329 .It Pa rpcsvc/
330 definition of RPC service structures; see
331 .Xr rpc 3
332 .It Pa security/
333 PAM; see
334 .Xr pam 8
335 .It Pa sys/
336 system C include files (kernel data structures)
337 .\" .It Pa tcl/
338 .\" Tcl language;
339 .\" see
340 .\" .Xr Tcl n
341 .\" .Bl -tag -width ".Pa kerberos5/" -compact
342 .\" .It Pa generic/
343 .\" ???
344 .\" .It Pa unix/
345 .\" ???
346 .\" .El
347 .It Pa ufs/
348 C include files for UFS (The U-word File System)
349 .Bl -tag -width ".Pa kerberos5/" -compact
350 .It Pa ffs/
351 Fast file system
352 .It Pa ufs/
353 UFS file system
354 .El
355 .It Pa vm/
356 virtual memory;
357 see
358 .Xr vmstat 8
359 .El
360 .Pp
361 .It Pa lib/
362 shared and archive
363 .Xr ar 1 Ns -type
364 libraries
365 .Bl -tag -width Fl -compact
366 .It Pa aout/
367 a.out archive libraries
368 .It Pa compat/
369 shared libraries for compatibility
370 .Bl -tag -width Fl -compact
371 .It Pa aout/
372 a.out backward compatibility libraries
373 .El
374 .It Pa dtrace/
375 DTrace library scripts
376 .It Pa engines/
377 OpenSSL (Cryptography/SSL toolkit) dynamically loadable engines
378 .It Pa private/
379 Private system libraries not for use by third-party programs.
380 ABI and API stability are not guaranteed.
381 .El
382 .Pp
383 .It Pa libdata/
384 miscellaneous utility data files
385 .Bl -tag -width Fl -compact
386 .It Pa gcc/
387 .Xr gcc 1
388 configuration data
389 .It Pa ldscripts/
390 linker scripts;
391 see
392 .Xr ld 1
393 .It Pa lint/
394 various prebuilt lint libraries;
395 see
396 .Xr lint 1
397 .El
398 .Pp
399 .It Pa libexec/
400 system daemons & system utilities (executed by other programs)
401 .Bl -tag -width Fl -compact
402 .It Pa aout/
403 utilities to manipulate a.out executables
404 .It Pa elf/
405 utilities to manipulate ELF executables
406 .It Pa lpr/
407 utilities and filters for LP print system;
408 see
409 .Xr lpr 1
410 .It Pa sendmail/
411 the
412 .Xr sendmail 8
413 binary;
414 see
415 .Xr mailwrapper 8
416 .It Pa sm.bin/
417 restricted shell for
418 .Xr sendmail 8 ;
419 see
420 .Xr smrsh 8
421 .El
422 .Pp
423 .It Pa local/
424 local executables, libraries, etc.
425 Also used as the default destination for the
426 .Fx
427 ports framework.
428 Within
429 .Pa local/ ,
430 the general layout sketched out by
431 .Nm
432 for
433 .Pa /usr
434 should be used.
435 Exceptions are the
436 .Pa man
437 directory
438 .Po directly under
439 .Pa local/
440 rather than under
441 .Pa local/share/ Ns Pc ,
442 ports documentation
443 .Po in
444 .Pa share/doc/<port>/ Ns Pc ,
445 and
446 .Pa /usr/local/etc
447 .Po mimics
448 .Pa /etc Ns Pc .
449 .It Pa obj/
450 architecture-specific target tree produced by building the
451 .Pa /usr/src
452 tree
453 .It Pa ports/
454 The
455 .Fx
456 ports collection (optional).
457 .It Pa sbin/
458 system daemons & system utilities (executed by users)
459 .It Pa share/
460 architecture-independent files
461 .Pp
462 .Bl -tag -width ".Pa calendar/" -compact
463 .It Pa calendar/
464 a variety of pre-fab calendar files;
465 see
466 .Xr calendar 1
467 .It Pa dict/
468 word lists;
469 see
470 .Xr look 1
471 .Pp
472 .Bl -tag -width Fl -compact
473 .It Pa freebsd
474 .Fx Ns -specific
475 terms, proper names, and jargon
476 .It Pa words
477 common words
478 .It Pa web2
479 words from Webster's 2nd International
480 .It Pa papers/
481 reference databases;
482 see
483 .Xr refer 1
484 .El
485 .Pp
486 .It Pa doc/
487 miscellaneous documentation;
488 source for most of the printed
489 .Bx
490 manuals (available
491 from the
492 .Tn USENIX
493 association)
494 .Bl -tag -width Fl -compact
495 .It Pa FAQ/
496 Frequently Asked Questions
497 .It Pa IPv6/
498 implementation notes for IPv6
499 .It Pa bind/
500 documents pertaining to BIND (the Berkeley Internet Name Domain)
501 .It Pa es/
502 Spanish translations of documents in /usr/share/doc
503 .It Pa handbook/
504 .Fx
505 Handbook
506 .It Pa ja/
507 Japanese translations of documents in /usr/share/doc
508 .It Pa legal/
509 License files for vendor supplied firmwares
510 .It Pa ncurses/
511 HTML documents pertaining to ncurses;
512 see
513 .Xr ncurses 3
514 .It Pa ntp/
515 HTML documents pertaining to the Network Time Protocol
516 .It Pa papers/
517 UNIX Papers
518 .It Pa psd/
519 UNIX Programmer's Supplementary Documents
520 .It Pa ru/
521 Russian translations of documents in /usr/share/doc
522 .It Pa smm/
523 UNIX System Manager's Manual
524 .It Pa tutorials/
525 .Fx
526 tutorials
527 .It Pa usd/
528 UNIX User's Supplementary Documents
529 .It Pa zh/
530 Chinese translations of documents in /usr/share/doc
531 .El
532 .Pp
533 .It Pa examples/
534 various examples for users and programmers
535 .It Pa games/
536 ASCII text files used by various games
537 .It Pa groff_font/
538 device description file for device name
539 .It Pa info/
540 GNU Info hypertext system
541 .It Pa keys/
542 known trusted and revoked keys.
543 .Bl -tag -width ".Pa keys/pkg/" -compact
544 .It Pa keys/pkg/
545 fingerprints for
546 .Xr pkg 7
547 and
548 .Xr pkg 8
549 .El
550 .Pp
551 .It Pa locale/
552 localization files;
553 see
554 .Xr setlocale 3
555 .It Pa man/
556 manual pages
557 .It Pa mdocml/
558 data files used by mdocml
559 .It Pa me/
560 macros for use with the me macro package;
561 see
562 .Xr me 7
563 .It Pa misc/
564 miscellaneous system-wide ASCII text files
565 .Bl -tag -width Fl -compact
566 .It Pa fonts/
567 ???
568 .It Pa termcap
569 terminal characteristics database;
570 see
571 .Xr termcap 5
572 .El
573 .It Pa mk/
574 templates for make;
575 see
576 .Xr make 1
577 .It Pa nls/
578 national language support files;
579 see
580 .Xr mklocale 1
581 .It Pa security/
582 data files for security policies such as
583 .Xr mac_lomac 4
584 .It Pa sendmail/
585 .Xr sendmail 8
586 configuration files
587 .It Pa skel/
588 example
589 .Pa .\&
590 (dot) files for new accounts
591 .It Pa snmp/
592 MIBs, example files and tree definitions for the SNMP daemon.
593 .Bl -tag -width Fl -compact
594 .It Pa defs/
595 Tree definition files for use with
596 .Xr gensnmptree 1
597 .It Pa mibs/
598 MIB files
599 .El
600 .It Pa syscons/
601 files used by syscons;
602 see
603 .Xr syscons 4
604 .Bl -tag -width ".Pa scrnmaps/" -compact
605 .It Pa fonts/
606 console fonts;
607 see
608 .Xr vidcontrol 1
609 and
610 .Xr vidfont 1
611 .It Pa keymaps/
612 console keyboard maps;
613 see
614 .Xr kbdcontrol 1
615 and
616 .Xr kbdmap 1
617 .It Pa scrnmaps/
618 console screen maps
619 .El
620 .It Pa tabset/
621 tab description files for a variety of terminals; used in
622 the termcap file;
623 see
624 .Xr termcap 5
625 .It Pa tmac/
626 text processing macros;
627 see
628 .Xr nroff 1
629 and
630 .Xr troff 1
631 .It Pa vi/
632 localization support and utilities for
633 .Xr vi 1
634 .It Pa zoneinfo/
635 timezone configuration information;
636 see
637 .Xr tzfile 5
638 .El
639 .It Pa src/
640 .Bx ,
641 third-party, and/or local source files
642 .Pp
643 .Bl -tag -width ".Pa kerberos5/" -compact
644 .It Pa bin/
645 source code for files in /bin
646 .It Pa cddl/
647 Utilities covered by the Common Development and Distribution License
648 .It Pa contrib/
649 source code for contributed software
650 .It Pa crypto/
651 source code for contributed cryptography software
652 .It Pa etc/
653 source code for files in
654 .Pa /etc
655 .It Pa games/
656 source code for files in
657 .Pa /usr/games
658 .It Pa gnu/
659 Utilities covered by the GNU General Public License
660 .It Pa include/
661 source code for files in
662 .Pa /usr/include
663 .It Pa kerberos5/
664 build infrastructure for kerberos version 5
665 .It Pa lib/
666 source code for files in
667 .Pa /usr/lib
668 .It Pa libexec/
669 source code for files in
670 .Pa /usr/libexec
671 .It Pa release/
672 files required to produce a
673 .Fx
674 release
675 .It Pa sbin/
676 source code for files in
677 .Pa /sbin
678 .It Pa secure/
679 build directory for files in
680 .Pa /usr/src/crypto
681 .It Pa share/
682 source for files in
683 .Pa /usr/share
684 .It Pa sys/
685 kernel source code
686 .It Pa tools/
687 tools used for maintenance and testing of
688 .Fx
689 .It Pa usr.bin/
690 source code for files in
691 .Pa /usr/bin
692 .It Pa usr.sbin/
693 source code for files in
694 .Pa /usr/sbin
695 .El
696 .Pp
697 .It Pa tests/
698 The
699 .Fx
700 test suite.
701 See
702 .Xr tests 7
703 for more details.
704 .El
705 .It Pa /var/
706 multi-purpose log, temporary, transient, and spool files
707 .Pp
708 .Bl -tag -width ".Pa preserve/" -compact
709 .It Pa account/
710 system accounting files
711 .Pp
712 .Bl -tag -width Fl -compact
713 .It Pa acct
714 execution accounting file;
715 see
716 .Xr acct 5
717 .El
718 .Pp
719 .It Pa at/
720 timed command scheduling files;
721 see
722 .Xr \&at 1
723 .Bl -tag -width ".Pa preserve/" -compact
724 .It Pa jobs/
725 directory containing job files
726 .It Pa spool/
727 directory containing output spool files
728 .El
729 .Pp
730 .It Pa backups/
731 miscellaneous backup files
732 .It Pa cache/
733 miscellaneous cached files
734 .Bl -tag -width ".Pa pkg/" -compact
735 .It Pa pkg/
736 cached packages for
737 .Xr pkg 8
738 .El
739 .Pp
740 .It Pa crash/
741 default directory to store kernel crash dumps; see
742 .Xr crash 8
743 and
744 .Xr savecore 8
745 .It Pa cron/
746 files used by cron;
747 see
748 .Xr cron 8
749 .Bl -tag -width ".Pa preserve/" -compact
750 .It Pa tabs/
751 crontab files;
752 see
753 .Xr crontab 5
754 .El
755 .Pp
756 .It Pa db/
757 miscellaneous automatically generated system-specific database files
758 .It Pa empty/
759 empty directory for use by programs that need a specifically empty directory.
760 Used for instance by
761 .Xr sshd 8
762 for privilege separation.
763 .It Pa games/
764 miscellaneous game status and score files
765 .It Pa heimdal/
766 kerberos server databases; see
767 .Xr kdc 8
768 .It Pa log/
769 miscellaneous system log files
770 .Pp
771 .Bl -tag -width Fl -compact
772 .It Pa utx.lastlogin
773 last login log;
774 see
775 .Xr getutxent 3
776 .It Pa utx.log
777 login/logout log;
778 see
779 .Xr getutxent 3
780 .El
781 .Pp
782 .It Pa mail/
783 user mailbox files
784 .It Pa msgs/
785 system messages database;
786 see
787 .Xr msgs 1
788 .It Pa preserve/
789 temporary home of files preserved after an accidental death
790 of an editor;
791 see
792 .Xr \&ex 1
793 .It Pa quotas/
794 file system quota information files
795 .It Pa run/
796 system information files describing various info about
797 system since it was booted
798 .Pp
799 .Bl -tag -width Fl -compact
800 .It Pa ppp/
801 writable by the
802 .Dq network
803 group for command connection sockets; see
804 .Xr ppp 8
805 .It Pa utx.active
806 database of current users;
807 see
808 .Xr getutxent 3
809 .El
810 .Pp
811 .It Pa rwho/
812 rwho data files;
813 see
814 .Xr rwhod 8 ,
815 .Xr rwho 1 ,
816 and
817 .Xr ruptime 1
818 .It Pa spool/
819 miscellaneous printer and mail system spooling directories
820 .Pp
821 .Bl -tag -width Fl -compact
822 .It Pa clientmqueue/
823 undelivered submission mail queue;
824 see
825 .Xr sendmail 8
826 .It Pa ftp/
827 commonly ~ftp; the anonymous ftp root directory
828 .It Pa mqueue/
829 undelivered mail queue;
830 see
831 .Xr sendmail 8
832 .It Pa output/
833 line printer spooling directories
834 .El
835 .Pp
836 .It Pa tmp/
837 temporary files that are kept between system reboots
838 .Bl -tag -width Fl -compact
839 .It Pa vi.recover/
840 the directory where recovery files are stored
841 .El
842 .It Pa yp/
843 the NIS maps
844 .El
845 .El
846 .Sh NOTES
847 This manual page documents the default
848 .Fx
849 file system layout, but
850 the actual hierarchy on a given system is defined at the system
851 administrator's discretion.
852 A well-maintained installation will include a customized version of
853 this document.
854 .Sh SEE ALSO
855 .Xr apropos 1 ,
856 .Xr find 1 ,
857 .Xr finger 1 ,
858 .Xr grep 1 ,
859 .Xr ls 1 ,
860 .Xr whatis 1 ,
861 .Xr whereis 1 ,
862 .Xr which 1 ,
863 .Xr fd 4 ,
864 .Xr devfs 5 ,
865 .Xr fsck 8
866 .Sh HISTORY
867 A
868 .Nm
869 manual page appeared in
870 .At v7 .