Unix: 使用tar和ssh进行远程复制
brucewoo
2008-06-12 17:58:34
Linux操作系统
原创
Unix: 使用tar和ssh进行远程复制
tar cvf - * | ssh
abc@def
"(cd /xxx ; tar xvf -)"
Linux(RedHat): How can I find the label name of my swap partition
AIX: chfs的特点