Linux 系统学习(3):常用打包命令 tar

1868 查看

linux 系统上,经常会使用到tar命令对文件夹进行打包,以便做文件备份或者转移位置。

打包

tar cvf FileName.tar DirName/

解包

tar xvf FileName.tar