↧
Answer by historystamp for lots of errors after sudo bash in terminal
Here was the problem: I had saved the file as a windows file.The clue was a \r following the file name when I added ls -l /usr/bin/id command to my .bashrc script see the command permissions. ls:...
View ArticleAnswer by bmike for lots of errors after sudo bash in terminal
For cases like this with a more detailed dot file, to get a root shell, I would usesudo -sIf that works, you might add one line to your .bashrc if you like a more detailed prompt:...
View Articlelots of errors after sudo bash in terminal
I want to run lots of terminal commands without having to place sudo in front of every command. I am running in macOS 10.10.5 in terminal. I do sudo bash, but I'm getting lots of errors in my .bashrc...
View Article