Run as sudo

If Command or Script = Command; Run the command as sudo (superuser do).

The Run as sudo option prefixes the command with either:

  • sudo (if a credential is not specified; that is, the command is run as root)
  • sudo -u userid (if a credential is specified, where userid = the Runtime User from the supplied credential)

When using the Run as sudo option, you must grant Universal Broker userid authority to sudo to the requested userid without specifying its password; you can do this via the sudoers file. Please refer to your local security policy and documentation for updating the sudoers file.