1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/uuidd.md

17 lines
362 B
Markdown
Raw Normal View History

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