The three main utility in Linux are:
- gzip - most common one
To compress file use command
gzip filemane
To extract file use command
gunzip filemane.gz
- bzip2 - alternative to gzip
To compress file use command
bzips filemane
- zip - has syntax compatible with Windows OS
To compress file use command
zip filemane.zip filename
Page last modified on July 14, 2021, at 03:39 PM
Powered by
PmWiki