Skip to content

Commit

Permalink
uuidd: add page (#5991)
Browse files Browse the repository at this point in the history
  • Loading branch information
SethFalco committed May 19, 2021
1 parent 05128b2 commit 94a4e08
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pages/linux/uuidd.md
Original file line number Diff line number Diff line change
@@ -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`

0 comments on commit 94a4e08

Please sign in to comment.