Personal tools

Difference between revisions of "Sudo"

From MohidWiki

Jump to: navigation, search
(Examples)
(No difference)

Revision as of 21:59, 21 May 2007

Sudo is the linux command that allows users to perform su commands.

Sudoers list

Only registered users in /etc/sudoers can sudo.

Here's a sample snippet from a sudoers file:

# User privilege specification
root    ALL=(ALL) ALL
guillaume       ALL = NOPASSWD : ALL

Examples

> sudo cat /etc/fstab

shows the permanently mounted partitions.

External References