Forrest logo
back to context overview

mmcli

List of commands for mmcli:

  • mmcli:ai:2a0cf SMS message 1
    $ mmcli --messaging-sms-list=/org/freedesktop/ModemManager1/SMS/0
    try on your machine
    explain this command
  • mmcli:ai:422d4 how do I configure modem manger for second bearer
    $ mmcli -m ${MODEM_INDEX} --create-bearer=${CONFIGURATION_JSON}
    try on your machine
    explain this command
  • mmcli:ai:ad099 Retrieve the contents of a specific SMS message
    $ mmcli -m ${modem_index} -s ${message_index} --get
    try on your machine
    explain this command
  • mmcli:tldr:8aaab mmcli: List SMS messages available on the modem.
    $ sudo mmcli --modem=${modem} --messaging-list-sms
    try on your machine
    explain this command
  • mmcli:tldr:d4844 mmcli: Delete a message from the modem, specifying its path.
    $ sudo mmcli --modem=${modem} --messaging-delete-sms=${path-to-message_file}
    try on your machine
    explain this command
back to context overview