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
What happens on a system call?
What does echo mean in scripting?
What are the types of script?
How many fields are present in a crontab file and what does each field specify?
What is meant by dos operating system?
What is the way to do multilevel if-else's in shell scripting?
Differentiate between ‘ and ” quotes.
What does $@ mean bash?
What is a shell script in windows?
What is bourne shell scripting?
What is an sh file?
Why should we use shell scripts?
write a shell script to check the failed jobs?
c program to implement unix/linux command to block the signal ctrl-c and ctrl-\ signal during the execution ls -l|wc -l
Explain about stdin, stdout and stderr?