1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 14:02:08 +02:00
tldr/pages/linux/uuidd.md
2021-05-18 22:49:07 -04:00

326 B

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