Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 457  / 2 Years ago, mon, december 6, 2021, 9:33:42

On my new install of Ubuntu 12.10, I keep having to enter passwords for EVERYTHING! I am the only user on this computer, and I am tired of having to enter all these passwords, can anyone help?


More From » 12.10

 Answers
7

Your computer is set up with at least 2 accounts. If you are a single user you have 2 roles: user and administrator. The last one requires a sudo password every time you do an admin task. That is the way Ubuntu works and is part of the security model Ubuntu follows.



You can circumvent sudo with



sudo visudo


If you add a line like



%Arathorn867 ALL = NOPASSWD: /usr/bin/k3b


user Arathorn867 can use program k3b without it asking a sudo password.






If you want to remove this security model you can alsofollow this guide:



http://my.opera.com/Viperstryker/blog/how-to-disable-sudo-password-prompts-on-ubuntu



But we AskUbuntu all (well at least alot of us) advice AGAINST it. Just get used to this method.


[#33470] Monday, December 6, 2021, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
scrubuz

Total Points: 194
Total Questions: 96
Total Answers: 127

Location: Monaco
Member since Fri, Sep 24, 2021
3 Years ago
;