2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-28 04:58:04 +00:00
bind/doc/arm/man.genrandom.html

133 lines
4.1 KiB
HTML
Raw Normal View History

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2009-12-04 22:23:33 +00:00
<!--
2017-01-06 01:05:20 +00:00
- Copyright (C) 2000-2017 Internet Systems Consortium, Inc. ("ISC")
2010-05-19 01:14:14 +00:00
-
2016-07-21 07:11:01 +00:00
- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/.
2009-12-04 22:23:33 +00:00
-->
<html lang="en">
2009-12-04 22:23:33 +00:00
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>genrandom</title>
2015-10-07 04:11:09 +00:00
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
2015-01-09 01:05:02 +00:00
<link rel="up" href="Bv9ARM.ch13.html" title="Manual pages">
2015-10-03 01:07:28 +00:00
<link rel="prev" href="man.dnstap-read.html" title="dnstap-read">
2010-01-08 01:14:09 +00:00
<link rel="next" href="man.isc-hmac-fixup.html" title="isc-hmac-fixup">
2009-12-04 22:23:33 +00:00
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div class="navheader">
<table width="100%" summary="Navigation header">
<tr><th colspan="3" align="center"><span class="application">genrandom</span></th></tr>
<tr>
<td width="20%" align="left">
2015-10-03 01:07:28 +00:00
<a accesskey="p" href="man.dnstap-read.html">Prev</a><EFBFBD></td>
2009-12-04 22:23:33 +00:00
<th width="60%" align="center">Manual pages</th>
2010-01-08 01:14:09 +00:00
<td width="20%" align="right"><EFBFBD><a accesskey="n" href="man.isc-hmac-fixup.html">Next</a>
2009-12-04 22:23:33 +00:00
</td>
</tr>
</table>
<hr>
</div>
2015-10-07 04:11:09 +00:00
<div class="refentry">
2009-12-04 22:23:33 +00:00
<a name="man.genrandom"></a><div class="titlepage"></div>
2016-12-07 01:05:34 +00:00
<div class="refnamediv">
2009-12-04 22:23:33 +00:00
<h2>Name</h2>
2016-12-07 01:05:34 +00:00
<p>
<span class="application">genrandom</span>
&#8212; generate a file containing random data
</p>
2009-12-04 22:23:33 +00:00
</div>
2016-12-07 01:05:34 +00:00
<div class="refsynopsisdiv">
2009-12-04 22:23:33 +00:00
<h2>Synopsis</h2>
2016-12-07 01:05:34 +00:00
<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>
</div>
<div class="refsection">
2016-08-25 01:04:54 +00:00
<a name="id-1.14.33.7"></a><h2>DESCRIPTION</h2>
2016-12-07 01:05:34 +00:00
<p>
<span class="command"><strong>genrandom</strong></span>
2010-05-18 01:14:20 +00:00
generates a file or a set of files containing a specified quantity
of pseudo-random data, which can be used as a source of entropy for
other commands on systems with no random device.
2009-12-04 22:23:33 +00:00
</p>
2016-12-07 01:05:34 +00:00
</div>
<div class="refsection">
2016-08-25 01:04:54 +00:00
<a name="id-1.14.33.8"></a><h2>ARGUMENTS</h2>
2016-12-07 01:05:34 +00:00
<div class="variablelist"><dl class="variablelist">
2010-05-18 01:14:20 +00:00
<dt><span class="term">-n <em class="replaceable"><code>number</code></em></span></dt>
2016-12-07 01:05:34 +00:00
<dd>
<p>
2010-05-18 01:14:20 +00:00
In place of generating one file, generates <code class="option">number</code>
(from 2 to 9) files, appending <code class="option">number</code> to the name.
2016-12-07 01:05:34 +00:00
</p>
</dd>
2009-12-04 22:23:33 +00:00
<dt><span class="term">size</span></dt>
2016-12-07 01:05:34 +00:00
<dd>
<p>
2009-12-04 22:23:33 +00:00
The size of the file, in kilobytes, to generate.
2016-12-07 01:05:34 +00:00
</p>
</dd>
2011-08-09 01:14:54 +00:00
<dt><span class="term">filename</span></dt>
2016-12-07 01:05:34 +00:00
<dd>
<p>
2009-12-04 22:23:33 +00:00
The file name into which random data should be written.
2016-12-07 01:05:34 +00:00
</p>
</dd>
2009-12-04 22:23:33 +00:00
</dl></div>
2016-12-07 01:05:34 +00:00
</div>
<div class="refsection">
2016-08-25 01:04:54 +00:00
<a name="id-1.14.33.9"></a><h2>SEE ALSO</h2>
2016-12-07 01:05:34 +00:00
<p>
<span class="citerefentry">
<span class="refentrytitle">rand</span>(3)
</span>,
<span class="citerefentry">
<span class="refentrytitle">arc4random</span>(3)
</span>
2009-12-04 22:23:33 +00:00
</p>
2016-12-07 01:05:34 +00:00
</div>
2009-12-04 22:23:33 +00:00
</div>
<div class="navfooter">
<hr>
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left">
2015-10-03 01:07:28 +00:00
<a accesskey="p" href="man.dnstap-read.html">Prev</a><EFBFBD></td>
2015-01-09 01:05:02 +00:00
<td width="20%" align="center"><a accesskey="u" href="Bv9ARM.ch13.html">Up</a></td>
2010-01-08 01:14:09 +00:00
<td width="40%" align="right"><EFBFBD><a accesskey="n" href="man.isc-hmac-fixup.html">Next</a>
2009-12-04 22:23:33 +00:00
</td>
</tr>
<tr>
<td width="40%" align="left" valign="top">
2015-10-03 01:07:28 +00:00
<span class="application">dnstap-read</span><EFBFBD></td>
2009-12-04 22:23:33 +00:00
<td width="20%" align="center"><a accesskey="h" href="Bv9ARM.html">Home</a></td>
2010-01-08 01:14:09 +00:00
<td width="40%" align="right" valign="top"><EFBFBD><span class="application">isc-hmac-fixup</span>
2009-12-04 22:23:33 +00:00
</td>
</tr>
</table>
</div>
2017-01-10 01:04:52 +00:00
<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.12.0-pre-alpha</p>
2009-12-04 22:23:33 +00:00
</body>
</html>