在Linux下配置和启动MongoDB非常简单。首先,确保已安装MongoDB。然后,编辑配置文件/etc/mongod.conf,根据需要调整设置。完成后,通过以下命令启动MongoDB:

sudo systemctl start mongod

可以使用以下命令检查MongoDB状态:

sudo systemctl status mongod