.bash_profile not loading automatically for Oracle user
1.copy .bash_profile and .bashrc file to ~/ location
oracle configurationintermediate
by OracleDba
12 views
1.copy .bash_profile and .bashrc file to ~/ location
12345678910111213141516
bash-4.2$ cd /etc/skel
-bash-4.2$ pwd
/etc/skel
-bash-4.2$ ls -a
. .. .bash_logout
.bash_profile .bashrc
.kshrc .mozilla
-bash-4.2$ ls -a ~/
. .. .bash_history .bash_profile.bak .bashrc.bak .cache .config .viminfo
-bash-4.2$ cp .bash_profile .bashrc ~/
-bash-4.2$ ls -a ~/
. .. .bash_history .bash_profile .bash_profile.bak .bashrc .bashrc.bak .cache .config .viminfo
-bash-4.2$ su oracle
Password:
[oracle@node1 skel]$ cd
[oracle@node1 ~]$Please to add comments
No comments yet. Be the first to comment!