Re: ksh error
Posted by ErmanArslansOracleBlog on Apr 28, 2017; 7:53am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/ksh-error-tp2607p2609.html
Hi Roshan,
There are 2 possibilities.
1) someone defined it in the .bash_profile (check it)
2) It is defined so in /etc/passwd . I mean the default shell and home directory of the user (example: oratest:x:1002:1001::/home/oratest:/bin/bash) -- check it. If it is so, use "usermod" to change them.