blob: f89712ad0506a0ef36d8681b20bf6dc3015c675d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<sect2>
<title>Installation of Procps</title>
<para>
Install Procps by running the following commands:
</para>
<blockquote><literallayout>
<userinput>make &&</userinput>
<userinput>make XSCPT='' install
&&</userinput>
<userinput>mv /usr/bin/kill /bin</userinput>
</literallayout></blockquote>
</sect2>
|