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