Theodore Ts'o | 5d45d80 | 1999-03-16 19:35:19 +0000 | [diff] [blame] | 1 | .\" Copyright 1999 Andreas Dilger (adilger@enel.ucalgary.ca) |
| 2 | .\" |
| 3 | .\" This man page was created for libuuid.so.1.1 from e2fsprogs-1.14. |
| 4 | .\" |
| 5 | .\" This file may be copied under the terms of the GNU Public License. |
| 6 | .\" |
| 7 | .\" Created Wed Mar 10 17:42:12 1999, Andreas Dilger |
Theodore Ts'o | b19d1a9 | 1999-06-18 00:32:03 +0000 | [diff] [blame] | 8 | .TH UUIDGEN 1 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@" |
Theodore Ts'o | 5d45d80 | 1999-03-16 19:35:19 +0000 | [diff] [blame] | 9 | .SH NAME |
Theodore Ts'o | b19d1a9 | 1999-06-18 00:32:03 +0000 | [diff] [blame] | 10 | uuidgen \- command\-line utility to create a new UUID value |
Theodore Ts'o | 5d45d80 | 1999-03-16 19:35:19 +0000 | [diff] [blame] | 11 | .SH SYNOPSIS |
Theodore Ts'o | 5dbb072 | 1999-07-03 06:16:06 +0000 | [diff] [blame] | 12 | .B uuidgen |
| 13 | [ |
Theodore Ts'o | caf8ce4 | 1999-10-21 19:56:34 +0000 | [diff] [blame] | 14 | .B \-r |
| 15 | | |
| 16 | .B \-t |
Theodore Ts'o | 5dbb072 | 1999-07-03 06:16:06 +0000 | [diff] [blame] | 17 | ] |
Theodore Ts'o | 5d45d80 | 1999-03-16 19:35:19 +0000 | [diff] [blame] | 18 | .SH DESCRIPTION |
| 19 | The |
| 20 | .B uuidgen |
Theodore Ts'o | 3b302c2 | 2007-08-20 21:46:19 -0400 | [diff] [blame] | 21 | program creates (and prints) |
| 22 | a new universally unique identifier (UUID) using the |
Theodore Ts'o | 5dbb072 | 1999-07-03 06:16:06 +0000 | [diff] [blame] | 23 | .BR libuuid (3) |
| 24 | library. The new UUID can reasonably be considered unique among |
| 25 | all UUIDs created on the local system, |
| 26 | and among UUIDs created on other systems in the past |
Theodore Ts'o | 5d45d80 | 1999-03-16 19:35:19 +0000 | [diff] [blame] | 27 | and in the future. |
Theodore Ts'o | 5dbb072 | 1999-07-03 06:16:06 +0000 | [diff] [blame] | 28 | .PP |
| 29 | There are two types of UUID's which |
| 30 | .B uuidgen |
| 31 | can generate: time-based UUID's and random-based UUID's. By |
| 32 | default |
| 33 | .B uuidgen |
Theodore Ts'o | caf8ce4 | 1999-10-21 19:56:34 +0000 | [diff] [blame] | 34 | will generate a random-based UUID if a high-quality random number |
Theodore Ts'o | 5dbb072 | 1999-07-03 06:16:06 +0000 | [diff] [blame] | 35 | generator is present. Otherwise, it will chose a time-based UUID. It |
| 36 | is possible to force the generation of one of these two |
| 37 | UUID types by using the |
Theodore Ts'o | caf8ce4 | 1999-10-21 19:56:34 +0000 | [diff] [blame] | 38 | .B \-r |
| 39 | or |
| 40 | .B \-t |
| 41 | options. |
| 42 | .SH OPTIONS |
Theodore Ts'o | 5dbb072 | 1999-07-03 06:16:06 +0000 | [diff] [blame] | 43 | .TP |
Theodore Ts'o | caf8ce4 | 1999-10-21 19:56:34 +0000 | [diff] [blame] | 44 | .B \-r |
Theodore Ts'o | 5dbb072 | 1999-07-03 06:16:06 +0000 | [diff] [blame] | 45 | Generate a random-based UUID. This method creates a UUID consisting mostly |
| 46 | of random bits. It requires that the operating system have a high |
Theodore Ts'o | caf8ce4 | 1999-10-21 19:56:34 +0000 | [diff] [blame] | 47 | quality random number generator, such as |
| 48 | .IR /dev/random . |
Theodore Ts'o | 5dbb072 | 1999-07-03 06:16:06 +0000 | [diff] [blame] | 49 | .TP |
Theodore Ts'o | caf8ce4 | 1999-10-21 19:56:34 +0000 | [diff] [blame] | 50 | .B \-t |
Theodore Ts'o | 5dbb072 | 1999-07-03 06:16:06 +0000 | [diff] [blame] | 51 | Generate a time-based UUID. This method creates a UUID based on the system |
| 52 | clock plus the system's ethernet hardware address, if present. |
Theodore Ts'o | 5d45d80 | 1999-03-16 19:35:19 +0000 | [diff] [blame] | 53 | .SH "CONFORMING TO" |
| 54 | OSF DCE 1.1 |
| 55 | .SH AUTHOR |
| 56 | .B uuidgen |
| 57 | was written by Andreas Dilger for libuuid. |
| 58 | .SH AVAILABILITY |
| 59 | .B uuidgen |
Theodore Ts'o | 6d56d51 | 2001-05-12 15:46:21 +0000 | [diff] [blame] | 60 | is part of libuuid from the e2fsprogs package and is available from |
| 61 | http://e2fsprogs.sourceforge.net. |
Theodore Ts'o | 5d45d80 | 1999-03-16 19:35:19 +0000 | [diff] [blame] | 62 | .SH "SEE ALSO" |
| 63 | .BR libuuid (3) |