What command decompresses a zip file in Kali Linux?
Note
In Kali Linux (and in most Linux distributions), the command used to decompress a zip file is: unzip
Here's how you would use it: unzip filename.zip
Replace filename.zip with the name of the zip file you want to decompress. This command will extract the contents of the zip file into the current directory.
Therefore, unzip is the command you would use to decompress a zip file in Kali Linux.