i am using fedora 13
i attempted to change my default shell..
so i type,
in command prompt.
it required my login passwordi gave ..then it got over......
when i check with the command
still bash is running..
but when i type
Code:
grep <my-username> /etc/passwd
shell column shows that /bin/tcsh
what does it mean?
then,
i gave
Code:
usermod -s /bin/tcsh <mys-username>
from the root prompt
now
shows tcsh
so, all i want to know is
what is the difference between the chsh and usermod -s?
thanks in advance....