1.查看svn进程
ps -ef|grep svn
2.杀掉进程
kill -9 进程号
3.查看Tomcat进程
ps -ef |grep tomcat
3.解压tar包
tar -xvf file.tar
4.打tar包
tar -cvf newfile.tar file
本文共 185 字,大约阅读时间需要 1 分钟。
1.查看svn进程
ps -ef|grep svn
2.杀掉进程
kill -9 进程号
3.查看Tomcat进程
ps -ef |grep tomcat
3.解压tar包
tar -xvf file.tar
4.打tar包
tar -cvf newfile.tar file
转载于:https://my.oschina.net/keke412/blog/790405