Linux命令小计

ps -ef | grep 进程名 (返回第二列为进程号) kill -9 进程号 (杀进程) jinfo 进程号 > log.log cd /proc/进程号/    -->   vi maps (查看classpath等)
相关文章
相关标签/搜索