Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I would like to set my env shell on AIX to Bsh.

Status
Not open for further replies.

MauriceClev3137

Systems Engineer
Sep 17, 2018
1
0
0
US
I have been using Solaris for a few years. Where I used bash shell. I am now at a new company and now I am supporting IBM AIX 7.1.2. I use Kron shell. I would like to change only my shell not the other users environment to use the bash. I would any help on achieving this task?
 
from the command line:
Code:
smitty chuser
locate Initial Program and set it to the full path to your bash
 
As far as I know, bash is not part of the basic install set so first of all you will need to install it - from IBM Developer Network, Linux affinity packages maybe.

After that you can use the chuser command to change your shell. Also you will need to list bash binary in /etc/shells file to legitimate it as a shell program.

--Trifo
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top