1、查看java进程
ps -ef |grep java
ps -axu|grep java
2、杀死pid为80的进程
kill -9 80
3、跨域名拷贝文件
scp -r test.txt root@192.168.51.112:/root/demo/demo1/demo2