sudo systemctl enable --now mongod

Category: Databases & SQL

sudo systemctl enable --now mongod

Start MongoDB now and at every boot

enable --now starts the mongod service immediately and registers it for boot. The unit name is mongod for MongoDB Community installed from the official repo. Confirm with sudo systemctl status mongod.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.