linux下通過zip軟件創(chuàng)建zip文件
比如想把 /etc/目錄下的所有文件打包成 etc.zip
# zip -r etc.zip /etc
如果想查看etc.zip
# unzip -l etc.zip
[root@localhost ~]# unzip -l etc.zip |more
Archive: etc.zip
Length Date Time Name
--------- ---------- ----- ----
0 04-01-2021 23:18 etc/
2797 04-01-2021 23:44 etc/mtab
579 04-01-2021 22:38 etc/fstab
0 04-01-2021 22:38 etc/crypttab
0 04-01-2021 22:39 etc/dnf/

標(biāo)簽: