Posts: 3
penguinwithastick
Joined: 28 Jul 2015
#1
All I want to do is remove the line from the grub config file that makes it make that annoying and unnecessary beep on start up.
But the text editor can't save the change because it doesn't have permission. Of course nothing jumps up and asks me to put in the password when I obviously request to do something. That would clearly be too easy, simple and logical.

I tried running"editor" as root in Run but it didn't open the programme. Maybe Run is broken- I don't even know if it is the same programme because right clicking on the items in the start menu doesn't let you see where the shortcuts go to.
Posts: 765
rust collector
Joined: 27 Dec 2011
#2
The easy way if you don't need it too often, is to type sudo"your editor" in a terminal.

AS an example,

Code: Select all

 sudo nano 
Or, maybe:

Code: Select all

 sudo nano /boot/grub/grub.cfg 
or wherever it was again
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#3
Why not use the 'Edit as root' option in the drop down menu in the file manager?