Compress the vmcore File
Purpose
gzip is a compression utility used to compress files. Compress the
vmcorefile if it is larger than 50 MB. Files created using thegzipcommand end with the file extension .gz.
NOTE: Use lowercase for the
gzipcommand when you are in the shell.
Action
To compress the
vmcorefile with gzip, use the following command from the shell:root@host%gzip vmcore.numberTo unzip the vmcore file with gzip, use the following command from the shell:
root@host%gzip -d vmcore.number.gzWhat It Means
The contents of the
vmcorefile are compressed into a single compressed file namedvmcore.number.gz. Thegzipcommand preserves the mode, ownership, and timestamps of files when compressing or decompressing them.