Installation Guide

Network Receiver
56 750.001.005 R04 © 2005 AXCESS Inc.



Displays the current working directory.
Usage: pwd



Shuts down all slush servers and cleanly reboots the system. You must be admin to
use this command.
This command allows you to request that the heap be cleared on reboot. This
results in the same clean state as if you had cleared the heap with 'b18' 'f0' in
JavaKit. It also has the added benefit of a significant speed increase for the system.
Since the heap will be cleared on reboot, the underlying TINIOS does not have to do
expensive POR protection.
Usage: reboot [option]
where options include:
[-f] Don't prompt for confirmation
[-h] Clear heap on reboot.
[-a] Clear heap and system memory on reboot.



Deletes a given file.
Usage: rm FILE
Alias: del



Deletes a given directory.
Usage: rmdir DIR
Alias: rd



Sends an email to designated recipients separated by commas. Begin typing the
email, then place a '.' on the last line by itself and hit <Enter> to send. Sendmail will
prompt for any information not given on the commandline.
Usage: sendmail [options] [RECIPIENT(s)] [CC's] TEXT
where options include:
[-f fromAddr] From address. If not specified, the default uses the current system
settings for: USER@HOSTNAME.DOMAINNAME



Set a given variable to the value in the current environment. With no parameters, the
command will print out the current environment.
Usage: setenv VAR VALUE



Executes each line in a file as if it were given at a slush prompt.