Shell commands

Top  Previous  Next

Customization > Shell commands


 

Description

 

The shell_commands.xml contains the list items for the "Shell"-tool. It defines shell commands which could be executed on the remote server.

It is build via the standard XML and it is very important that the structure is correct. An incorrect structure could cause a system malfunction.

 

To create a standard command just add a new line and add an entry based on the layout like described below.

 

 

 

Sample

 

<?xml version="1.0" encoding="utf-8"?>

<list>

  <command name="Bash information" value="info"/>

  <command name="Who am I" value="whoami"/>

  <command name="Running processes" value="ps ax"/>

  ...

</list>

 

 

 

Node types

 

String

Description

Editable

<list>

</list>

Root node of the document.

forbidden

<command name="RAM details" value="free"/>

Attributes:

name = List item label [String]

value = Shell command [String]

 

NOTE: It is very important to add the slash at the end of the XML node otherwise the document will be invalid.

check

 

 

 

 

 



  © 2006 unic8 Studios