常用參數
常用語法
tar -czvf target.tgz /directory將 /directory 下的所有檔案及目錄打包成一個名稱為 target.tgz 的壓縮檔
tar -tzvf target.tgz
tar -xzvf target.tgz
tar -cvf - /directory | tar -xvf -將 /directory 目錄下的檔案及次目錄複製到現行目錄,這樣做的好處是可以保留原來的檔案屬性
tar -czvf target.tgz /directory將 /directory 下的所有檔案及目錄打包成一個名稱為 target.tgz 的壓縮檔
tar -tzvf target.tgz
tar -xzvf target.tgz
tar -cvf - /directory | tar -xvf -將 /directory 目錄下的檔案及次目錄複製到現行目錄,這樣做的好處是可以保留原來的檔案屬性
ddrescue is a tool that can be used to repair and clone disks on a Linux system . This includes hard drives, partitions, DVD discs, flas...
沒有留言:
張貼留言