Tôi hiện đang sử dụng OS / X bằng macbook. Tôi muốn dừng phiên bản dịch vụ mongodb đang chạy. Do đó tôi đã thử:
> sudo service mongodb stop
sudo: service: command not found
Sau khi tìm kiếm trên Google, họ yêu cầu tôi thêm PATH do đó tôi đã làm như sau:
> `vim ~/.bash_profile` (created a new bash_profile) and added the following there:
export PATH=/usr/bin:/usr/sbin:/bin:/usr/local/bin:/sbin:/opt/x11/bin:$PATH
Nó dường như không hoạt động và tôi vẫn nhận được cùng một lỗi: