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