Node Server管理
摘要:
停止服务 Ctrl+Z暂停 Ctrl+C: kill it 先找到process ID (second from the left), 再kill it:$ ps axu | grep node$ kill -9 PROCESS_ID或者 $sudo killall node 在AWS的beanst 阅读全文
posted @ 2016-03-01 07:46 动漫引擎 阅读(226) 评论(0) 推荐(0) 编辑