
cd / 返回最顶层文件夹
cd home/numa 进入home下的numa文件夹
ll 查看当前文加夹下的所有文件
ps -ef | grep java 查询运行的JVAV程序
kill -9 程序的id 删除老的运行程序
nohup java -jar jar包的名称 & 运行jar包程序
tail -f nohup.out 进入nohup文件查看日志