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