Page 1 of 1

-bash: nano: command not found

Posted: Mon Jan 30, 2012 11:28 am
by colbyhart
I'm getting this error when trying to update the automysqlbackup file for new password -bash: nano: command not found
Can anyone help?

Re: -bash: nano: command not found

Posted: Mon Jan 30, 2012 12:05 pm
by lmiltchev
You can use another text editor if you don't have nano installed, or you can install it by running in terminal:

Code: Select all

# yum install nano
Hope this helps.

Re: -bash: nano: command not found

Posted: Tue Jan 31, 2012 3:42 pm
by colbyhart
Worked great thanks

Re: -bash: nano: command not found

Posted: Tue Jan 31, 2012 3:55 pm
by lmiltchev
I'm glad I could help.