linux/man: update Korean translation, linux/m*: add Korean translation (#14709)

* linux/man: update Korean translation

* linux/m*: add Korean translation
This commit is contained in:
코드싸이
2024-11-09 13:27:56 +09:00
committed by GitHub
parent 340dd5cc12
commit c369e30f73
56 changed files with 1134 additions and 9 deletions

24
pages.ko/linux/mmcli.md Normal file
View File

@@ -0,0 +1,24 @@
# mmcli
> ModemManager를 제어하고 모니터링.
> 더 많은 정보: <https://www.freedesktop.org/software/ModemManager/man/latest/mmcli.1.html>.
- 사용 가능한 모뎀 나열:
`mmcli --list-modems`
- 모뎀에 대한 정보 출력:
`mmcli --modem={{모뎀}}`
- 모뎀 활성화:
`mmcli --modem={{모뎀}} --enable`
- 모뎀에서 사용 가능한 SMS 메시지 나열:
`sudo mmcli --modem={{모뎀}} --messaging-list-sms`
- 모뎀에서 메시지를 삭제, 경로 지정:
`sudo mmcli --modem={{모뎀}} --messaging-delete-sms={{경로/대상/메시지_파일}}`