How to get Unrestricted Access in Linux
Posted By Chinmoy Kanjilal On August 27, 2009 @ 12:00 pm In Open Source Software | 1 Comment
UAC is one of the most annoying and least used features ever invented for an operating system. We hate it on Windows Vista, we hate it on Windows 7 [1]. Linux has an account restriction which prompts for passwords for all silly tasks like update. We equally hate this on Linux as well.

In fact, on Linux, we have to enter the root password, even if we have root privileges to perform a root level operation.
Disabling the regular password prompt on Linux is quick and easy. Though there is no GUI for doing this at present, we hope one will be introduced someday. But for now, you can do this to disable the password prompt on Ubuntu Linux.
gksudo gedit /etc/sudoers . This brings up the file /etc/sudoers opened in Gedit. %admin ALL=(ALL) ALL . %admin ALL=(ALL) NOPASSWD: ALL . All set, save and close.Now you are free of all annoying password prompts for package installations, updates and all applications.
Article printed from Techie Buzz: http://techie-buzz.com
URL to article: http://techie-buzz.com/foss/how-to-disable-uac-on-linux.html
URLs in this post:
[1] Windows 7: http://goo.gl/EDxy
Click here to print.
Copyright © 2006-20011 Techie Buzz. All rights reserved.