Personal tools

Sudo

From MohidWiki

Revision as of 11:39, 3 December 2008 by Guillaume (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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