0
点赞
收藏
分享

微信扫一扫

【Vegas原创】修改oracle用户缺省主目录

双井暮色 2022-09-08 阅读 190

例:oracle原缺省目录为/home/oralce ,现改为/u01/app/oracle
步骤:
1,拷贝.bash_profile

$ cp /home/oracle/.bash_profile /u01/app/oracle/.bash_profile

2,拷贝.bashrc
$ cp /home/oracle/.bashrc /u01/app/oracle/.bashrc

3,usermod
# usermod -d /u01/app/oracle oracle

举报

相关推荐

0 条评论