Command Line
Private
Description
Execute commands and act on their outputs.
Capabilities
-
execute_commandExecutes the given command. Returns the output (which includes both stdout and stderr) and the exit code (where 0 means success). Uses Debian Linux with Bash shell and root privileges (sudo is not needed & not available).