snippetbashTip
mmcli — Control and monitor the ModemManager. More information: <https://www.freedesktop.org/software/ModemM
Viewed 0 times
themodemmanagercommandmonitorandclicontrolmmcli
linux
Problem
How to use the
mmcli command: Control and monitor the ModemManager. More information: <https://www.freedesktop.org/software/ModemManager/man/latest/mmcli.1.html>.Solution
mmcli — Control and monitor the ModemManager. More information: <https://www.freedesktop.org/software/ModemManager/man/latest/mmcli.1.html>.List available modems:
mmcli --list-modemsPrint information about a modem:
mmcli --modem={{modem}}Enable a modem:
mmcli --modem={{modem}} --enableList SMS messages available on the modem:
sudo mmcli --modem={{modem}} --messaging-list-smsDelete a message from the modem, specifying its path:
sudo mmcli --modem={{modem}} --messaging-delete-sms={{path/to/message_file}}Code Snippets
List available modems
mmcli --list-modemsPrint information about a modem
mmcli --modem={{modem}}Enable a modem
mmcli --modem={{modem}} --enableList SMS messages available on the modem
sudo mmcli --modem={{modem}} --messaging-list-smsDelete a message from the modem, specifying its path
sudo mmcli --modem={{modem}} --messaging-delete-sms={{path/to/message_file}}Context
tldr-pages: linux/mmcli
Revisions (0)
No revisions yet.