Request human approval to run a command with elevation.

Synopsis

sudo <command> [args...]

Description

Requests human approval to run <command> with elevation. If approved, the inner command runs verbatim and its result is returned as-is. If denied, the inner command does not run. Choosing 'Always' persists a NOPASSWD grant so future runs of the same pattern don't re-prompt.

Options

-h, --help Show this help message and exit.

Examples

$ sudo rm -rf /workspace/build

Ask for approval before running a destructive command.

Notes

Approval decisions and NOPASSWD grants are recorded in /etc/sudoers. This governs actions gated by the SLICC sandbox, not a real Unix root escalation.

See Also

sudo_request