systemctl-reboot,systemd-*: add and update Korean translation (#14032)

This commit is contained in:
코드싸이
2024-10-07 21:07:32 +09:00
committed by GitHub
parent 18cd009db9
commit 433fd479b1
33 changed files with 720 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# systemd-id128
> sd-128 식별자를 생성하고 출력.
> 더 많은 정보: <https://www.freedesktop.org/software/systemd/man/systemd-id128.html>.
- 새로운 랜덤 식별자 생성:
`systemd-id128 new`
- 현재 머신의 식별자 출력:
`systemd-id128 machine-id`
- 현재 부팅의 식별자 출력:
`systemd-id128 boot-id`
- 현재 서비스 호출의 식별자 출력 (systemd 서비스에서 사용 가능):
`systemd-id128 invocation-id`
- 새로운 랜덤 식별자를 생성하고 UUID 형식으로 출력 (하이픈으로 구분된 다섯 그룹의 숫자):
`systemd-id128 new --uuid`