• 2020-06-22
linux备份文件命令有哪些?

linux备份文件命令有:1、使用tar压缩和解压,压缩目录代码为【tar -cvf .tar AppStore】,解压tar包代码为【tar -xvf .tar】;2、使用cp复制,代码为【cp ......

11