linux备份文件命令有:1、使用tar压缩和解压,压缩目录代码为【tar -cvf .tar AppStore】,解压tar包代码为【tar -xvf .tar】;2、使用cp复制,代码为【cp -a test1 ./beifen】即可
技术文章 / 下载软件趣味内容 / 专业带飞