mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
uuidd: add page (#5991)
This commit is contained in:
parent
05128b2913
commit
94a4e08932
1 changed files with 16 additions and 0 deletions
16
pages/linux/uuidd.md
Normal file
16
pages/linux/uuidd.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue