Difference between revisions of "Visudo"
From Christoph's Personal Wiki
(Started article) |
|||
| Line 1: | Line 1: | ||
| − | + | '''visudo''' is a [[:Category:Linux Command Line Tools|command line tool]] that edits the '''[[sudoers]]''' file in a safe fashion. The <code>sudoers</code> file (typically found at <code>/etc/sudoers</code>) allows listed users access to execute to a subset of commands as the root user. | |
| − | + | ==See also== | |
| + | *<code>man visudo</code> or <code>info visudo</code> for more information | ||
| + | *[[su]] | ||
| + | *[[sudo]] | ||
| + | *[[vipw]] | ||
| − | + | ==External links== | |
| − | + | *[http://www.sudo.ws/ Official website] | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | == External links == | + | |
| − | * [http://www.sudo.ws/ Official website] | + | |
[[Category:Linux Command Line Tools]] | [[Category:Linux Command Line Tools]] | ||
Revision as of 02:04, 26 April 2007
visudo is a command line tool that edits the sudoers file in a safe fashion. The sudoers file (typically found at /etc/sudoers) allows listed users access to execute to a subset of commands as the root user.