diff options
Diffstat (limited to 'chapter06/procps-inst.xml')
-rw-r--r-- | chapter06/procps-inst.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/chapter06/procps-inst.xml b/chapter06/procps-inst.xml new file mode 100644 index 000000000..917def8c5 --- /dev/null +++ b/chapter06/procps-inst.xml @@ -0,0 +1,19 @@ +<sect2> +<title>Installation of Procps</title> + +<para> +Install Procps by running the following commands: +</para> + +<blockquote><literallayout> + + <userinput>sed "s/XConsole/#XConsole/" Makefile | make -f - + &&</userinput> + <userinput>sed "s/XConsole/#XConsole/" Makefile | make -f - install + &&</userinput> + <userinput>mv /usr/bin/kill /bin</userinput> + +</literallayout></blockquote> + +</sect2> + |