Axcess Network Receiver Installation Guide User Manual

Page 52

Advertising
background image

Network Receiver

52

750.001.005 R04

© 2005 AXCESS Inc.

echo

This command echos back a line of text to a stream. System.out (i.e.

the current console) is the default, but you can choose to redirect

the output to a file.

Usage: echo TEXT

gc

Runs the system garbage collector to sweep up and make available

collectible memory. This command only cleans up garbage generated

by slush and not garbage generated by other applications.

Usage: gc

Controls generation of the system log file that is produced on boot.

The log file (/etc/.log) will contain system status messages of the

boot process. With no options to the command, it will print out the

whether or not the log file will be produced on next boot.

You must have admin privileges to use this command.

Usage: genlog OPTION

where options include:

[-e] Enable log.

[-d] Disable log.

help

With no arguments, this command will print out a list of all available commands. It

can also be passed the name of a command to print out specific usage information.

Usage: help [COMMAND]

Displays the current history list. Use !!, !<str>, !#, or up and down arrows to access

particular entries.

Usage: history

Displays or sets the system hostname and domain name. You must have admin

privileges to use this command.

Usage: hostname NAME

Example:

To set the hostname and the domain name, type: hostname tini1.dalsemi.com Since

the ".dalsemi.com" domain name was specified, the command set that domain name

for the system.

Advertising