diff options
Diffstat (limited to 'chapter06/fileutils-inst.sgml')
-rw-r--r-- | chapter06/fileutils-inst.sgml | 19 |
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> --libexecdir=/usr/bin + &&</userinput> + <userinput>make &&</userinput> + <userinput>make install</userinput> + +</literallayout></blockquote> + +</sect2> + |