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
Why is a script important?
What is computer cli?
How do I open a jshell in cmd?
Explain about the exit command?
What are the disadvantages of shell scripting?
What is meant by dos operating system?
How do we create command aliases in a shell?
What is .sh file in mac?
What is inside a seashell?
Is cmd a shell?
How will you copy a file from one machine to other?
What is the equivalent of a file shortcut that we have a window on a linux system?
i have 2 tables 4 colums table 1 respective values a1 6, a2 8,a3 9,a4 14 & table 2 respective values a1 6, a2 8, a3 9, a4 12. if compare 2 tables 3 colums values same then 4th column values 1)Qes diff >5 then (5 * diff value ) 2)Qes diff <5 the 5 3)Qes diff 5 then 5 print respective values..
What is in a script?
Why should we use shell scripts?