# version of busybox ==================== root@CI4000:/tmp cp BusyBox v1.29.3 () multi-call binary. root@CI4x10:/tmp cp BusyBox v1.29.3 () multi-call binary. # board-4 / mx25 via labgrid ============================ labgrid-client -p board-4 lock labgrid-client -p board-4 con root@CI4000:~ cd /tmp root@CI4000:/tmp echo "text" > infile root@CI4000:/tmp cp -i infile outfile root@CI4000:/tmp echo "text2" > infile root@CI4000:/tmp cp -i infile outfile cp: overwrite 'outfile'? y # cursor jumps to first col. nothing happens. can abort with control-c root@CI4000:/tmp cat outfile text # board-4 / mx25 via ssh ======================== ssh root@172.18.198.154 root@CI4000:~ cd /tmp root@CI4000:/tmp echo "text" > infile root@CI4000:/tmp cp -i infile outfile root@CI4000:/tmp echo "text2" > infile root@CI4000:/tmp cp -i infile outfile cp: overwrite 'outfile'? y root@CI4000:/tmp cat outfile text2 # board-2 / mx6 via labgrid ============================ labgrid-client -p board-2 lock labgrid-client -p board-4 con root@CI4x10:~ cd /tmp root@CI4x10:/tmp echo "text" > infile root@CI4x10:/tmp cp -i infile outfile root@CI4x10:/tmp echo "text2" > infile root@CI4x10:/tmp cp -i infile outfile cp: overwrite 'outfile'? y root@CI4x10:/tmp cat outfile text2