summaryrefslogtreecommitdiff
path: root/static/freebsd/man8/intro.8 4.html
blob: 9a8fa08401237e23e99e118b756519461f0e358f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<table class="head">
  <tr>
    <td class="head-ltitle">INTRO(8)</td>
    <td class="head-vol">System Manager's Manual</td>
    <td class="head-rtitle">INTRO(8)</td>
  </tr>
</table>
<div class="manual-text">
<section class="Sh">
<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
<p class="Pp"><code class="Nm">intro</code> &#x2014;
    <span class="Nd">introduction to system maintenance procedures and
    commands</span></p>
</section>
<section class="Sh">
<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
<p class="Pp">This section contains information related to system operation and
    maintenance.</p>
<p class="Pp">It describes commands used to create new file systems
    (<a class="Xr">newfs(8)</a>), verify the integrity of the file systems
    (<a class="Xr">fsck(8)</a>), control disk usage
    (<a class="Xr">edquota(8)</a>), maintain system backups
    (<a class="Xr">dump(8)</a>), and recover files when disks die an untimely
    death (<a class="Xr">restore(8)</a>). Network related services like
    <a class="Xr">inetd(8)</a> are also described.</p>
<p class="Pp">All commands set an exit status. Its value may be tested to see if
    the command completed normally. Unless otherwise noted (rare), the value 0
    signifies successful completion of the command, while a value &gt;0
    indicates an error. Some commands attempt to describe the nature of the
    failure by using error codes defined in <a class="Xr">sysexits(3)</a>, or
    set the status to arbitrary values &gt;0 (typically 1), but many such values
    are not described in the manual.</p>
<p class="Pp">A number of pages in this section describe general system
    management topics.</p>
<p class="Pp">For example, the <a class="Xr">boot(8)</a> manual page describes
    the system bootstrapping procedures, and the <a class="Xr">diskless(8)</a>
    manual page describes how to boot a system over a network. The
    <a class="Xr">crash(8)</a> manual page should be consulted to understand how
    to interpret system crash dumps.</p>
</section>
<section class="Sh">
<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
<p class="Pp">The <code class="Nm">intro</code> section manual page appeared in
    <span class="Ux">4.2BSD</span>.</p>
</section>
</div>
<table class="foot">
  <tr>
    <td class="foot-date">October 22, 2006</td>
    <td class="foot-os">FreeBSD 15.0</td>
  </tr>
</table>