Horje
start mongodb in ubuntu Code Example
start mongodb service ubuntu
sudo systemctl start mongod
sudo systemctl stop mongod
install mongo db ubuntu
wget -qO - https://www.mongodb.org/static/pgp/server-5.0.asc | sudo apt-key add -

echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/5.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-5.0.list

sudo apt-get update
sudo apt-get install -y mongodb-org
mongodb install ubuntu
follow the steps from the below link

https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/
how to start mongodb server in ubuntu
 sudo systemctl start mongodb
# it will starts mongodb server
ubuntu start mongodb
sudo mongod --fork --config /etc/mongod.conf
start mongodb in ubuntu
connecting mongodb




Shell

Related
docker build Code Example docker build Code Example
git clone different ssh key Code Example git clone different ssh key Code Example
Start rc.local manually Code Example Start rc.local manually Code Example
installing parse-dashboard with npm Code Example installing parse-dashboard with npm Code Example
see output of a running processes linux Code Example see output of a running processes linux Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11