A security issue affects the following Ubuntu releases:
Ubuntu 6.06 LTS Ubuntu 8.04 LTS Ubuntu 8.10 Ubuntu 9.04 Ubuntu 9.10
sudo vulnerabilities
- Login to post comments
The Perils of Sudo With User Passwords
The consensus among new Unix and Linux users seems to be that sudo is more secure than using the root account, because it requires you type your password to perform potentially harmful actions. In reality, a compromised user account, which is no big deal normally, is instantly root in most setups.
Read more »Category: End User Tags:
- Login to post comments
How to add users to /etc/sudoers
But what if, as a system administrator, you add a new user and want to give them similar sudo rights? How do you go about doing this?
Read more »Category: High End Tags:
- Login to post comments
Microsoft Patents Sudo?!!
Lordy, lordy, lordy. They have no shame. It appears that Microsoft has just patented sudo, a personalized version of it. Here it is, patent number 7617530. Thanks, USPTO, for giving Microsoft, which is already a monopoly, a monopoly on something that's been in use since 1980 and wasn't invented by Microsoft.
Read more »Category: Legal Tags:
- Login to post comments
How To Enable Root (Super) User in Ubuntu
If you are new to Ubuntu and have been using other distros like Fedora or openSUSE before, then you may find it frustrating that when you issue the "su" command it will result to authentication failure.By default, access to root account password is disabled in Ubuntu for added security measures.
Read more »Category: End User Tags:
Ubuntu Got it Right with Sudo
The compelling thing to me about Ubuntu was that I kept seeing information on the web about how to do various things in Ubuntu. One issue that previously gave me reservations about Ubuntu was the whole thing with disabling the root account in favor of extensive use of sudo.
Read more »Category: Community Tags:
- Login to post comments
More Funny Applications Errors From Linux, Unix And Elsewhere
Your Computer makin' you crazy? These error messages may or may not help you out ;)
Read more »Category: Beginner Tags:
- Login to post comments
Running Complex Commands with sudo
If you use sudo to run commands as root, you've probably run into “permission denied” problems when only part of a pipeline or part of a command is running with root permissions.
Read more »- Login to post comments
sudo !!
How many times did you type a command and forgot to type sudo first ? What do you want to say when that happens ? No, not that…you might want to say : sudo !!
Read more »Category: High End Tags:
- Login to post comments
UnConfusing The Issue Of Disabling Root On Linux or Unix
A look at various ways to secure the root account against system users and some in-use methods that seem to cause more harm than good.
Read more »Category: Philosophy Tags:
- Login to post comments
Sudo and Su
You’ve probably seen one of these commands. Debian and Ubuntu users have seen more of sudo, while SUSE and Fedora have used su more often. What exactly is the difference?
Read more »Category: End User Tags:
- Login to post comments
sudoers file...
The file /etc/sudoers, has the rules that users have to follow when using sudo command.
Read more »- Login to post comments