No empty .Rs/.Re
[netbsd-mini2440.git] / share / man / man7 / hier.7
blobd73fae98f58d5d42105bfa0b71c49aed15bbbb76
1 .\"     $NetBSD: hier.7,v 1.89 2009/12/05 16:29:11 pooka Exp $
2 .\"
3 .\" Copyright (c) 1990, 1993, 1994
4 .\"     The Regents of the University of California.  All rights reserved.
5 .\"
6 .\" Redistribution and use in source and binary forms, with or without
7 .\" modification, are permitted provided that the following conditions
8 .\" are met:
9 .\" 1. Redistributions of source code must retain the above copyright
10 .\"    notice, this list of conditions and the following disclaimer.
11 .\" 2. Redistributions in binary form must reproduce the above copyright
12 .\"    notice, this list of conditions and the following disclaimer in the
13 .\"    documentation and/or other materials provided with the distribution.
14 .\" 3. Neither the name of the University nor the names of its contributors
15 .\"    may be used to endorse or promote products derived from this software
16 .\"    without specific prior written permission.
17 .\"
18 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
19 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
22 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28 .\" SUCH DAMAGE.
29 .\"
30 .\"     @(#)hier.7      8.5 (Berkeley) 6/1/94
31 .\"
32 .Dd December 5, 2009
33 .Dt HIER 7
34 .Os
35 .Sh NAME
36 .Nm hier
37 .Nd layout of filesystems
38 .Sh DESCRIPTION
39 An outline of the filesystem hierarchy.
40 .Pp
41 Naming is very important.
42 The
43 .Ux
44 System relies on filename conventions for much of its power as a system.
45 The following file system layout describes generally where things are
46 and what they are, with references to other man pages for more detailed
47 documentation.
48 .Pp
49 Not all files will be in every system.
50 .Pp
51 .Bl -tag -width "/altroot/"
52 .It Sy \&/
53 root directory of the system
54 .It Sy /COPYRIGHT
55 system copyright notice, most often put on
56 .Tn CD-ROM
57 distributions.
58 .It Sy "/[a-z]/"
59 user filesystems
60 .It Sy /altroot/
61 alternate root filesystem, in case of disaster
62 .\" .It Sy /amd/
63 .\" home directories mount point; see
64 .\" .Xr amd 8
65 .It Sy /bin/
66 utilities used in both single and multi-user environments
67 .It Sy /boot*
68 second-stage boot loader(s) for some platforms; see
69 .Xr installboot 8
70 .It Sy /cdrom/
71 empty directory commonly used by
72 system administrators as a temporary mount point for CD devices
73 for ISO-9660 file systems
74 .It Sy /dev/
75 block, character and other special device files
76 .Pp
77 .Bl -tag -width "MAKEDEV" -compact
78 .It Sy MAKEDEV
79 script for creating device files;
80 see
81 .Xr makedev 8
82 .It Sy console
83 the computer's console device
84 .It Sy drum
85 system swap space; see
86 .Xr drum 4
87 .It Sy fd/
88 file descriptor files;
89 see
90 .Xr fd 4
91 .It Sy klog
92 kernel logging device; see
93 .Xr syslog 3
94 .It Sy kmem
95 kernel virtual memory device; see
96 .Xr mem 4
97 .It Sy log
98 .Ux
99 domain datagram log socket; see
100 .Xr syslogd 8
101 .It Sy mem
102 kernel physical memory device; see
103 .Xr mem 4
104 .It Sy null
105 the null device; see
106 .Xr null 4
107 .It Sy pts/
108 mount point for the pseudo-terminal device file system; see
109 .Xr mount_ptyfs 8
110 .It Sy stderr
111 .It Sy stdin
112 .It Sy stdout
113 file descriptor files;
115 .Xr fd 4
116 .It Sy tty
117 process' controlling terminal device; see
118 .Xr tty 4
119 .It Sy zero
120 the zero device; see
121 .Xr zero 4
123 .\" .It Sy /dump/
124 .\" online
125 .\" .Xr dump 8
126 .\" repository
127 .It Sy /etc/
128 system configuration files and scripts
130 .Bl -tag -width "master.passwd" -compact
131 .It Sy amd*
132 configuration files for
133 .Xr amd 8
134 .It Sy changelist
135 files backed up by the security script
136 .It Sy crontab
137 schedule used by the
138 .Xr cron 8
139 daemon
140 .It Sy csh.cshrc
141 .It Sy csh.login
142 .It Sy csh.logout
143 system-wide scripts for
144 .Xr csh 1
145 .It Sy daily
146 script run each day by
147 .Xr cron 8
148 .It Sy daily.conf
149 configuration file for
150 .Sy daily ;
152 .Xr daily.conf 5
153 .It Sy defaults/
154 default configuration files read by various
155 .Pa /etc/*.conf
156 files
157 .It Sy disktab
158 disk description file, see
159 .Xr disktab 5
160 .It Sy dm.conf
161 dungeon master configuration; see
162 .Xr dm.conf 5
163 .It Sy dumpdates
164 dump history; see
165 .Xr dump 8
166 .It Sy exports
167 filesystem export information; see
168 .Xr mountd 8
169 .It Sy fstab
170 filesystem information; see
171 .Xr fstab 5
173 .Xr mount 8
174 .It Sy ftpusers
175 users denied
176 .Xr ftp 1
177 access; see
178 .Xr ftpd 8
179 .It Sy ftpwelcome
180 .Xr ftp 1
181 initial message; see
182 .Xr ftpd 8
183 .It Sy gettytab
184 terminal configuration database; see
185 .Xr gettytab 5
186 .It Sy group
187 group permissions file; see
188 .Xr group 5
189 .It Sy hosts
190 host name database backup for
191 .Xr named 8 ;
193 .Xr hosts 5
194 .It Sy hosts.equiv
195 trusted machines with equivalent user ID's
196 .It Sy hosts.lpd
197 trusted machines with printing privileges
198 .It Sy inetd.conf
199 Internet server configuration file; see
200 .Xr inetd 8
201 .It Sy kerberosV/
202 configuration files for the kerberos version V;
204 .Xr kerberos 8
205 .It Sy localtime
206 local timezone information;
208 .Xr ctime 3
209 .It Sy mail/
210 configuration files for
211 .Xr sendmail 8
213 .Bl -tag -width "sendmail.*" -compact
214 .It Sy aliases*
215 name alias files
216 .It Sy sendmail.*
217 .Xr sendmail 8
218 configuration information
220 .It Sy mail.rc
221 system-wide initialization script for
222 .Xr mail 1
223 .It Sy man.conf
224 configuration file for
225 .Xr man 1 ;
227 .Xr man.conf 5
228 .It Sy master.passwd
229 Main password file, readable only by root; see
230 .Xr passwd 5
231 .It Sy mk.conf
232 optional file containing
233 .Xr make 1
234 variables, read by pkgsrc and the system sources.
235 .It Sy monthly
236 script run each month by
237 .Xr cron 8
238 .It Sy monthly.conf
239 configuration file for
240 .Sy monthly ;
242 .Xr monthly.conf 5
243 .It Sy motd
244 system message of the day
245 .It Sy mtree/
246 mtree configuration files;
248 .Xr mtree 8
249 .It Sy named.*
250 .It Sy namedb/
251 named configuration files and databases;
253 .Xr named 8
254 .It Sy netgroup
255 network groups; see
256 .Xr netgroup 5
257 .It Sy netstart
258 network startup script
259 .It Sy networks
260 network name data base; see
261 .Xr networks 5
262 .It Sy passwd
263 World readable password file generated from master.passwd; see
264 .Xr passwd 5 ,
265 .Xr pwd_mkdb 8
266 .It Sy phones
267 remote host phone number data base; see
268 .Xr phones 5
269 .It Sy printcap
270 system printer configuration; see
271 .Xr printcap 5
272 .It Sy protocols
273 protocol name database; see
274 .Xr protocols 5
275 .It Sy pwd.db
276 database form of passwd file; see
277 .Xr pwd_mkdb 8
278 .It Sy rc
279 master system startup script invoked by
280 .Xr init 8 ;
282 .Xr rc 8
283 .It Sy rc.conf
284 configuration file for system startup and shutdown scripts; see
285 .Xr rc.conf 5
286 .It Sy rc.d/
287 directory containing per-subsystem startup and shutdown scripts; see
288 .Xr rc 8
289 .It Sy rc.local
290 locally editable system startup script
291 .It Sy rc.shutdown
292 master system shutdown script invoked by
293 .Xr shutdown 8 ;
295 .Xr rc 8
296 .It Sy remote
297 remote host description file; see
298 .Xr remote 5
299 .It Sy security
300 daily (in)security script run by
301 .Xr cron 8
302 .It Sy security.conf
303 configuration file for
304 .Sy security ;
306 .Xr security.conf 5
307 .It Sy services
308 service name data base; see
309 .Xr services 5
310 .It Sy shells
311 list of permitted shells; see
312 .Xr shells 5
313 .It Sy sliphome/
314 .Tn SLIP
315 login/logout scripts; see
316 .Xr sliplogin 8
317 .It Sy spwd.db
318 database form of master.passwd file; see
319 .Xr pwd_mkdb 8
320 .It Sy syslog.conf
321 .Xr syslogd 8
322 configuration file; see
323 .Xr syslog.conf 5
324 .It Sy termcap
325 terminal type database; see
326 .Xr termcap 3
327 .It Sy ttys
328 terminal initialization information; see
329 .Xr ttys 5
330 .It Sy uucp/
331 UUCP configuration files; see
332 .Xr uucp 1
334 .Xr uucico 8 .
335 .It Sy weekly
336 script run each week by
337 .Xr cron 8
338 .It Sy weekly.conf
339 configuration file for
340 .Sy weekly ;
342 .Xr weekly.conf 5
344 .It Sy /home/
345 mount point for the automounter; see
346 .Xr amd 8
347 .It Sy /kern/
348 mount point for the kern file system; see
349 .Xr mount_kernfs 8
350 .It Sy /lib/
351 dynamic linked libraries used by dynamic linked programs
352 (such as those in
353 .Pa /bin/
355 .Pa /sbin/ )
356 that cannot rely upon
357 .Pa /usr/lib/
358 being available.
359 .It Sy /libexec/
360 system utilities (such as the dynamic linker) required by programs
361 and libraries that cannot rely upon
362 .Pa /usr/libexec/
363 being available.
364 .It Sy /mnt/
365 empty directory commonly used by
366 system administrators as a temporary mount point
367 .It Sy /netbsd
368 pure kernel executable (the operating system loaded into memory
369 at boot time).
370 .It Sy /proc/
371 mount point for the process file system; see
372 .Xr mount_procfs 8
373 .It Sy /rescue/
374 statically linked rescue tools, for use in system recovery
375 .It Sy /root/
376 home directory for the super-user
378 .Bl -tag -width ".profile" -compact
379 .It Sy \&.cshrc
380 super-user start-up file
381 .It Sy \&.login
382 super-user start-up file
383 .It Sy \&.profile
384 super-user start-up file
385 .It Sy \&.rhosts
386 super-user id mapping between machines
388 .It Sy /sbin/
389 system programs and administration utilities
390 used in both single-user and multi-user environments
391 .It Sy /stand/
392 programs used in a standalone environment
393 .It Sy /tmp/
394 temporary files, usually a
395 .Xr mfs 8
396 memory-based filesystem (the contents of
397 .Pa /tmp
398 are usually
399 .Em not
400 preserved across a system reboot)
401 .It Sy /usr/
402 contains the majority of the system utilities and files
404 .Bl -tag -width "libdata/" -compact
405 .It Sy X11R6/
406 X11 files
407 .It Sy X11R7/
408 X11 files
410 .Bl -tag -width "include/" -compact
411 .It Sy bin/
412 X11 binaries
413 .It Sy include/
414 X11 include files
415 .It Sy lib/
416 X11 libraries
419 .It Sy bin/
420 common utilities, programming tools, and applications
421 .It Sy games/
422 the important stuff
423 .It Sy include/
424 standard C include files
426 .Bl -tag -width "protocols/" -compact
427 .It Sy arpa/
428 include files for Internet service protocols
429 .It Sy atf/
430 include files for the Automated Testing Framework; see
431 .Xr atf 1
432 .It Sy g++/
433 include files for the C++ compiler
434 .It Sy machine/
435 machine specific include files
436 .It Sy net/
437 .It Sy netatalk/
438 C include files for AppleTalk protocols
439 miscellaneous network include files;
441 .Xr atalk 4
442 .It Sy netinet/
443 include files for Internet standard protocols; see
444 .Xr inet 4
445 .It Sy netinet6/
446 include files for Internet protocol version 6; see
447 .Xr inet6 4
448 .It Sy netiso/
449 include files for ISO standard protocols; see
450 .Xr iso 4
451 .It Sy netkey/
452 include files for secret key management, used for security protocols; see
453 .Xr ipsec 4
454 .It Sy netnatm/
455 C include files for native mode ATM
456 .It Sy nfs/
457 C include files for NFS (Network File System)
458 .It Sy protocols/
459 C include files for Berkeley service protocols
460 .It Sy sys/
461 system C include files (kernel data structures)
462 .It Sy ufs/
463 C include files for UFS (The U-word File System)
466 .It Sy lib/
467 archive, profiled, position independent archive, and shared libraries
468 .It Sy libdata/
469 miscellaneous utility data files
470 .It Sy libexec/
471 system daemons \*[Am] system utilities (executed by other programs)
473 .Bl -tag -width "uucp/" -compact
474 .It Sy uucp/
475 UUCP binaries and scripts (historically placed; to be moved)
478 .It Sy mdec/
479 boot blocks, etc.
480 .It Sy obj/
481 architecture-specific target tree produced by building the
482 .Pa /usr/src
483 tree; normally a symbolic link or mounted filesystem
484 .It Sy pkg/
485 packages maintained by groups other than the
487 Project.
489 .Bl -tag -width "include/" -compact
490 .It Sy bin/
491 contributed binaries
492 .It Sy include/
493 contributed include files
494 .It Sy lib/
495 contributed libraries
496 .It Sy libdata/
497 contributed data files
498 .It Sy libexec/
499 contributed daemons
500 .It Sy sbin/
501 contributed system utilities
504 .It Sy pkgsrc/
505 build descriptions ("packages") for the
507 packages system.
509 .Bl -tag -width "distfilesX" -compact
510 .It Sy distfiles/
511 Where unchanged source archives are fetched to/stored
512 .It Sy packages/
513 Where compiled binary packages are stored
516 There are also several other subdirectories which contain packages of
517 a certain category, e.g., archivers, graphics, ...
519 .It Sy sbin/
520 system daemons and system utilities (normally executed by the super-user)
521 .It Sy share/
522 architecture-independent text files
524 .Bl -tag -width "calendar/" -compact
525 .It Sy calendar/
526 a variety of calendar files; see
527 .Xr calendar 1
528 .It Sy dict/
529 word lists;
531 .Xr look 1
533 .Xr spell 1
535 .Bl -tag -width "special/" -compact
536 .It Sy words
537 common words
538 .It Sy web2
539 words of Webster's 2nd International
540 .It Sy papers/
541 reference databases;
543 .Xr refer 1
544 .It Sy special/
545 custom word lists;
547 .Xr spell 1
550 .It Sy doc/
551 miscellaneous documentation; source for most of the printed
552 .Bx 4.3
553 manuals (available
554 from the
555 .Tn USENIX
556 association)
557 .It Sy games/
558 text files used by various games
559 .It Sy i18n/
560 internationalization databases; see
561 .Xr iconv 3
562 .It Sy locale/
563 locale databases and gettext message catalogs; see
564 .Xr setlocale 3
566 .Xr gettext 3
567 .It Sy man/
568 formatted manual pages
569 .It Sy me/
570 macros for use with the
571 .Xr me 7
572 macro package
573 .It Sy misc/
574 miscellaneous system-wide text files
576 .Bl -tag -width "termcap" -compact
577 .It Sy termcap
578 terminal characteristics database;
580 .Xr termcap 5
583 .It Sy mk/
584 include files for
585 .Xr make 1
586 .It Sy ms/
587 macros for use with the
588 .Xr ms 7
589 macro package
590 .It Sy nls/
591 message catalogs; see
592 .Xr catgets 3
593 .It Sy skel/
594 sample initialization files for new user accounts
595 .It Sy tabset/
596 tab description files for a variety of terminals, used in
597 the termcap file;
599 .Xr termcap 5
600 .It Sy tmac/
601 text processing macros;
603 .Xr nroff 1
605 .Xr troff 1
606 .It Sy zoneinfo/
607 timezone configuration information;
609 .Xr tzfile 5
611 .It Sy tests/
612 test programs; see
613 .Xr atf-run 1
614 for information on how to run them
617 .It Sy /usr/src/
619 and local source files
621 .Bl -tag -width "domestic/" -compact
622 .It Sy bin/
623 source for utilities/files in
624 .Pa /bin
625 .It Sy common/
626 sources shared between kernel and userland
627 .It Sy crypto/
628 cryptographic source, which may have import or export restrictions
629 .It Sy dist/
630 third-party
631 .Sq virgin
632 source code, referenced by other parts of the source tree
633 .It Sy distrib/
634 tools and data-files for making distributions
635 .It Sy doc/
636 documentation about the source tree (i.e., about the tree, not about
637 how to use the built software.)
638 .It Sy etc/
639 source (usually example files) for files in
640 .Pa /etc
641 .It Sy external/
642 source for programs from external third parties
643 (where
645 is the not the primary maintainer),
646 grouped by license, and then products per license
648 .Bl -tag -width "bsd/" -compact
649 .It Sy bsd/
650 BSD (or equivalent) licensed software,
651 possibly with the
652 .Dq advertising clause
655 .It Sy games/
656 source for utilities/files in
657 .Pa /usr/games
658 .It Sy gnu/
659 source for programs covered by the
660 .Tn GNU
661 license (or similar)
662 .It Sy include/
663 source for files in
664 .Pa /usr/include
665 .It Sy lib/
666 source for libraries in
667 .Pa /usr/lib
668 .It Sy libexec/
669 source for utilities/files in
670 .Pa /usr/libexec
671 .It Sy regress/
672 various regression tests
673 .It Sy rescue/
674 source/makefiles for /rescue
675 .It Sy sbin/
676 source for utilities/files in
677 .Pa /sbin
678 .It Sy share/
679 source for files in
680 .Pa /usr/share
682 .Bl -tag -width "doc/" -compact
683 .It Sy doc/
685 .Bl -tag -width "papers/" -compact
686 .It Sy papers/
687 source for various Berkeley technical papers
688 .It Sy psd/
689 source for Programmer's Supplementary Documents
690 .It Sy smm/
691 source for System Manager's Manual
692 .It Sy usd/
693 source for User's Supplementary Documents
697 .It Sy sys/
698 kernel source files
700 .Bl -tag -width "gdbscripts/" -compact
701 .It Sy arch/
702 architecture-specific support
704 .Bl -tag -width "ews4800mips/" -compact
705 .It Sy acorn26/
706 Acorn Archimedes, A-series and R-series systems
707 .It Sy acorn32/
708 Acorn RiscPC/A7000 and VLSI RC7500
709 .It Sy algor/
710 Algorithmics Ltd. MIPS evaluations boards
711 .It Sy alpha/
712 Digital/Compaq Alpha
713 .It Sy amd64/
714 Computers with x86_64 capable CPUs
715 .It Sy amiga/
716 Commodore Amiga and MacroSystem DraCo
717 .It Sy amigappc/
718 PowerPC based Amiga boards
719 .It Sy arc/
720 MIPS-based machines following the Advanced RISC Computing spec
721 .It Sy arm/
722 ARM processor general support
723 .It Sy atari/
724 Atari TT030, Falcon and Hades
725 .It Sy bebox/
726 Be Inc. BeBox
727 .It Sy cats/
728 Chalice Technology's CATS and Intel's EBSA-285 evaluation boards
729 .It Sy cesfic/
730 CES FIC8234 VME processor board
731 .It Sy cobalt/
732 Cobalt Networks' MIPS-based Microserver
733 .It Sy dreamcast/
734 Sega Dreamcast game console
735 .It Sy evbarm/
736 ARM based evaluation boards
737 .It Sy evbmips/
738 MIPS based evaluation boards
739 .It Sy evbppc/
740 PowerPC based evaluation boards and appliances
741 .It Sy evbsh3/
742 SH3/SH4 based evaluation boards
743 .It Sy ews4800mips/
744 NEC's MIPS based EWS4800 workstations
745 .It Sy hp300/
746 Hewlett-Packard 9000/300 and 400 680x0-based workstations
747 .It Sy hp700/
748 Hewlett-Packard 9000/700 HPPA based workstations
749 .It Sy hpcarm/
750 StrongARM based WinCE PDA machines
751 .It Sy hpcmips/
752 MIPS based WinCE PDA machines
753 .It Sy hpcsh/
754 Hitachi SH3/4 based WinCE PDA machines
755 .It Sy hppa/
756 HPPA processor general support
757 .It Sy i386/
758 80x86-based IBM PCs and clones
759 .It Sy ibmnws/
760 IBM Network Station 1000
761 .It Sy iyonix/
762 Castle Technology's Iyonix ARM based PCs
763 .It Sy luna68k/
764 Omron Tateishi Electric's 680x0-based LUNA workstations
765 .It Sy m68k/
766 680x0 processor general support
767 .It Sy mac68k/
768 Apple Macintosh with 68k CPU
769 .It Sy macppc/
770 Apple Power Macintosh and clones
771 .It Sy mips/
772 MIPS processor general support
773 .It Sy mipsco/
774 MIPS Computer Systems Inc. family of workstations and servers
775 .It Sy mmeye/
776 Brains Inc. SH3 based mmEye multimedia server
777 .It Sy mvme68k/
778 Motorola MVME 680x0-based SBCs
779 .It Sy mvmeppc/
780 Motorola PowerPC VME SBCs
781 .It Sy netwinder/
782 StrongARM based NetWinder machines
783 .It Sy news68k/
784 Sony's 680x0-based NEWS workstations
785 .It Sy newsmips/
786 Sony's MIPS-based NEWS workstations
787 .It Sy next68k/
788 NeXT 68k "black" hardware
789 .It Sy ofppc/
790 Open Firmware PowerPC workstations
791 .It Sy pmax/
792 Digital MIPS-based DECstations and DECsystems
793 .It Sy powerpc/
794 PowerPC processor support
795 .It Sy prep/
796 PReP (PowerPC Reference Platform) and CHRP machines
797 .It Sy sandpoint/
798 Motorola Sandpoint reference platform
799 .It Sy sbmips/
800 Broadcom/SiByte evaluation boards
801 .It Sy sgimips/
802 Silicon Graphics' MIPS-based workstations
803 .It Sy sh3/
804 SH3/SH4 processor general support
805 .It Sy shark/
806 Digital DNARD ("Shark")
807 .It Sy sparc/
808 Sun Microsystems SPARC (32-bit) and UltraSPARC (in 32-bit mode)
809 .It Sy sparc64/
810 Sun Microsystems UltraSPARC (in native 64-bit mode)
811 .It Sy sun2/
812 Sun Microsystems 68010-based Sun 2 architecture
813 .It Sy sun3/
814 Sun Microsystems 68020/68030-based Sun 3/3x architecture
815 .It Sy sun68k/
816 680x0-based Sun architecture general support
817 .It Sy vax/
818 Digital VAX
819 .It Sy x68k/
820 Sharp X680x0 680x0-based workstations
821 .It Sy x86/
822 General support for PC/AT compatibles with ia32 or x86_64 CPUs
823 .It Sy xen/
824 The Xen virtual machine monitor
825 .It Sy zaurus/
826 Sharp C3x00 Arm based PDA
829 .It Sy compat/
830 kernel compatibility modules directory
832 .Bl -tag -width "ossaudio/" -compact
833 .It Sy common/
834 common compatibility routines, old
835 .Bx 4
838 routines.
839 .It Sy freebsd/
840 support for
842 binaries; see
843 .Xr compat_freebsd 8
844 .It Sy hpux/
845 support for 68000 HP-UX binaries
846 .It Sy ibcs2/
847 support for Intel Binary binaries
848 .It Sy linux/
849 support for Linux binaries; see
850 .Xr compat_linux 8
851 .It Sy m68k4k/
852 support for 4KB page 68000 binaries
853 .It Sy netbsd32/
854 support for
856 32-bit binaries on 64 bit platforms with compatible CPU families
857 .It Sy osf1/
858 support for
859 .Tn Digital
862 formerly
863 .Tn OSF/1
865 binaries
866 .It Sy ossaudio/
867 support for OSS audio
868 .It Sy pecoff/
869 support for
870 .Tn Win32
871 binaries; see
872 .Xr compat_pecoff 8
873 .It Sy sunos/
874 support for
875 .Tn SunOS 4.x
876 binaries; see
877 .Xr compat_sunos 8
878 .It Sy svr4/
879 support for System V Release 4 binaries; see
880 .Xr compat_svr4 8
881 .It Sy ultrix/
882 support for
883 .Tn ULTRIX
884 binaries
885 .It Sy vax1k/
886 support for older VAX binaries that started on a 1 KB boundary
889 .It Sy conf/
890 architecture independent configuration directory
891 .It Sy crypto/
892 cryptographic kernel source, which may have import or export restrictions
893 .It Sy ddb/
894 in kernel debugger
895 .It Sy dev/
896 architecture independent device support
897 .It Sy fs/
898 miscellaneous file systems
899 .Bl -tag -width "filecorefs/" -compact
900 .It Sy adosfs/
901 AmigaDOS file-system support; see
902 .Xr mount_ados 8
903 .It Sy cd9660/
904 support for the ISO-9660 filesystem; see
905 .Xr mount_cd9660 8
906 .It Sy filecorefs/
907 support for the Acorn RISC OS filecore filesystem; see
908 .Xr mount_filecore 8
909 .It Sy msdosfs/
910 .Tn MS-DOS
911 file system; see
912 .Xr mount_msdos 8
913 .It Sy ntfs/
914 NTFS filesystem support; see
915 .Xr mount_ntfs 8
916 .It Sy ptyfs/
917 pseudo-terminal device filesystem; see
918 .Xr mount_ptyfs 8
919 .It Sy smbfs/
920 SMB/CIFS filesystem support; see
921 .Xr mount_smbfs 8
922 .It Sy union/
923 union file system; see
924 .Xr mount_union 8
926 .It Sy gdbscripts/
927 support for accessing kernel structures from within the debugger
928 .Xr gdb 1 .
929 .It Sy ipkdb/
930 support for kernel debugging over the network
932 .It Sy kern/
933 support for the high kernel (system calls)
934 .It Sy lib/
935 kernel libraries
937 .Bl -tag -width "libkern/" -compact
938 .It Sy libkern/
939 C library routines used in the kernel
940 .It Sy libsa/
941 machine independent stand alone kernel library
942 .It Sy libz/
943 compression library
946 .It Sy miscfs/
947 miscellaneous file systems
949 .Bl -tag -width "deadfs/" -compact
950 .It Sy deadfs/
951 kernel only dead file system
952 .It Sy fdesc/
953 file descriptor file system; see
954 .Xr mount_fdesc 8
955 .It Sy fifofs/
956 POSIX FIFO support
957 .It Sy genfs/
958 kernel only generic file system
959 .It Sy kernfs/
960 kernel namespace file system; see
961 .Xr mount_kernfs 8
962 .It Sy nullfs/
963 loop back file system; see
964 .Xr mount_null 8
965 .It Sy overlay/
966 overlay file system; see
967 .Xr mount_overlay 8
968 .It Sy procfs/
969 process file system; see
970 .Xr mount_procfs 8
971 .It Sy specfs/
972 kernel only special file system
973 .It Sy syncfs/
974 kernel trickle sync algorithm
975 .It Sy umapfs/
976 user and group re-mapping file system; see
977 .Xr mount_umap 8
980 .It Sy net/
981 miscellaneous networking support
982 .It Sy netatalk/
983 AppleTalk networking support
984 .It Sy netinet/
985 IP networking support
986 .It Sy netinet6/
987 IPv6 networking support
988 .It Sy netiso/
989 ISO networking support
990 .It Sy netkey/
991 Key database for IPsec networking support
992 .It Sy netnatm/
993 ATM networking support
994 .It Sy nfs/
995 NFS support
996 .It Sy stand/
997 kernel standalone support
998 .It Sy sys/
999 kernel (and system) include files
1000 .It Sy ufs/
1001 local filesystem support
1003 .Bl -tag -width "ffs/" -compact
1004 .It Sy ffs/
1005 the Berkeley Fast File System
1006 .It Sy lfs/
1007 the log-structured file system
1008 .It Sy mfs/
1009 the in-memory file system
1010 .It Sy ufs/
1011 shared
1013 file system support
1015 .It Sy uvm/
1016 UVM virtual memory system
1018 .It Sy tests/
1019 source for test programs in
1020 .Pa /usr/tests
1021 .It Sy usr.bin/
1022 source for utilities/files in
1023 .Pa /usr/bin
1024 .It Sy usr.sbin/
1025 source for utilities/files in
1026 .Pa /usr/sbin
1028 .It Sy /var/
1029 multi-purpose log, temporary, transient, and spool files
1031 .Bl -tag -width "preserve/" -compact
1032 .It Sy account/
1033 system accounting files
1035 .Bl -tag -width "acct" -compact
1036 .It Sy acct
1037 execution accounting file;
1039 .Xr acct 5
1042 .It Sy at/
1043 timed command scheduling files;
1045 .Xr at 1
1046 .It Sy backups/
1047 miscellaneous backup files, largely of files found in
1048 .Pa /etc
1049 .It Sy chroot/
1050 home directories of applications which are run in a
1051 .Xr chroot 8
1052 .Dq cage .
1053 .It Sy crash/
1054 system crash dumps; see
1055 .Xr savecore 8
1056 .It Sy cron/
1057 scheduled commands configuration files; see
1058 .Xr cron 8
1059 .It Sy db/
1060 miscellaneous automatically generated system-specific database files,
1061 and persistent files used in the maintenance of third party software.
1063 .Bl -tag -width "monthly.out" -compact
1064 .It Sy pkg
1065 default location for metadata related to third party software
1066 packages.
1068 .Xr pkg_add 1
1069 for more details of the
1071 Packages Collection, or pkgsrc.
1074 .It Sy games/
1075 miscellaneous game status and log files
1076 .It Sy heimdal/
1077 Kerberos 5 KDC database; see
1078 .Xr kdc 8
1079 .It Sy log/
1080 miscellaneous system log files
1082 .Bl -tag -width "monthly.out" -compact
1083 .It Sy amd.*
1084 .Xr amd 8
1085 logs
1086 .It Sy daily.out
1087 output of the last run of the
1088 .Pa /etc/daily
1089 script
1090 .It Sy ftp.*
1091 .Xr ftp 1
1092 logs
1093 .It Sy kerberos.*
1094 .Xr kerberos 8
1095 logs
1096 .It Sy lastlog
1097 system last time logged in log; see
1098 .Xr utmp 5
1099 .It Sy lpd-errs.*
1100 printer daemon error logs; see
1101 .Xr lpd 8
1102 .It Sy maillog.*
1103 .Xr sendmail 8
1104 log files
1105 .It Sy messages.*
1106 general system information log
1107 .It Sy monthly.out
1108 output of the last run of the
1109 .Pa /etc/monthly
1110 script
1111 .It Sy secure
1112 sensitive security information log
1113 .It Sy sendmail.st
1114 .Xr sendmail 8
1115 statistics
1116 .It Sy timed.*
1117 .Xr timed 8
1118 logs
1119 .It Sy weekly.out
1120 output of the last run of the
1121 .Pa /etc/weekly
1122 script
1123 .It Sy wtmp
1124 login/logout log;
1126 .Xr utmp 5
1129 .It Sy mail/
1130 user system mailboxes
1131 .It Sy msgs/
1132 system messages; see
1133 .Xr msgs 1
1134 .\" since we use nvi (now called vi) this isn't the place any more, is it?
1135 .It Sy preserve/
1136 temporary home of files preserved after an accidental death of
1137 .Xr ex 1
1139 .Xr vi 1
1140 .It Sy quotas/
1141 filesystem quota information
1142 .It Sy run/
1143 system information files, rebuilt after each reboot
1145 .Bl -tag -width "utmp" -compact
1146 .It Sy utmp
1147 database of current users; see
1148 .Xr utmp 5
1151 .It Sy rwho/
1152 rwho data files; see
1153 .Xr rwhod 8 ,
1154 .Xr rwho 1 ,
1156 .Xr ruptime 1
1157 .It Sy spool/
1158 miscellaneous printer and mail system spooling directories
1160 .Bl -tag -width "uucppublic/" -compact
1161 .It Sy ftp/
1162 commonly
1163 .Dq ~ftp ,
1164 the anonymous ftp root directory; see
1165 .Xr ftpd 8
1166 .It Sy mqueue/
1167 sendmail mail queue;
1169 .Xr sendmail 8
1170 .It Sy news/
1171 Network news archival and spooling directories
1172 .It Sy output/
1173 printer spooling directories
1174 .It Sy postfix/
1175 postfix mail queue;
1177 .Xr postfix 1
1178 .It Sy uucp/
1179 uucp spool directory
1180 .It Sy uucppublic/
1181 commonly
1182 .Dq ~uucp ,
1183 the uucp public temporary directory; see
1184 .Xr uucp 1
1187 .It Sy tmp/
1188 temporary files that are not discarded between system reboots
1190 .Bl -tag -width "vi.recover/" -compact
1191 .It Sy vi.recover/
1192 recovery directory for new
1193 .Xr vi 1
1196 .It Sy yp/
1197 Databases and configuration for the NIS (YP) system; see
1198 .Xr nis 8 .
1201 .Sh SEE ALSO
1202 .Xr apropos 1 ,
1203 .Xr ls 1 ,
1204 .Xr whatis 1 ,
1205 .Xr whereis 1 ,
1206 .Xr which 1
1207 .Sh HISTORY
1210 manual page appeared in
1211 .At v7 .