aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/fileutils-inst.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/fileutils-inst.sgml')
-rw-r--r--chapter06/fileutils-inst.sgml19
1 files changed, 19 insertions, 0 deletions
diff --git a/chapter06/fileutils-inst.sgml b/chapter06/fileutils-inst.sgml
new file mode 100644
index 000000000..d75acf173
--- /dev/null
+++ b/chapter06/fileutils-inst.sgml
@@ -0,0 +1,19 @@
+<sect2>
+<title>Installation of Fileutils</title>
+
+<para>
+Install Fileutils by running the following commands:
+</para>
+
+<blockquote><literallayout>
+
+ <userinput>./configure --prefix=/usr --bindir=/bin \</userinput>
+ <userinput>&nbsp;&nbsp;&nbsp;--libexecdir=/usr/bin
+ &amp;&amp;</userinput>
+ <userinput>make &amp;&amp;</userinput>
+ <userinput>make install</userinput>
+
+</literallayout></blockquote>
+
+</sect2>
+