接收端 nc -d -l 5002 |tar xf - nohup sh receive.sh & 发送端 tar cf - . | nc 1.1.1.1 5002 nohup sh transfer.sh & 来源:https://www.cnblogs.com/youge-OneSQL/p/11493160.html 标签 nohup netcat