How to save an edit in Konsole?

Hello!

I’ve just done a sudo edit of menu.lst (Grub) on my OpenSUSE 11.0 KDE 4.0.

I’m very new to linux, and I’m unsure on how to save the edit… I tried closing Konsole, then reopening Konsole and navigating to menu.lst (sudo) again. I then was given an option to Recover it, which I did.

So what I want to know, is: How do I save an edit, in Konsole?

Please reply!

Thanks in advance,

Panarchy

So what I want to know, is: How do I save an edit, in Konsole?

What editor are you using? Are you in a terminal login or using konsole in a GUI session?

After editing press Shift + :
Type there

save [filename]

If you want to overwrite a file add !, like:

save! [filename]
save! menu.lst

I hope this helps.