/ Published in: Bash
TAR command to preserve files' permissions
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
# Compression $ tar -pcvzf ABC.tar.gz ABC # Decompression $ tar -pxvzf ABC.tar.gz