QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 2565|回复: 6

*.bin.gz怎么解压缩呀?

[复制链接]
发表于 2004-6-17 08:12:21 | 显示全部楼层 |阅读模式
RT,知道的请回复,先谢谢了。
发表于 2004-6-17 09:39:40 | 显示全部楼层
用gunzip  *.gz  即可,
chmod  +x    *.bin 即可执行程序
回复

使用道具 举报

 楼主| 发表于 2004-6-17 09:48:17 | 显示全部楼层
谢谢,我试一下
回复

使用道具 举报

发表于 2004-6-17 12:36:28 | 显示全部楼层
用file命令查看一下是什么文件,然后再用相应的程序来解压
$file *.bin.gz
回复

使用道具 举报

 楼主| 发表于 2004-6-17 13:04:33 | 显示全部楼层
谢谢MichaelBibby
[root@local test]# file fsavwks.4.15.4391.bin.gz
fsavwks.4.15.4391.bin.gz: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.0.0, statically linked, not stripped
什么意思呀?
回复

使用道具 举报

发表于 2004-6-17 13:27:36 | 显示全部楼层
[quote:9ced9d0282="fy66"]
[root@local test]# file fsavwks.4.15.4391.bin.gz
fsavwks.4.15.4391.bin.gz: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.0.0, statically linked, not stripped
什么意思呀?[/quote]
32位的应用程序
回复

使用道具 举报

发表于 2004-7-3 21:22:40 | 显示全部楼层
[root@localhost f-secure.anti-virus.v4.15.linux.working]# gunzip fsavser.4.15.4391.bin.gz

gunzip: fsavser.4.15.4391.bin.gz: not in gzip format
[root@localhost f-secure.anti-virus.v4.15.linux.working]# gzip fsavser.4.15.4391.bin.gz
gzip: fsavser.4.15.4391.bin.gz already has .gz suffix -- unchanged

[root@localhost f-secure.anti-virus.v4.15.linux.working]# gzip -d fsavser.4.15.4391.bin.gz

gzip: fsavser.4.15.4391.bin.gz: not in gzip format

[root@localhost f-secure.anti-virus.v4.15.linux.working]# chmod +x fsavwks.4.15.4391.bin.gz
[root@localhost f-secure.anti-virus.v4.15.linux.working]# chmod +x fsavser.4.15.4391.bin.gz

why not use "gunzip"?
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-6 11:15 , Processed in 0.041444 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表