1、查看哪个进程占用
top
2、查看哪个程序占用了进程
ps -aux | grep java
3、退出程序
kill -9 3244
posted on 2018-08-27 11:59 木子李victor 阅读(5635) 评论(0) 收藏 举报