extc
| Befehl | Beschreibung | Beispiel |
|---|---|---|
| extc value get | Auslesen eines Wertes einer oder mehrerer Variablen | extc value get application "http_proxy" variable VIRUSSCAN_ENGINE |
| extc value set | Setzen eines Wertes einer Variable | extc value set application "http_proxy" variable "VIRUSSCAN_ENGINE" value csamd |
| extc value reset | Setzt den Inhalt einer Variablen auf die Werkseinstellung zurück | extc value reset application cvpn variable RDP2VNC_PORT |
| extc value default | Ausgabe der Variablen mit den Werten der Werkseinstellung | extc value default oder extc value default application webserver |
| extc variable get | Auslesen der Variablen | extc variable get application http_proxy |
| extc application get | Auflisten aller Anwendungen | extc application get |
| extc new | Erstellen einer neuen Variable | extc new variable "new_variable" application "http_proxy" value test |
| extc delete | Entfernen einer Variablen | extc delete variable "new_variable" application http_proxy |
| extc template get | Ausgabe eines kompletten Templates | extc template get template /etc/mailfilter_template_urlfilter |
| extc template edit | Editor zum bearbeiten eines Templates | extc template edit template /etc/mailfilter_template_urlfilter |
| extc global get | Auflisten aller globalen Variablen | extc global get |
| extc global set | Setzen eines Wertes einer globalen Variablen | extc global set variable "GLOB_ADMIN_EMAIL" value administrator@foo.local |
| extc global new | Erstellen einer neuen globalen Variable | extc global new variable "GLOB_NEW_VARIABLE" value "1234567890" |
| extc global del | Löschen einer globalen Variable | extc global del variable "GLOB_NEW_VARIABLE" |