unzip中文乱码 指定GBK GB18030编码也是可以的 unzip -O CP936 文件名 全局设置 需要在/etc/environment中加入2行: UNZIP="-O CP936" ZIPINFO="-O CP936"