我已经按照这个页面上的apt-get安装MongoDB的说明进行了操作:和一个名为/etc/init.d/mongodb的控制脚本sudo service mongodb start
我的问题是,我该如何更改mongod进程在其下运行的用户?我搜索了配置文件和控制脚本,但都没有提到用户。我必须使用ps au
当我运行命令sudo service mongod start时,MongoDB无法启动,而当我运行服务mongod时,它显示它尚未启动,日志显示:2018-07-05T14:32:03.605+0800 I CONTROL [initandlisten] MongoDBstarting : pid=15656 port=27017 dbpath=/var/lib/mong
我在Ubuntu上安装了MongoDb,并且能够使用sudo service mongod start运行它。然后我必须重新启动它,因为我更改了配置文件。现在我不能再开始了。initAndListen: IllegalOperation: Attempted to create a lock file on a read-only directory: /var/lib/mongodb, terminating
下面是权限:ubuntu@ip-172-31-24-92:~$ stat /var/lib