snippetbashTip
uuidd — Daemon for generating UUIDs. More information: <https://manned.org/uuidd>.
Viewed 0 times
commanddaemonclimoreuuidduuidsgeneratingfor
linux
Problem
How to use the
uuidd command: Daemon for generating UUIDs. More information: <https://manned.org/uuidd>.Solution
uuidd — Daemon for generating UUIDs. More information: <https://manned.org/uuidd>.Generate a random UUID:
uuidd {{[-r|--random]}}Generate a bulk number of random UUIDs:
uuidd {{[-r|--random]}} {{[-n|--uuids]}} {{number_of_uuids}}Generate a time-based UUID, based on the current time and MAC address of the system:
uuidd {{[-t|--time]}}Code Snippets
Generate a random UUID
uuidd {{[-r|--random]}}Generate a bulk number of random UUIDs
uuidd {{[-r|--random]}} {{[-n|--uuids]}} {{number_of_uuids}}Generate a time-based UUID, based on the current time and MAC address of the system
uuidd {{[-t|--time]}}Context
tldr-pages: linux/uuidd
Revisions (0)
No revisions yet.