美文网首页
common linux command: file trans

common linux command: file trans

作者: 啊啊啊啊啊1231 | 来源:发表于2020-04-01 11:43 被阅读0次

file transfer between two remote servers:

scp -r to_be_transferred_filename username@userIP:/file_of_dst_dir/

scp -r KGNN-LS-master/* huijing@10.2.56.160:/mnt/sdf/huijing/ACMMM2020/Code/KGNN-LS-master

查询某个路径中包含的所有路径

du -h --max-depth=1

杀死一个PID的进程

kill -9 {PID}

相关文章

网友评论

      本文标题:common linux command: file trans

      本文链接:https://www.haomeiwen.com/subject/sipouhtx.html