unzip命令不能解压 ,求助 ,无法安装oracle

Web、Mail、Ftp、DNS、Proxy、VPN、Samba、LDAP 等基础网络服务
回复
strivezxq
帖子: 2
注册时间: 2010-11-14 13:20

unzip命令不能解压 ,求助 ,无法安装oracle

#1

帖子 strivezxq » 2010-11-14 13:38

Ubuntu 10.10新装的,可以图行操作解压,不能用命令解压,命令可以压缩,因想装oracle,安装时也报这个
命令:unzip test.zip
出现提示:

UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.

Usage: unzip [-Z] [-opts[modifiers]] file[.zip]
  • [-x xlist] [-d exdir]
    Default action is to extract files in list, except those in xlist, to exdir;
    file[.zip] may be a wildcard. -Z => ZipInfo mode ("unzip -Z" for usage).

    -p extract files to pipe, no messages -l list files (short format)
    -f freshen existing files, create none -t test compressed archive data
    -u update files, create if necessary -z display archive comment only
    -v list verbosely/show version info -T timestamp archive to latest
    -x exclude files that follow (in xlist) -d extract files into exdir
    modifiers:
    -n never overwrite existing files -q quiet mode (-qq => quieter)
    -o overwrite files WITHOUT prompting -a auto-convert any text files
    -j junk paths (do not make directories) -aa treat ALL files as text
    -U use escapes for all non-ASCII Unicode -UU ignore any Unicode fields
    -C match filenames case-insensitively -L make (some) names lowercase
    -X restore UID/GID info -V retain VMS version numbers
    -K keep setuid/setgid/tacky permissions -M pipe through "more" pager
    See "unzip -hh" or unzip.txt for more help. Examples:
    unzip data1 -x joe => extract all files except joe from zipfile data1.zip
    unzip -p foo | more => send contents of foo.zip via pipe into program more
    unzip -fo foo ReadMe => quietly replace existing ReadMe if archive file newer



    安装oracle 报错:

    oracle@zhouxq-Vostro-1400:/opt/ora10/database$ ./runInstaller
    正在启动 Oracle Universal Installer...

    正在检查安装程序要求...

    检查操作系统版本: 必须是redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
    通过


    所有安装程序要求均已满足。

    准备从以下地址启动 Oracle Universal Installer /tmp/OraInstall2010-11-14_12-54-09PM. 请稍候...UnZip 5.50 of 17 February 2002, by Info-ZIP. Maintained by C. Spieler. Send
    bug reports to the authors at Zip-Bugs@lists.wku.edu; see README for details.

    Usage: unzip [-Z] [-opts[modifiers]] file[.zip]
    • [-x xlist] [-d exdir]
      Default action is to extract files in list, except those in xlist, to exdir;
      file[.zip] may be a wildcard. -Z => ZipInfo mode ("unzip -Z" for usage).

      -p extract files to pipe, no messages -l list files (short format)
      -f freshen existing files, create none -t test compressed archive data
      -u update files, create if necessary -z display archive comment
      -x exclude files that follow (in xlist) -d extract files into exdir

      modifiers: -q quiet mode (-qq => quieter)
      -n never overwrite existing files -a auto-convert any text files
      -o overwrite files WITHOUT prompting -aa treat ALL files as text
      -j junk paths (do not make directories) -v be verbose/print version info
      -C match filenames case-insensitively -L make (some) names lowercase
      -X restore UID/GID info -V retain VMS version numbers
      -M pipe through "more" pager
      Examples (see unzip.txt for more info):
      unzip data1 -x joe => extract all files except joe from zipfile data1.zip
      unzip -p foo | more => send contents of foo.zip via pipe into program more
      unzip -fo foo ReadMe => quietly replace existing ReadMe if archive file newer

      写入目录 /tmp/OraInstall2010-11-14_12-54-09PM 时出错。请确保此目录是可写的, 并且至少有 60 MB 的磁盘空间。无法继续安装。



      root@zhouxq-Vostro-1400:/# df -m /tmp
      文件系统 1M-块 已用 可用 已用% 挂载点
      /dev/sda9 10320 4347 5449 45% /
头像
我就是我2
帖子: 1215
注册时间: 2008-12-13 10:55
来自: the Earth
联系:

Re: unzip命令不能解压 ,求助 ,无法安装oracle

#2

帖子 我就是我2 » 2010-11-14 18:37

代码: 全选

unzip x foo.zip
苏东坡问佛印道:“人人皆念观世音菩萨,观世音菩萨念谁?”
佛印答道:“念观世音菩萨。”
苏东坡诧异:“为何亦念观世音菩萨?”
曰:“求人不如求己。”


dropbox 誰好奇,誰來點
勞碌一生又如何,虛度一生又如何,你過得開心嗎?人活著就要開心嘛!
linborong
帖子: 2
注册时间: 2011-03-08 11:02

Re: unzip命令不能解压 ,求助 ,无法安装oracle

#3

帖子 linborong » 2011-03-08 11:07

这个极有可能是你在解压之前oracle用户没有可执行权限,造成解压出错而装不上。请检查一下权限问题,然后给上可执行权限oracle。
回复