8 Ways to Tweak and Configure Sudo on Ubuntu

Posted by Chris Hoffman on How to geek See other posts from How to geek or by Chris Hoffman
Published on Mon, 18 Jun 2012 08:00:27 GMT Indexed on 2012/06/18 9:19 UTC
Read the original article Hit count: 384

image

Like most things on Linux, the sudo command is very configurable. You can have sudo run specific commands without asking for a password, restrict specific users to only approved commands, log commands run with sudo, and more.

The sudo command’s behavior is controlled by the /etc/sudoers file on your system. This command must be edited with the visudo command, which performs syntax-checking to ensure you don’t accidentally break the file.

HTG Explains: What Is Windows RT and What Does It Mean To Me?
HTG Explains: How Windows 8′s Secure Boot Feature Works & What It Means for Linux
Hack Your Kindle for Easy Font Customization


© How to geek or respective owner

Related posts about ubuntu

Related posts about Ubuntu Tips & Tweaks