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.
topic title: how to get things to happen as sudo
3 posts
• Page 1 of 1
-
Posts: 3
- Joined: 28 Jul 2015
-
Posts: 765
- 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,
Or, maybe:
or wherever it was again
AS an example,
Code: Select all
sudo nano
Code: Select all
sudo nano /boot/grub/grub.cfg
-
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?