mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 13:37:39 +00:00
04a335156f
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2930 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
21 lines
787 B
XML
21 lines
787 B
XML
<sect2><title> </title><para> </para></sect2>
|
|
|
|
<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 <userinput>mktemp</userinput>. It is installed for
|
|
backwards-compatibility.</para>
|
|
|
|
<para>The <command>http-get</command> script takes advantage of a little known
|
|
feature of <userinput>bash</userinput> called "net redirection". It is used to
|
|
download from websites without using any other programs.</para>
|
|
|
|
<para><command>iana-net</command> uses the <userinput>http-get</userinput>
|
|
script to simplify the process of procuring IANA's services and protocols
|
|
configuration files.</para>
|
|
|
|
</sect2>
|