System Grab Bag

View all TLDR pages from Linux (or from all pages)

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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.