ps aux | grep mongo
in zsh, for example, outputs
/usr/local/bin/mongod --logpath /var/db/mongodb/mongod.log --logappend --config /usr/local/etc/mongodb.conf --dbpath /var/db/mong
You can see it running off the screen and getting clipping at the end.
In FreeBSD, how can I see the full output?
source
share