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