Sudo

From OLPC
Revision as of 23:48, 11 February 2008 by 71.126.173.227 (talk) (su, sudo, or root ?)
Jump to: navigation, search

Sudo is a command in the terminal activity. It means Super User Do : X.

You use it before commands that you want to execute that require you to be a privileged user or root.

As the root user is going away in upcoming builds (maybe update.1?), this is important to remember.

The sudo command is not installed in the version installed with the Give-one-get-one program; use root instead.

su, sudo, or root ?

These three commands can be used to accomplish the same basic thing. Below is a table showing which commands work on which version of the OS.

Usable super-user commands per build
Build su sudo root
pre-G1G1 builds yes no yes
G1G1 builds yes no yes
joyride builds no no yes

Many instructions on this wiki tell you to type in su in the terminal before further commands. If your version does not have su, you should (preferably) put 'sudo' at the beginning of each line in further commands, or (more dangerous) just use 'sudo -i' in place of su.

See Also

  • su the su command