.profile里的环境变量不生效,请帮忙看下是怎么回事?
aix操作系统,HACMP:
.profile内容如下:
export DSM_DIR=/usr/tivoli/tsm/client/ba/bin
export DSM_CONFIG=/usr/tivoli/tsm/client/ba/bin/dsm.opt
export DSM_LOG=/usr/tivoli/tsm/client/ba/bin
export TDPO_POTFILE==/usr/tivoli/tsm/client/oracle/bin64/tdpo.opt
export DSMI_CONFIG=/usr/tivoli/tsm/client/oracle/bin64/tdpo.opt
**********************************************
编辑完后执行sh .profile后查看环境变量
echo $DSM_DIR 能显示出值为=/usr/tivoli/tsm/client/ba/bin
echo $DSMI_CONFIG值却为空?
为什么DSMI_CONFIG的值会空?/usr/tivoli/tsm/client/oracle/bin64/tdpo.opt文件是存在的