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
Explain about non-login shell files?
Is shell scripting useful?
What are the zombie processes?
How to redirect both standard output and standard error to the same location?
How do you know which shell I am using?
What is bash used for?
What is the default shell of solaris?
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
What is the fastest scripting language?
What is @echo off?
What is a shell made of?
What is bash coding?
What is mac default shell?
Suppose you execute a command using exec, what will be the status of your current process in the shell?
What are scripts in psychology?