Answer Posted / 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 |
Post New Answer View All Answers
What does it mean to debug a script?
Why is used in shell scripting?
Explain about non-login shell files?
Is shell scripting difficult?
What does $@ mean bash?
What is the meaning of $1 in shell script?
What is bash coding?
How do I run a shell script on a mac?
I want to create a directory such that anyone in the group can create a file and access any person's file in it but none should be able to delete a file other than the one created by himself.
What is the difference between grep and egrep?
What are the advantages of shell script?
What is shell variable?
Explain about login shell?
determine the output of the following command: echo ${new:-variable}
How are shells born?