## 启动 ```shell mongod -f /etc/mongo.conf ``` ## 停止 ```shell mongod --shutdown -f /etc/mongo.conf ```