Skip to main content

Solaris quick reference

Archived

This page has been archived and will receive no further updates.

Sudo

Unlike Linux, the command line parameters must be separate. For example, do this:

sudo -i -u someuser

Not this:

sudo -iu someuser