man.genrandom.html revision 299e3f18eb4f9297e6f06ca373806b07bec13a02
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper - Copyright (C) 2004-2013 Internet Systems Consortium, Inc. ("ISC")
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper - Copyright (C) 2000-2003 Internet Software Consortium.
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper - Permission to use, copy, modify, and/or distribute this software for any
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper - purpose with or without fee is hereby granted, provided that the above
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper - copyright notice and this permission notice appear in all copies.
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper - PERFORMANCE OF THIS SOFTWARE.
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper<meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper<link rel="start" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper<link rel="up" href="Bv9ARM.ch10.html" title="Manual pages">
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper<link rel="prev" href="man.arpaname.html" title="arpaname">
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper<link rel="next" href="man.isc-hmac-fixup.html" title="isc-hmac-fixup">
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper<table width="100%" summary="Navigation header">
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper<tr><th colspan="3" align="center"><span class="application">genrandom</span></th></tr>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper<a accesskey="p" href="man.arpaname.html">Prev</a>�</td>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper<th width="60%" align="center">Manual pages</th>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper<td width="20%" align="right">�<a accesskey="n" href="man.isc-hmac-fixup.html">Next</a>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper<a name="man.genrandom"></a><div class="titlepage"></div>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper<p><span class="application">genrandom</span> — generate a file containing random data</p>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper<div class="cmdsynopsis"><p><code class="command">genrandom</code> [<code class="option">-n <em class="replaceable"><code>number</code></em></code>] {<em class="replaceable"><code>size</code></em>} {<em class="replaceable"><code>filename</code></em>}</p></div>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper <span><strong class="command">genrandom</strong></span>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper generates a file or a set of files containing a specified quantity
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper of pseudo-random data, which can be used as a source of entropy for
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper other commands on systems with no random device.
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper<dt><span class="term">-n <em class="replaceable"><code>number</code></em></span></dt>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper In place of generating one file, generates <code class="option">number</code>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper (from 2 to 9) files, appending <code class="option">number</code> to the name.
d38436884ea9bb358fbc6af6e5fa63b407e99436Mark de Reeper The size of the file, in kilobytes, to generate.
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper The file name into which random data should be written.
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper <span class="citerefentry"><span class="refentrytitle">rand</span>(3)</span>,
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper <span class="citerefentry"><span class="refentrytitle">arc4random</span>(3)</span>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper<p><span class="corpauthor">Internet Systems Consortium</span>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper<table width="100%" summary="Navigation footer">
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper<a accesskey="p" href="man.arpaname.html">Prev</a>�</td>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper<td width="20%" align="center"><a accesskey="u" href="Bv9ARM.ch10.html">Up</a></td>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper<td width="40%" align="right">�<a accesskey="n" href="man.isc-hmac-fixup.html">Next</a>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper<span class="application">arpaname</span>�</td>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper<td width="20%" align="center"><a accesskey="h" href="Bv9ARM.html">Home</a></td>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper<td width="40%" align="right" valign="top">�<span class="application">isc-hmac-fixup</span>