Score:0

How to find the archive type of an iso file?

it flag

For my iso image I used the tgz format, but there can also be an iso with xz, 7z, tar zip, etc. compression. How do I know?

Score:2
cn flag

Use the file command. It will list the actual. "test" is a text file and test2 a gzipped version where I removed the extension:

~$ file test*
test:  ASCII text
test2: gzip compressed data, was "test2", last modified: Sun Feb 13 11:00:17 2022, from Unix, original size modulo 2^32 27
it flag
This method does not work for iso files. I just tried.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.