当前位置: 技术问答>linux和unix
求教unzip文件哪里去了呢?
来源: 互联网 发布时间:2016-11-20
本文导语: 解压缩oracle11g unzip linux_11gR2_database_1of2.zip unzip linux_11gR2_database_2of2.zip 之后 是不是会默认在那个database里呢? database里有runinstaller,是不是就在这里面了? [root@oracle11g ~]# ls -l total 2229780 -rw-r--r-- 1 root root ...
解压缩oracle11g
unzip linux_11gR2_database_1of2.zip
unzip linux_11gR2_database_2of2.zip
之后
是不是会默认在那个database里呢?
database里有runinstaller,是不是就在这里面了?
[root@oracle11g ~]# ls -l
total 2229780
-rw-r--r-- 1 root root 1120 Apr 6 12:04 anaconda-ks.cfg
drwxr-xr-x 8 root root 4096 Aug 18 2009 database
drwxr-xr-x 2 root root 4096 Apr 6 12:07 Desktop
-rw-r--r-- 1 root root 58589 Apr 6 12:04 install.log
-rw-r--r-- 1 root root 5146 Apr 6 12:04 install.log.syslog
-rw-r--r-- 1 root root 18712 Jan 1 2006 libaio-0.3.105-2.i386.rpm
-rw-r--r-- 1 root root 10181 Jan 1 2006 libaio-devel-0.3.105-2.i386.rpm
-rw-r--r-- 1 root root 1285396902 Apr 4 06:11 linux_11gR2_database_1of2.zip
-rw-r--r-- 1 root root 995359177 Apr 4 06:56 linux_11gR2_database_2of2.zip
-rw-r--r-- 1 root root 119649 Jul 19 2009 sysstat-5.0.5-25.el4.i386.rpm
drwxr-xr-x 3 oracle oinstall 4096 Apr 6 15:30 u01
unzip linux_11gR2_database_1of2.zip
unzip linux_11gR2_database_2of2.zip
之后
是不是会默认在那个database里呢?
database里有runinstaller,是不是就在这里面了?
[root@oracle11g ~]# ls -l
total 2229780
-rw-r--r-- 1 root root 1120 Apr 6 12:04 anaconda-ks.cfg
drwxr-xr-x 8 root root 4096 Aug 18 2009 database
drwxr-xr-x 2 root root 4096 Apr 6 12:07 Desktop
-rw-r--r-- 1 root root 58589 Apr 6 12:04 install.log
-rw-r--r-- 1 root root 5146 Apr 6 12:04 install.log.syslog
-rw-r--r-- 1 root root 18712 Jan 1 2006 libaio-0.3.105-2.i386.rpm
-rw-r--r-- 1 root root 10181 Jan 1 2006 libaio-devel-0.3.105-2.i386.rpm
-rw-r--r-- 1 root root 1285396902 Apr 4 06:11 linux_11gR2_database_1of2.zip
-rw-r--r-- 1 root root 995359177 Apr 4 06:56 linux_11gR2_database_2of2.zip
-rw-r--r-- 1 root root 119649 Jul 19 2009 sysstat-5.0.5-25.el4.i386.rpm
drwxr-xr-x 3 oracle oinstall 4096 Apr 6 15:30 u01
|
先用-l选项看看
unzip -l linux_11gR2_database_1of2.zip
unzip -l linux_11gR2_database_1of2.zip
|
应该是默认解压到压缩包所在的目录下的
|
很简单,去database目录看看文件的创建时间,如果比较新就是了呗