lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: V2.14.0 - midi volume & midi arpeggio


From: David Santamauro
Subject: Re: V2.14.0 - midi volume & midi arpeggio
Date: Tue, 14 Jun 2011 16:56:21 -0400

On Tue, 14 Jun 2011 13:00:17 -0700 (PDT)
MING TSANG <address@hidden> wrote:

> of using linux ubuntu.  What is the difference between sh and sudo sh?

think of sudo <command> as the equivalent of "Run As Administrator". It
turns you into administrator ('root') and executes that command. To
understand it, type the following commands into a terminal and it
should look like:

$ whoami
tsang
$ sudo whoami
root

The greatest command, though, is 'man'. It is help for every command
and is invoked like

$ man whoami
 * q to quit
$ man sudo
 * q to quit

David




reply via email to

[Prev in Thread] Current Thread [Next in Thread]