mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
454 B
Plaintext
22 lines
454 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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]}}`
|