By mistake my bashrc has changed (using source command to a .com file). Now sudo su command is not working. To use root I have to give bash command. How can I return previous stage? Or use sudo su?
Asked
Active
Viewed 69 times
1
source ~/.bashrc
– mchid Jun 14 '16 at 05:28sudo -i
instead ofsudo su
– mchid Jun 14 '16 at 05:29