linux/u*: add Korean translation (#14754)

This commit is contained in:
코드싸이
2024-11-09 23:24:15 +09:00
committed by GitHub
parent 350b0b5b92
commit 2a06ff02cc
40 changed files with 936 additions and 0 deletions

16
pages.ko/linux/uuidd.md Normal file
View File

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