1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/linux/uuidd.md

17 lines
319 B
Markdown
Raw Normal View History

# uuidd
> UUID 생성을 위한 데몬.
> 더 많은 정보: <https://manned.org/uuidd>.
- 무작위 UUID 생성:
`uuidd --random`
- 다수의 무작위 UUID 생성:
`uuidd --random --uuids {{UUID_개수}}`
- 현재 시간과 시스템의 MAC 주소를 기반으로 한 시간 기반 UUID 생성:
`uuidd --time`