Personal tools

Difference between revisions of "Sudo"

From MohidWiki

Jump to: navigation, search
(Examples)
 
m (1 revision)
 
(No difference)

Latest revision as of 11:39, 3 December 2008

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