XGrid Command Line
Example of Command-Line access to the Host
xgrid -h mathgrid0.smith.edu -password xxxxxxxx -grid list
An alternative to providing the name of the controller and the password on the command line is to store these commands in your .bash_profile file (assuming bash is your shell):
export XGRID_CONTROLLER_HOSTNAME=131.229.72.40 export XGRID_CONTROLLER_PASSWORD=xxxxxx
(If you do not remember the password, ask one of the Screms participants)