Personal tools

Sudo

From MohidWiki

Revision as of 21:59, 21 May 2007 by 87.196.206.1 (talk) (Examples)
(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