AIX 上unzip 使用
從別的伺服器上copy 一個unzip 檔案,修改許可權和屬性後,能找到unzip 檔案,也出來unzip 的幫助,但就是不能解壓檔案..
解決過程如下:
[@more@]故障現象:
- copy 來的unzip 不能解壓*.zip 檔案,出現不能open XX.zip 的錯誤
解決方法:
- download 一個FOR 自己平臺的unzip 安裝檔案
- 使用方法:
ncompress the file: - unzip 自己帶的help UnZip 5.42 of 14 January 2001, by Info-ZIP. Maintained by C. Spieler. Send Usage: unzip [-Z] [-opts[modifiers]] file[.zip] [list] [-x xlist] [-d exdir] -p extract files to pipe, no messages -l list files (short format) modifiers: -q quiet mode (-qq => quieter)
% uncompress unzip_
Put the file in a directory that is included in your PATH, typically /usr/bin or
/usr/local/bin.
Make sure that the file has execution permissions set. If not, run:
% chmod 751 unzip_
To unzip a file using this executable, just run:
% unzip_os
bug reports to the authors at ; see README for details.
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).
-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
-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
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
-M pipe through "more" pager
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7318139/viewspace-967983/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- AIX上配置、使用VNCAIVNC
- AIX 上配置、使用NFSAINFS
- AIX7.1 unzip大於2G的檔案AI
- HOW TO USER UNZIP
- AIX上snmp操作AI
- Linux - unzip命令Linux
- aix5.3上使用裸裝置建立表空間AI
- 在AIX4.3.3 ; AIX5.1 和 AIX5.2上安裝OpenSSHAI
- 在AIX上安裝GCCAIGC
- 在AIX上安裝VNCAIVNC
- 使用Smitty進行AIX上Logical Volume建立擴充MITAI
- aix上使用jar命令解壓字尾為zip的包AIJAR
- 怎麼改變AIX上使用oracle的一些限制AIOracle
- AIX下使用ASMAIASM
- Aix 上NFS詳細介紹AINFS
- oracle 在 aix上large page特性OracleAI
- Linux基礎命令---unzipLinux
- tar/gzip/unzip命令詳解
- java實現zip與unzipJava
- 教你如何在 Linux 中使用 unzip 解壓縮檔案Linux
- AIX上為ORACLE配置大頁面AIOracle
- AIX上Sybase15的安裝AI
- AIX 上壓縮與解壓縮AI
- AIX errpt 命令使用AI
- Linux:-bash: unzip: command not foundLinux
- aix6.1上安裝oracle 10.2.0.1AIOracle
- AIX 7.1上安裝Oracle11gAIOracle
- AIX上關閉和啟動X serverAIServer
- aix 上做rac的幾個注意點AI
- aix 6.1上rac升級到10.2.0.4AI
- aix上用smit建立檔案系統AIMIT
- AIX上pin住Oracle的SGA的方法AIOracle
- AIX上配置ORACLE 10g RAC EMAIOracle 10g
- AIX上掛NAS,有kill不掉的程式AI
- AIX 上topas 各項內容說明AI
- aix下使用bash的方法AI
- aix的記憶體使用AI記憶體
- AIX 下nslookup命令的使用AI