Monday 19 May 2014

Problems related to .bash_profile,.bashrc,.bash_history

*Does not getting the .bash_profilewhen executing

we did not get .bash_profile because either our oracle user is not made with the useradd command or it is deleted some how


To recover or resolve this and to get our .bash_profile we should follow the following steps


* su - oracle

* cd /etc/skel

*ls -a (to list out all hidden files)

*copy the .bash_profile from etc/skel to the users home location

* cp /etc/skel .bash_profile  $HOME



No comments:

Post a Comment