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:
parent
ebf1a23afe
commit
2ca3b9de4b
1 changed files with 12 additions and 0 deletions
|
@ -3,6 +3,18 @@
|
||||||
> Control and monitor the ModemManager.
|
> Control and monitor the ModemManager.
|
||||||
> More information: <https://www.freedesktop.org/software/ModemManager/man/latest/mmcli.1.html>.
|
> 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:
|
- List SMS messages available on the modem:
|
||||||
|
|
||||||
`sudo mmcli --modem={{modem}} --messaging-list-sms`
|
`sudo mmcli --modem={{modem}} --messaging-list-sms`
|
||||||
|
|
Loading…
Add table
Reference in a new issue