diff --git a/pages/linux/uuidgen.md b/pages/linux/uuidgen.md new file mode 100644 index 0000000000..4603c48ab2 --- /dev/null +++ b/pages/linux/uuidgen.md @@ -0,0 +1,15 @@ +# uuidgen + +> Generate unique identifiers (UUIDs). + +- Create a random UUID: + +`uuidgen --random` + +- Create a UUID based on the current time: + +`uuidgen --time` + +- Create a UUID based on the hash of a URL: + +`uuidgen --sha1 --namespace {{@url}} --name {{object_name}}`