Sudo
Unlike Linux, the command line parameters must be separate. For example, do this:
sudo -i -u someuser
Not this:
sudo -iu someuser
Archived
This page has been archived and will receive no further updates.
Unlike Linux, the command line parameters must be separate. For example, do this:
sudo -i -u someuser
Not this:
sudo -iu someuser