ModemManagerコマンド

まずはパスを確認する。

xxxxx@xxxxx:~$ echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin

/usr/local/sbin、/usr/local/binには何も入ってない

xxxxx@xxxxx:~$ ll /usr/local/sbin
合計 8
drwxr-xr-x 2 root root 4096 7月 25 2018 ./
drwxr-xr-x 10 root root 4096 7月 25 2018 ../
xxxxx@xxxxx:~$ ll /usr/local/bin
合計 8
drwxr-xr-x 2 root root 4096 7月 25 2018 ./
drwxr-xr-x 10 root root 4096 7月 25 2018 ../

/usr/sbinを見たところ

xxxxx@xxxxx:~$ ll /usr/sbin
合計 15612
drwxr-xr-x 2 root root 12288 3月 5 23:48 ./
drwxr-xr-x 10 root root 4096 7月 25 2018 ../
-rwxr-xr-x 1 root root 1219648 4月 24 2018 ModemManager*


お!コマンド発見。
ModemManager:モバイルブロードバンドモデム管理デーモン

DESCRIPTION
ModemManager provides a unified high level API for communicating with
mobile broadband modems, regardless of the protocol used to communicate
with the actual device (Generic AT, vendor-specific AT, QCDM, QMI,
MBIM...).

ModemManager is a DBus-based system daemon and is not meant to be used
directly from the command line.

説明を見ると「モバイルブロードバンドモデムとの通信APIを提供するデーモン」の模様。実行するコマンドではないみたい。

コマンド名見ればなんとなくモデム関連ってのはわかる。

 

以上!