将/etc目录(包括其子目录和所有文件)打包并压缩备份到/root/user1/etc.tar.gz ,然后查看/root/user1目录里的内容
tar -zcvf /etc -C /root/user1/etc.tar.gztar -ztvf /root/user1/etc.tar.gz