ps -ef | grep 进程名 (返回第二列为进程号)

kill -9 进程号 (杀进程)

jinfo 进程号 > log.log

cd /proc/进程号/    -->   vi maps (查看classpath等)

Linux命令小计

Linux命令小计


相关文章: