# Execute Command

Jalankan perintah pada host dengan mengklik tombol **'+'** dan pilih komponen 'Execute Command'.

![Execute Command](/files/piV9EY6kd0AZOLWle4ht)

**Penjelasan Komponen :**

| Komponen     | Deskripsi                                                                 |
| ------------ | ------------------------------------------------------------------------- |
| Command Name | Node id pada komponen workflow.                                           |
| Directory    | Penamaan dari file collection atau alamat pada disk dimana file disimpan. |
| Shell        | Tempat program command translator diketik, pada prompt.                   |

Sebagai contoh: pada case ini, kita akan mengeksekusi file 'testing.sh' pada direktori '/opt/', dengan catatan bahwa bash adalah sebuah active shell.

![Test Execute Workflow](/files/R2pXmKL57akNdccJrkV1)

Dibawah ini adalah contoh command (shell) yang tidak akan diproses, yaitu:&#x20;

1. ls
2. :(){:|:&};:
3. rm
4. /dev/
5. wget
6. mkfs
7. \>&#x20;
8. ^foo^bar
9. dd
10. char
11. chmod
12. cp
13. mv
14. scp
15. passwd

Command ini berada di command.block


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.3dolphins.ai/5.3.0-id/bot-settings-1/process-flow/component-of-workflow/execute-command.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
