-bash: nano: command not found

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
colbyhart
Posts: 31
Joined: Mon Jan 30, 2012 11:16 am

-bash: nano: command not found

Post 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?
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: -bash: nano: command not found

Post 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.
Be sure to check out our Knowledgebase for helpful articles and solutions!
colbyhart
Posts: 31
Joined: Mon Jan 30, 2012 11:16 am

Re: -bash: nano: command not found

Post by colbyhart »

Worked great thanks
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: -bash: nano: command not found

Post by lmiltchev »

I'm glad I could help.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked