aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa/lfs-utils-desc.xml
blob: a0d6cf832732da21525ee8251d6d538ca903cd03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<sect2><title>Short descriptions</title>

<para><command>mktemp</command> creates temporary files in a secure manner.
It is used in scripts.</para>

<para><command>tempfile</command> creates temporary files in a less secure
manner than <command>mktemp</command>. It is installed for
backwards-compatibility.</para>

<para>The <command>http-get</command> script takes advantage of a little known
feature of <command>bash</command> called "net redirection". It is used to
download from websites without using any other programs.</para>

<para><command>iana-net</command> uses the <command>http-get</command>
script to simplify the process of procuring IANA's services and protocols
configuration files.</para>

</sect2>