decompression - Issue extracting a gz file on Linux -


i downloaded file .gz extension only. should folder more files inside when do

$gunzip dod.gz 

what binary file dod without extensions. if check file get

$file dod dod: elf 64-bit lsb executable, x86-64, version 1 (gnu/linux), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, gnu/linux 2.6.32, buildid[sha1]=dcbc85e17b9e60e67973f488eca1b930b4cd9d9d, not stripped 

any idea how contents of file?

elf linux executable format.


Comments

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -