文章列表
linux基础知识
最近使用linux较多,将相关的基础知识记录下来,备忘。
复制:cp
进入目录:cd cd ..
创建文件:mkdir
移动文件/重命名:mv aaa.xx bbb.xx
解压war:jar –xvf xx.war :
解压:tar –xvf xx.tar
压缩:tar –cvf ***
http://www.linuxdiyf.com/viewarticle.php?id=72806
查找tomcat进程
ps –ef|grep tomcat
ps –aux|grep tomcat
Kill 指定线程:
ps -ef|grep index|grep ...