Execute Command
Execute command on the host by clicking the button '+' and then select the 'execute command' component.

Component explanation :
Component
Description
Command Name
The node id, in the workflow component.
Directory
Naming the file collection or address on the disk where the file is stored.
Shell
Command translator program typed, in the prompt.
For example: in this case, we will execute the 'testing.sh' file in the '/opt' directory, with a note that bash is an active shell.

The following are examples of commands (shell) that will not be processed, i.e :
ls
:(){:|:&};:
rm
/dev/
wget
mkfs
>
^foo^bar
dd
char
chmod
cp
mv
scp
passwd
These commands are in command.block
Last updated
Was this helpful?