mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:22:09 +02:00
mmcli: add page (#5876)
This commit is contained in:
parent
2c860f4c65
commit
b575ffe207
1 changed files with 12 additions and 0 deletions
12
pages/linux/mmcli.md
Normal file
12
pages/linux/mmcli.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# mmcli
|
||||
|
||||
> Control and monitor the ModemManager.
|
||||
> More information: <https://www.freedesktop.org/software/ModemManager/man/latest/mmcli.1.html>.
|
||||
|
||||
- List SMS messages available on the modem:
|
||||
|
||||
`sudo mmcli --modem={{modem}} --messaging-list-sms`
|
||||
|
||||
- Delete a message from the modem, specifying its path:
|
||||
|
||||
`sudo mmcli --modem={{modem}} --messaging-delete-sms={{path/to/message_file}}`
|
Loading…
Add table
Reference in a new issue