diff --git a/pages/linux/uuidd.md b/pages/linux/uuidd.md new file mode 100644 index 000000000..cf68cdeac --- /dev/null +++ b/pages/linux/uuidd.md @@ -0,0 +1,16 @@ +# uuidd + +> Daemon for generating UUIDs. +> More information: . + +- 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`