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

mmcli: add examples (#10518)

* mmcli: add examples

---------

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
Managor 2023-07-24 20:50:20 +03:00 committed by GitHub
parent ebf1a23afe
commit 2ca3b9de4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,18 @@
> Control and monitor the ModemManager.
> More information: <https://www.freedesktop.org/software/ModemManager/man/latest/mmcli.1.html>.
- List available modems:
`mmcli --list-modems`
- Print information about a modem:
`mmcli --modem={{modem}}`
- Enable a modem:
`mmcli --modem={{modem}} --enable`
- List SMS messages available on the modem:
`sudo mmcli --modem={{modem}} --messaging-list-sms`