1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.pl/linux/uuidd.md
2022-10-26 07:02:13 -03:00

16 lines
283 B
Markdown

# uuidd
> Daemon generujący UUID.
> Więcej informacji: <https://manned.org/uuidd>.
- Stwórz losowy UUID:
`uuidd --random`
- Stwórz większą ilość losowych UUID:
`uuidd --random --uuids {{ilość_uuid}}`
- Stwórz UUID oparty o aktualny czas i adres MAC:
`uuidd --time`