This is a discussion on Setting default shell in AIX within the AIX Operating System forums, part of the Unix Operating Systems category; --> Can anyone tell me how to set the default shell in AIX. I have the ..profile file in which ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| smiletolead <developeratca@gmail.com> wrote: s> Can anyone tell me how to set the default shell in AIX. I have the s> .profile file in which I have the s> line 'export SHELL=/usr/bin/bash'. But this doesn't make bash as my s> default shell. s> Either done by setting the "Initial PROGRAM" to that shell in 'smitty mkuser' on a user-by-user basis, or edit the '/usr/lib/security/mkuser.default' file. -- "... I shook my family tree, and a bunch of NUTS fell out ..." |
| |||
| bela@bluedog.cc.emory.edu wrote: > smiletolead <developeratca@gmail.com> wrote: > s> Can anyone tell me how to set the default shell in AIX. I have the > s> .profile file in which I have the > s> line 'export SHELL=/usr/bin/bash'. But this doesn't make bash as my > s> default shell. > s> > > Either done by setting the "Initial PROGRAM" to that shell in 'smitty mkuser' > on a user-by-user basis, or edit the '/usr/lib/security/mkuser.default' file. "chsh" should do the trick. |