Processes Snapshot (ps)
And to see every process on the system using BSD syntax: (aux)
ps aux | grep unicorn
kill -9 <pid>
sudo netstat -tulpn | grep :27017
Mac Equavalent Command
lsof -n -i4TCP:27017 | grep LISTEN
Processes Snapshot (ps)
And to see every process on the system using BSD syntax: (aux)
ps aux | grep unicorn
kill -9 <pid>
sudo netstat -tulpn | grep :27017
Mac Equavalent Command
lsof -n -i4TCP:27017 | grep LISTEN