xref: /dflybsd-src/share/man/man7/hier.7 (revision 572b65cc57d9e152d836739815a5e24daabea699)
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: src/share/man/man7/hier.7,v 1.29.2.17 2003/01/13 21:43:50 ceri Exp $
34.\"
35.Dd September 11, 2012
36.Dt HIER 7
37.Os
38.Sh NAME
39.Nm hier
40.Nd layout of filesystems
41.Sh DESCRIPTION
42A sketch of the filesystem hierarchy.
43.Bl -tag -width ".Pa /modules/"
44.It Pa /
45root directory of the filesystem
46.It Pa /bin/
47user utilities fundamental to both single-user and multi-user environments
48.It Pa /boot/
49programs and configuration files used during operating system bootstrap
50.Pp
51.Bl -tag -width ".Pa defaults/" -compact
52.It Pa defaults/
53default bootstrapping configuration files; see
54.Xr loader.conf 5
55.It Pa kernel
56pure kernel executable (the operating system loaded into memory
57at boot time).
58.It Pa modules/
59loadable kernel modules;
60see
61.Xr kldstat 8
62.El
63.It Pa /dev/
64block and character device files
65.Pp
66.Bl -tag -width ".Pa fd/" -compact
67.It Pa fd/
68file descriptor files;
69see
70.Xr \&fd 4
71.El
72.It Pa /etc/
73system configuration files and scripts
74.Pp
75.Bl -tag -width ".Pa bluetooth/" -compact
76.It Pa bluetooth/
77bluetooth configuration files
78.It Pa defaults/
79default system configuration files;
80see
81.Xr rc 8
82.It Pa dma/
83.Xr dma 8
84configuration files
85.\".It Pa firmware/
86.\"Firmware image files;
87.\"see
88.\".Xr firmware 9
89.It Pa localtime
90local timezone information;
91see
92.Xr ctime 3
93.It Pa mail/
94Sendmail control files
95.It Pa mtree/
96mtree configuration files;
97see
98.Xr mtree 8
99.It Pa pam.d/
100configuration files for the Pluggable Authentication Modules (PAM)
101library
102.It Pa periodic/
103scripts that are run daily, weekly, and monthly, via
104.Xr cron 8 ;
105see
106.Xr periodic 8
107.It Pa ppp/
108ppp configuration files;
109see
110.Xr ppp 8
111.It Pa rc.d/
112System and daemon startup/control scripts;
113see
114.Xr rc 8
115.It Pa ssh/
116OpenSSH configuration files;
117see
118.Xr ssh 1
119.It Pa ssl/
120OpenSSL configuration files
121.It Pa upgrade/
122Files relevant to system upgrades
123.It Pa uucp/
124uucp configuration files;
125see
126.Xr uucp 1
127.El
128.It Pa /home/
129HOME directories of non-root users
130.It Pa /mnt/
131empty directory commonly used by
132system administrators as a temporary mount point
133.It Pa /pfs/
134pseudo file system directory (on
135.Xr hammer 5
136root file systems)
137.It Pa /proc/
138process file system;
139see
140.Xr procfs 5 ,
141.Xr mount_procfs 8
142.It Pa /root/
143root's HOME directory
144.It Pa /sbin/
145system programs and administration utilities
146fundamental to both single-user and multi-user environments
147.It Pa /sys/
148the kernel's source code (usually a symbolic link to
149.Pa /usr/src/sys )
150.It Pa /tmp/
151temporary files that are not guaranteed to persist across system reboots
152.It Pa /usr/
153contains the majority of user utilities and applications
154.Pp
155.Bl -tag -width ".Pa libdata/" -compact
156.It Pa bin/
157common utilities, programming tools, and applications
158.It Pa games/
159useful and semi-frivolous programs
160.It Pa include/
161standard C include files
162.Pp
163.Bl -tag -width ".Pa libmilter/" -compact
164.It Pa arpa/
165C include files for Internet service protocols
166.It Pa c++/
167C++ include files
168.It Pa cam/
169C include files for the Common Access Methods Layer
170.Pp
171.Bl -tag -width ".Pa scsi/" -compact
172.It Pa scsi/
173The SCSI device on top of CAM
174.El
175.Pp
176.It Pa dev/
177C include files for programming various
178.Dx
179devices
180.It Pa emulation/
181Include Files for various emulation layers
182.It Pa fs/
183.Pp
184.Bl -tag -width ".Pa smbfs/" -compact
185.It Pa smbfs/
186SMB/CIFS filesystem
187.El
188.Pp
189.It Pa isofs/
190.Pp
191.Bl -tag -width ".Pa cd9660/" -compact
192.It Pa cd9660/
193iso9660 filesystem
194.El
195.Pp
196.It Pa libmilter/
197C include files for libmilter,
198the sendmail mail filter API
199.It Pa libprop/
200C include files for libprop
201.It Pa machine/
202machine-specific C include files
203.It Pa msdosfs/
204MS-DOS file system
205.It Pa net/
206misc network C include files
207.It Pa netatm/
208ATM include files;
209see
210.Xr atm 8
211.It Pa netinet/
212C include files for Internet standard protocols;
213see
214.Xr inet 4
215.It Pa netinet6/
216C include files for Internet protocol version 6;
217see
218.Xr inet6 4
219.It Pa netipx/
220IPX/SPX protocol stacks
221.It Pa netkey/
222kernel key-management service
223.It Pa netnatm/
224NATM include files;
225see
226.Xr natm 4
227.It Pa netsmb/
228SMB/CIFS requester
229.It Pa nfs/
230C include files for NFS (Network File System)
231.It Pa objc/
232Objective C include files
233.It Pa openssl/
234OpenSSL (Cryptography/SSL toolkit) headers
235.It Pa pcap/
236Packet Capture (libpcap) headers;
237see
238.Xr pcap 3
239.It Pa pccard/
240PC-CARD controllers
241.It Pa protocols/
242C include files for Berkeley service protocols
243.It Pa readline/
244get a line from a user, with editing;
245see
246.Xr readline 3
247.It Pa rpc/
248remote procedure calls;
249see
250.Xr rpc 3
251.It Pa rpcsvc/
252definition of RPC service structures; see
253.Xr rpc 3
254.It Pa security/
255PAM; see
256.Xr pam 8
257.It Pa sys/
258system C include files (kernel data structures)
259.It Pa ufs/
260C include files for UFS (The U-word File System)
261.Pp
262.Bl -tag -width ".Pa ffs/" -compact
263.It Pa ffs/
264Fast filesystem
265.It Pa mfs/
266memory file system;
267see
268.Xr mount_mfs 8
269.It Pa ufs/
270UFS filesystem
271.El
272.Pp
273.It Pa vm/
274virtual memory;
275see
276.Xr vmstat 8
277.El
278.Pp
279.It Pa lib/
280archive libraries
281.Pp
282.Bl -tag -width ".Pa compat/" -compact
283.It Pa aout/
284a.out archive libraries
285.It Pa compat/
286shared libraries for compatibility
287.Pp
288.Bl -tag -width ".Pa aout/" -compact
289.It Pa aout/
290a.out backward compatibility libraries
291.El
292.It Pa engines/
293OpenSSL dynamic engines
294.El
295.Pp
296.It Pa libdata/
297misc. utility data files
298.Pp
299.Bl -tag -width ".Pa stallion/" -compact
300.It Pa lint/
301various prebuilt lint libraries;
302see
303.Xr lint 1
304.It Pa stallion/
305holds the download firmware images
306.El
307.Pp
308.It Pa libexec/
309system daemons & system utilities (executed by other programs)
310.Pp
311.Bl -tag -width ".Pa binutils221/" -compact
312.It Pa binutils221/
313.Pp
314.Bl -tag -width ".Pa ldscripts/" -compact
315.It Pa ldscripts/
316linker scripts;
317see
318.Xr ld 1
319.El
320.Pp
321.It Pa binutils222/
322.Pp
323.Bl -tag -width ".Pa ldscripts/" -compact
324.It Pa ldscripts/
325linker scripts;
326see
327.Xr ld 1
328.El
329.Pp
330.It Pa lpr/
331utilities and filters for LP print system;
332see
333.Xr lpr 1
334.It Pa sendmail/
335the sendmail binary;
336see
337.Xr mailwrapper 8
338and
339.Xr sendmail 8
340.It Pa sm.bin/
341restricted shell for sendmail;
342see
343.Xr smrsh 8
344.It Pa uucp/
345uucp utilities;
346see
347.Xr uucp 1
348.El
349.Pp
350.It Pa local/
351local executables, libraries, etc.
352Within
353.Pa local/ ,
354the general layout sketched out by
355.Xr hier 7
356for
357.Pa /usr
358should be used.
359Exceptions are the
360.Pa man/
361directory (directly under
362.Pa local/
363rather than under
364.Pa local/share/ ) ,
365documentation (in
366.Pa share/doc/<app>/ ) ,
367and
368.Pa /usr/local/etc
369.Pf ( mimics
370.Pa /etc ) .
371.It Pa obj/
372architecture-specific target tree produced by building the
373.Pa /usr/src
374tree
375.It Pa pkg/
376default destination directory for the
377.Xr pkgsrc 7
378collection.
379Within
380.Pa pkg/ ,
381the general layout sketched out by
382.Xr hier 7
383for
384.Pa /usr
385should be used.
386Exceptions are the
387.Pa man/
388directory (directly under
389.Pa pkg/
390rather than under
391.Pa pkg/share/ ) ,
392documentation (in
393.Pa share/doc/<pkg>/ ) ,
394and
395.Pa /usr/pkg/etc
396.Pf ( mimics
397.Pa /etc ) .
398.It Pa pkgsrc/
399The
400.Xr pkgsrc 7
401collection (optional).
402.It Pa sbin/
403system daemons & system utilities (executed by users)
404.It Pa share/
405architecture-independent files
406.Pp
407.Bl -tag -width ".Pa groff_font/" -compact
408.It Pa calendar/
409a variety of pre-fab calendar files;
410see
411.Xr calendar 1
412.It Pa dict/
413word lists;
414see
415.Xr look 1
416.Pp
417.Bl -tag -width ".Pa papers/" -compact
418.It Pa web2
419words from Webster's 2nd International
420.It Pa words
421common words
422.It Pa papers/
423reference databases;
424see
425.Xr refer 1
426.El
427.Pp
428.It Pa doc/
429miscellaneous documentation
430.Bl -tag -width ".Pa legal/" -compact
431.It Pa legal/
432License files for vendor supplied firmwares
433.El
434.Pp
435.It Pa examples/
436various examples for users and programmers
437.It Pa games/
438ASCII text files used by various games
439.It Pa groff_font/
440device description file for device name
441.It Pa i18n/
442internationalization databases; see
443.Xr iconv 3
444.It Pa info/
445GNU Info hypertext system
446.It Pa libg++/
447libg++'s genclass prototype/template class files
448.It Pa locale/
449localization files;
450see
451.Xr setlocale 3
452.It Pa man/
453manual pages
454.It Pa me/
455macros for use with the me macro package;
456see
457.Xr me 7
458.It Pa misc/
459misc system-wide ASCII text files
460.Pp
461.Bl -tag -width ".Pa termcap" -compact
462.It Pa termcap
463terminal characteristics database;
464see
465.Xr termcap 5
466.El
467.Pp
468.It Pa mk/
469templates for make;
470see
471.Xr make 1
472.It Pa nls/
473national language support files;
474see
475.Xr mklocale 1
476.It Pa openssl/
477.Pp
478.Bl -tag -width ".Pa man/" -compact
479.It Pa man/
480OpenSSL manual pages
481.El
482.Pp
483.It Pa sendmail/
484sendmail configuration files;
485see
486.Xr sendmail 8
487.It Pa skel/
488example . (dot) files for new accounts
489.It Pa syscons/
490files used by
491.Xr syscons 4
492.Pp
493.Bl -tag -width ".Pa scrnmaps/" -compact
494.It Pa fonts/
495console fonts;
496see
497.Xr vidcontrol 1
498and
499.Xr vidfont 1
500.It Pa keymaps/
501console keyboard maps;
502see
503.Xr kbdcontrol 1
504and
505.Xr kbdmap 1
506.It Pa scrnmaps/
507console screen maps
508.El
509.Pp
510.It Pa tabset/
511tab description files for a variety of terminals; used in
512the termcap file;
513see
514.Xr termcap 5
515.It Pa terminfo/
516compiled
517.Xr terminfo 5
518database files
519.It Pa tmac/
520text processing macros;
521see
522.Xr nroff 1
523and
524.Xr troff 1
525.It Pa vi/
526localization support and utilities for
527.Xr vi 1
528.It Pa zoneinfo/
529timezone configuration information;
530see
531.Xr tzfile 5
532.El
533.Pp
534.It Pa src/
535.Bx ,
536third-party, and/or local source files
537.Pp
538.Bl -tag -width ".Pa nrelease/" -compact
539.It Pa bin/
540source code for files in
541.Pa /bin
542.It Pa contrib/
543source code for contributed software
544.It Pa crypto/
545source code for contributed cryptography software
546.It Pa etc/
547source code for files in
548.Pa /etc
549.It Pa games/
550source code for files in
551.Pa /usr/games
552.It Pa gnu/
553Utilities covered by the GNU General Public License
554.It Pa include/
555source code for files in
556.Pa /usr/include
557.It Pa lib/
558source code for files in
559.Pa /usr/lib
560.It Pa libexec/
561source code for files in
562.Pa /usr/libexec
563.It Pa nrelease/
564files required to produce a
565.Dx
566release
567.It Pa sbin/
568source code for files in
569.Pa /sbin
570.It Pa secure/
571build directory for files in
572.Pa /usr/src/crypto
573.It Pa share/
574source for files in
575.Pa /usr/share
576.It Pa sys/
577kernel source code
578.It Pa tools/
579tools used for maintenance and testing of
580.Dx
581.It Pa usr.bin/
582source code for files in
583.Pa /usr/bin
584.It Pa usr.sbin/
585source code for files in
586.Pa /usr/sbin
587.El
588.El
589.It Pa /var/
590multi-purpose log, temporary, transient, and spool files
591.Pp
592.Bl -tag -width ".Pa preserve/" -compact
593.It Pa account/
594system accounting files
595.Pp
596.Bl -tag -width ".Pa acct" -compact
597.It Pa acct
598execution accounting file;
599see
600.Xr acct 5
601.El
602.Pp
603.It Pa at/
604timed command scheduling files;
605see
606.Xr \&at 1
607.Pp
608.Bl -tag -width ".Pa spool/" -compact
609.It Pa jobs/
610directory containing job files
611.It Pa spool/
612directory containing output spool files
613.El
614.Pp
615.It Pa backups/
616misc. backup files
617.It Pa crash/
618default directory to store kernel crash dumps; see
619.Xr crash 8
620and
621.Xr savecore 8
622.It Pa cron/
623files used by cron;
624see
625.Xr cron 8
626.Pp
627.Bl -tag -width ".Pa tabs/" -compact
628.It Pa tabs/
629crontab files;
630see
631.Xr crontab 5
632.El
633.Pp
634.It Pa db/
635misc. automatically generated system-specific database files
636.It Pa empty/
637empty directory used by
638.Xr sshd 8
639for privilege separation
640.It Pa games/
641misc. game status and score files
642.It Pa hammer/
643per PFS (pseudo file system) snapshots directory for
644.Xr hammer 5
645file systems
646.It Pa log/
647misc. system log files
648.Pp
649.Bl -tag -width ".Pa wtmp" -compact
650.It Pa wtmp
651login/logout log;
652see
653.Xr wtmp 5
654.El
655.Pp
656.It Pa mail/
657user mailbox files
658.It Pa msgs/
659system messages database;
660see
661.Xr msgs 1
662.It Pa preserve/
663temporary home of files preserved after an accidental death
664of an editor;
665see
666.Xr \&ex 1
667.It Pa quotas/
668filesystem quota information files
669.It Pa run/
670system information files describing various info about
671system since it was booted
672.Pp
673.Bl -tag -width ".Pa ppp/" -compact
674.It Pa ppp/
675writable by the
676.Dq network
677group for command connection sockets; see
678.Xr ppp 8
679.It Pa utmp
680database of current users;
681see
682.Xr utmp 5
683.El
684.Pp
685.It Pa rwho/
686rwho data files;
687see
688.Xr rwhod 8 ,
689.Xr rwho 1 ,
690and
691.Xr ruptime 1
692.It Pa spool/
693misc. printer and mail system spooling directories
694.Pp
695.Bl -tag -width ".Pa clientmqueue/" -compact
696.It Pa clientmqueue/
697undelivered submission mail queue;
698see
699.Xr sendmail 8
700.It Pa dma/
701undelivered mail queue;
702see
703.Xr dma 8
704.It Pa ftp/
705commonly
706.Pa ~ftp ;
707the anonymous ftp root directory
708.It Pa mqueue/
709undelivered mail queue;
710see
711.Xr sendmail 8
712.It Pa output/
713line printer spooling directories
714.It Pa uucp/
715uucp spool directory
716.It Pa uucppublic/
717commonly
718.Pa ~uucp ;
719public uucp temporary directory
720.El
721.Pp
722.It Pa tmp/
723temporary files that are kept between system reboots
724.Pp
725.Bl -tag -width ".Pa vi.recover/" -compact
726.It Pa vi.recover/
727the directory where recovery files are stored
728.El
729.Pp
730.It Pa yp/
731the NIS maps
732.El
733.El
734.Sh NOTES
735This manual page documents the default
736.Dx
737filesystem layout, but
738the actual hierarchy on a given system is defined at the system
739administrator's discretion.
740A well-maintained installation will include a customized version of
741this document.
742.Sh SEE ALSO
743.Xr apropos 1 ,
744.Xr find 1 ,
745.Xr finger 1 ,
746.Xr grep 1 ,
747.Xr ls 1 ,
748.Xr whatis 1 ,
749.Xr whereis 1 ,
750.Xr which 1 ,
751.Xr fsck 8
752.Sh HISTORY
753A
754.Nm
755manual page appeared in
756.At v7 .
757