|
Shell commands |
|
|
Customization > Shell commands
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.
<?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>
|
© 2006 unic8 Studios