How to change our default shell?
Answers were Sorted based on User's Feedback
Answer / siba sankar nayak
Normally the diffault shell can not be changed by user in
Solaris system. Because chsh command is not available in
Solaris environment. But one can change the default shell
in Linux environment by using following command.
chsh -s /bin/ksh
After issuing this command it will ask for passeord and if
password is given successfully then default shell will be
changed. Here you have to give the full path of shell.
Regards
Siba
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / tony
The real answer may be, to ask whoever has access to ROOT, to set your default Shell to another one. He or she should not do that, at least before asking you : why ?
Additionally, he would still be reluctant of making any changes, because of the impact it can have.
In normal situations, the correct Shell is setup at user setup, and is never changed. Command to do that are USERADD and USERMOD (and other I'm sure).
| Is This Answer Correct ? | 0 Yes | 0 No |
Why are shell scripts used?
What is a boot block?
What is the use of "shift" command in passing parameters?
What is use of "cut" command?
When should shell programming/scripting not be used?
What are "c" and "b" permission fields of a file?
Devise a script that takes file name as arguement(which must present in the current directory)and locates from your home directory tree all thpath names of its links.Then mail the list to self.
What is $1 in shell scripting?
whta is the use of "exec" command?
What are the different types of commonly used shells on a typical linux system?
Why are there shells on the beach?
What are the different variables present in linux shell?