查询位数

-bash-3.2# bootinfo -y      
64                                        此命令是查询aix系统位数
-bash-3.2# db2level    
-bash: db2level: command not found
-bash-3.2# su - db2inst1
-bash-3.2$ db2level                                     此命令是查询db2的位数和安装路径
DB21085I  Instance "db2inst1" uses "64" bits and DB2 code release "SQL09070"
with level identifier "08010107".
Informational tokens are "DB2 v9.7.0.0", "s090521", "AIX6497", and Fix Pack
"0".
Product is installed at "/opt/IBM/db2/V9.7".

-bash-3.2$

 

修改aix系统时间

-bash-3.2# date -n 04291701   注:date -n mmddHHMMYY,mm表示月分,dd表示日期,HH表示小时,MM表示分钟,YY表示年份。月日小时分年
Wed Apr 29 17:01:32 CDT 2015
-bash-3.2# date
Wed Apr 29 17:01:37 CDT 2015
-bash-3.2#

 

在linux系统修改时间

linux下用date -s "20131215 09:02:25"把时间设为2013年12月15日9点2分25秒。

posted on 2015-04-06 15:27  叶子的分享  阅读(438)  评论(0编辑  收藏  举报