4,461
edits
→Making a samba share: remove |
add unpacking gz files |
||
Line 39: | Line 39: | ||
</source> | </source> | ||
== Unpacking gz files == | |||
The files are compressed using Lempel-Ziv (LZ77) algorithm. GNU zip (gzip/gunzip) is used for this. | |||
<syntaxhighlight lang="bash">$ gunzip file.gz</syntaxhighlight> | |||
or | |||
<syntaxhighlight lang="bash">$ gzip -d file.gz</syntaxhighlight> | |||
[[Category:System administration]] | [[Category:System administration]] |