L E A R N I N G S
Friday, July 26, 2013
tar command to preserve file permissions?
Creating Tar:
tar -pcvzf xxx.tar.gz ABC
Extracting:
tar -pxvzf xxx.tar.gz ABC
Where,
p == preserve permissions
c == create archive
v == verbose (print names while making tar)
z == gzip
f == tar file name
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment