linux问题(TRS笔试题)

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

posted @ 2020-10-29 17:00  柿子秧  阅读(83)  评论(0编辑  收藏  举报