Questions tagged [elevation]

Permission to do some set of actions on the system. This permission is granted to individuals based on their ability to present proper credentials like a username and password.

4 questions
6
votes
1 answer

vim unable to write to files even though sudo is used

I find that with vim, if I try and edit a file which as a normal user I do not have write access with, even if I use sudo, I am unable to write to it, although if I use nano to edit the same file it works. So for instance if I do: sudo vim…
user364819
6
votes
2 answers

"System problem detected" password fail

I have multiple Ubuntu Precise servers and workstations, all of which suffer from the same really infuriating problem: when the "System Problem Detected" dialog comes up due to something or other crashing, clicking "Report Problem" throws an…
Jim Salter
  • 4,383
3
votes
4 answers

Is it possible to launch nautilus or gedit with elevated privileges?

Sometimes I need to edit files in /etc. I know I can do this with the console (sudo mv some/file /etc/some/file, sudo nano /etc/some/file) etc, but I find this way a bit clunky. Call me spoiled, but I'm really used to GUI tools such as Nautilus and…
gaazkam
  • 295
1
vote
0 answers

Alternatives to sudo's password prompt?

I know sudo can be setup with NOPASSWD so that it will not ask for a password when executed. This is more of a security for a person with ADHD/ADD rather than 'best security' - I understand the false sense of security compared to a full blown…