摘要: 一、linux指令 1、查看所有进程 ps -ef|grep tomcat jps -lps -ef "|" 代表通道,将前面的指令注入到后边指令之中 2、启动jar包 nohup java -jar 包名称 >/dev/null & 3、启动tomcat包 ./satrtup 4、其他 // 删除 阅读全文