ICS 243d - Internet Technology - Spring 2001
Student: Roberto Silveira Silva Filho - ID#85849631
Introduction. UnixAdm is a remote administration tool. It allows the collection of administrative information
in distributed hosts running the UnixAdm server. The web client generate command requests that are interpreted
by the servers in each host. These servers execute the provided commands and provide the output to the web client.
This output is formatted using HTML. Currently, the UnixAdm tool supports the unix commands: finger, vmstat, df
and sysinfo. Other commands, however, can be easily integrated in the system by the creation of .pl files with
the name of these commands, and the modification of the web client HTML source code.