Difference between revisions of "/usr/"
From GhostBSD Wiki
(Created page with "{{Welcome}} {|class="wikitable" style="width:96.5%;background:#FFFFFF; border:2px solid #008000;text-align:left;padding: 10px" |- ! scope="col" style="width: 100px;"|'''Dire...") |
|||
Line 6: | Line 6: | ||
! scope="col" style="width: 350px;"|'''Description''' | ! scope="col" style="width: 350px;"|'''Description''' | ||
|- | |- | ||
− | | | + | |/usr/bin||Common utilities, programming tools, and applications. |
− | | | + | |- |
+ | |/usr/home|| | ||
+ | |- | ||
+ | |/usr/include||Standard C include files. | ||
+ | |- | ||
+ | |/usr/jails|| | ||
+ | |- | ||
+ | |/usr/lib||Archive libraries | ||
+ | |- | ||
+ | |/usr/lib32|| | ||
+ | |- | ||
+ | |/usr/libdata||Miscellaneous utility data files. | ||
+ | |- | ||
+ | |/usr/libexec||System daemons and system utilities executed by other programs. | ||
+ | |- | ||
+ | |/usr/local||Local executables and libraries. Also used as the default destination for the FreeBSD ports framework. Within <code>/usr/local</code>, the general layout sketched out by [https://www.freebsd.org/cgi/man.cgi?query=hier&sektion=7&manpath=freebsd-release-ports hier(7)] for <code>/usr</code> should be used. Exceptions are the man directory, which is directly under <code>/usr/local</code> rather than under <code>/usr/local/share</code>, and the ports documentation is in share/doc/port. | ||
+ | |- | ||
+ | |/usr/obj||Architecture-specific target tree produced by building the <code>/usr/src</code> tree. | ||
+ | |- | ||
+ | |/usr/ports||The FreeBSD Ports Collection (optional). | ||
+ | |- | ||
+ | |/usr/sbin||System daemons and system utilities executed by users. | ||
+ | |- | ||
+ | |/usr/share||Architecture-independent files. | ||
+ | |- | ||
+ | |/usr/src||BSD and/or local source files. | ||
|- | |- | ||
!colspan="2"|'''Back to ''' [[image:Icon Disti GhostBSD.png|50px|link=Directory Structure]]'''Directory Structure''' | !colspan="2"|'''Back to ''' [[image:Icon Disti GhostBSD.png|50px|link=Directory Structure]]'''Directory Structure''' |
Revision as of 08:17, 12 February 2020
Welcome to /usr/. |
Directory | Description |
---|---|
/usr/bin | Common utilities, programming tools, and applications. |
/usr/home | |
/usr/include | Standard C include files. |
/usr/jails | |
/usr/lib | Archive libraries |
/usr/lib32 | |
/usr/libdata | Miscellaneous utility data files. |
/usr/libexec | System daemons and system utilities executed by other programs. |
/usr/local | Local executables and libraries. Also used as the default destination for the FreeBSD ports framework. Within /usr/local , the general layout sketched out by hier(7) for /usr should be used. Exceptions are the man directory, which is directly under /usr/local rather than under /usr/local/share , and the ports documentation is in share/doc/port.
|
/usr/obj | Architecture-specific target tree produced by building the /usr/src tree.
|
/usr/ports | The FreeBSD Ports Collection (optional). |
/usr/sbin | System daemons and system utilities executed by users. |
/usr/share | Architecture-independent files. |
/usr/src | BSD and/or local source files. |
Back to Directory Structure |