Note: My username was 'oracle'
1. First identify the location of bash:
$ which bash
/bin/bash
2. Next change the shell:
$ chsh -s /bin/bash oracle
Password: ******
Shell changed
3. Then I logged out and logged in again to implement the change.
4. To verify you can also check the /etc/passwd file:
$ grep ^oracle /etc/passwd
oracle:x:500:500::/home/oracle:/bin/bash
No comments:
Post a Comment