2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-27 04:28:33 +00:00
bind/bin/tools/genrandom.8

78 lines
2.3 KiB
Groff
Raw Normal View History

2016-06-27 05:29:38 +00:00
.\" Copyright (C) 2009-2011, 2014-2016 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/.
.\"
.hy 0
.ad l
2015-10-06 05:45:21 +00:00
'\" t
2009-03-03 01:12:26 +00:00
.\" Title: genrandom
.\" Author:
2015-10-07 04:11:09 +00:00
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
2015-10-06 05:45:21 +00:00
.\" Date: 2011-08-08
2009-03-03 01:12:26 +00:00
.\" Manual: BIND9
2015-10-06 05:45:21 +00:00
.\" Source: ISC
.\" Language: English
2009-03-03 01:12:26 +00:00
.\"
2015-10-06 05:45:21 +00:00
.TH "GENRANDOM" "8" "2011\-08\-08" "ISC" "BIND9"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
2009-03-03 01:12:26 +00:00
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
2015-10-06 05:45:21 +00:00
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
2009-03-03 01:12:26 +00:00
.SH "NAME"
genrandom \- generate a file containing random data
.SH "SYNOPSIS"
2015-10-07 04:11:09 +00:00
.HP \w'\fBgenrandom\fR\ 'u
2010-05-18 01:14:20 +00:00
\fBgenrandom\fR [\fB\-n\ \fR\fB\fInumber\fR\fR] {\fIsize\fR} {\fIfilename\fR}
.SH "DESCRIPTION"
.PP
2009-03-03 01:12:26 +00:00
\fBgenrandom\fR
2015-10-06 05:45:21 +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\&.
.SH "ARGUMENTS"
2009-03-03 01:12:26 +00:00
.PP
2010-05-18 01:14:20 +00:00
\-n \fInumber\fR
.RS 4
In place of generating one file, generates
\fBnumber\fR
(from 2 to 9) files, appending
\fBnumber\fR
2015-10-06 05:45:21 +00:00
to the name\&.
2010-05-18 01:14:20 +00:00
.RE
.PP
size
2009-03-03 01:12:26 +00:00
.RS 4
2015-10-06 05:45:21 +00:00
The size of the file, in kilobytes, to generate\&.
2009-03-03 01:12:26 +00:00
.RE
.PP
2011-08-09 01:14:54 +00:00
filename
2009-03-03 01:12:26 +00:00
.RS 4
2015-10-06 05:45:21 +00:00
The file name into which random data should be written\&.
2009-03-03 01:12:26 +00:00
.RE
.SH "SEE ALSO"
.PP
2009-03-03 01:12:26 +00:00
\fBrand\fR(3),
\fBarc4random\fR(3)
.SH "AUTHOR"
.PP
2015-10-06 05:45:21 +00:00
\fBInternet Systems Consortium, Inc\&.\fR
2009-03-03 01:12:26 +00:00
.SH "COPYRIGHT"
2015-10-06 05:45:21 +00:00
.br
2016-06-27 05:29:38 +00:00
Copyright \(co 2009-2011, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
2009-03-03 01:12:26 +00:00
.br