• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Archives

Nano History Error

December 20, 2013

I experienced a “nano” editor error this morning. It displayed this:

Error reading /home/ulysses/.nano_history: Permission denied
Press Enter to continue starting nano.

Error reading /home/ulysses/.nano_history: Permission denied Press Enter to continue starting nano.

The error doesn’t prevent you from using the nano editor, but it displays an annoying message. You have to press the Enter key each time you want to use the editor. I’m not sure how I manage to make the nano editor behave this way. I probably edited a file in my home directory while I was root. It’s a common mistake.

So, when accessed as a regular user, I simply didn’t have permissions to the nano history. A simple fix for this is to delete the .nano_history file while logged in as root. Switch back as a regular user and run nano again. Nano will re-create the history file the next time you use it.

$ sudo rm /home/ulysses/.nano_history

$ sudo rm /home/ulysses/.nano_history

That should take care of it.

Filed Under: Linux Tagged With: nano

Search This Website

Subscribe Via Email

  • Home
  • About
  • Archives

Copyright © 2023