Answer Posted / 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 |
Post New Answer View All Answers
Is shell scripting easy to learn?
What are the different types of commonly used shells on a typical linux system?
Why is shell scripting important?
What are the 3 standard streams in linux?
State the advantages of shell scripting?
What is a shell made of?
How do I run a .sh file on mac?
What is k shell?
How does ls command work?
What is computer cli?
What is the syntax of "nested if statement" in shell scripting?
How can I set the default rwx permission to all users on every file which is created in the current shell?
What is wc in shell script?
What is the default shell of solaris?
What shell is bin sh?