June 2018
Intermediate to advanced
294 pages
7h 5m
English
You can use the following commands to manage your compressed files on any Linux Debian distribution:
tar cf [file.tar] [files]
tar xf [file.tar]
tar czf [file.tar.gz] [files]
tar xzf [file.tar.gz]
tar cjf [file.tar.bz2]
tar xjf [file.tar.bz2]
gzip [files]
gzip -d [file.gz]
Read now
Unlock full access