kill -9 `ps ax | grep node | grep meteor | awk ‘{print $1}‘`
如何在ubuntu里面关掉后台的meteor
原文:http://www.cnblogs.com/angestudy/p/6235038.html