Results 1 to 3 of 3
New Linux user
I edited the passwd file to modify the default shell for root from bash to tcsh
now when I try to login to root it gives me ...
- 01-26-2010 #1Just Joined!
- Join Date
- Jan 2010
- Posts
- 2
Messed up the root line passwd file now unable to login as root
New Linux user
I edited the passwd file to modify the default shell for root from bash to tcsh
now when I try to login to root it gives me the following error:
"su: /bin/tcsh : No such file or directory"
Thanks
- 01-26-2010 #2
Is /bin/tcsh the correct path? Is tcsh installed?
What is the output ofI recommend using the chsh command to change the default shell.Code:which tcsh
Code:su -c 'chsh -s /bin/bash root'
- 01-26-2010 #3Just Joined!
- Join Date
- Jan 2010
- Posts
- 2


Reply With Quote
