您可以使用以下命令在 Linux 中解压 zip 文件:``unzip file.zip``这将会将 file.zip 解压缩到当前目录,如果您想将文件解压缩到其他目录,可以使用以下命令:``unzip file.zip -d directory/``directory 是您想要解压缩文件的目录。