要在Linux上查看MongoDB版本,可以使用以下命令:
mongo
db.version()
或者
db.runCommand({ "buildInfo": 1 }).version
以上命令将返回MongoDB的版本号。