tldr/pages/linux/uuidd.md

17 lines
326 B
Markdown
Raw Normal View History

2021-05-19 03:49:07 +01:00
# uuidd
> Daemon for generating UUIDs.
> More information: <https://manned.org/uuidd>.
- Generate a random UUID:
`uuidd --random`
- Generate a bulk number of random UUIDs:
`uuidd --random --uuids {{number_of_uuids}}`
- Generate a time-based UUID, based on the current time and MAC address of the system:
`uuidd --time`