在 Linux shell 下直接执行 `taos` 连接到 TDengine 服务,进入到 TDengine CLI 界面,示例如下: ```text $ taos
taos> show databases;
name | ================================= information_schema | performance_schema | db |
Query OK, 3 rows in database (0.019154s)
taos> ```