Monday, November 1, 2010

Changing the user login shell

To change the user login shell permentently, we can use chsh command.

Example:

[ravi@localhost ~]$ chsh
Changing shell for ravi.
New shell [/bin/bash]: /bin/ksh
Shell changed.

No comments: