Added a few comments here and there
[linux_from_scratch.git] / BOOK / appendixa / lfs-utils-desc.xml
bloba0d6cf832732da21525ee8251d6d538ca903cd03
1 <sect2><title>Short descriptions</title>
3 <para><command>mktemp</command> creates temporary files in a secure manner.
4 It is used in scripts.</para>
6 <para><command>tempfile</command> creates temporary files in a less secure
7 manner than <command>mktemp</command>. It is installed for
8 backwards-compatibility.</para>
10 <para>The <command>http-get</command> script takes advantage of a little known
11 feature of <command>bash</command> called "net redirection". It is used to
12 download from websites without using any other programs.</para>
14 <para><command>iana-net</command> uses the <command>http-get</command>
15 script to simplify the process of procuring IANA's services and protocols
16 configuration files.</para>
18 </sect2>