UUIDGEN(1) System General Commands Manual UUIDGEN(1)
NAME
uuidgen - command-line utility to generate a new UUID value
SYNOPSIS
uuidgen
DESCRIPTION
The uuidgen command generates a Universally Unique Identifier (UUID), a
128-bit value guaranteed to be unique. A UUID is made unique over both
space and time by combining a value unique to the computer on which it
was generated--usually the Ethernet hardware address--and a value repre-
senting the number of 100-nanosecond intervals since October 15, 1582 at
00:00:00.
RETURN VALUE
The UUID is returned to standard output as a hyphen-punctuated ASCII
string of the form: 68753A44-4D6F-1226-9C60-0050E4C00067 (in printf(3)
format "%08x-%04x-%04x-%04x-%012x").
Mac OS April 26, 2002 Mac OS