outfill N
This parameter sets the interface outfill timeout.
keepalive N
This parameter sets the interface keepalive timeout.
txqueuelen length
Set the length of the transmit queue of the device. It is useful to set this to small values for slower
devices with a high latency (modem links, ISDN) to prevent fast bulk transfers from disturbing
interactive traffic like telnet too much.
EXAMPLES
° Display all the active interfaces
> ifconfig
° Set interface eth0‟s IP address to be 192.168.1.1, netmask to be 255.255.255.0
> ifconfig eth0 192.168.1.1 netmask 255.255.255.0
KILL
NAME
kill – send a signal to the specified process(es)
SYNOPSIS
kill [ -signal ] pid ...
kill -l [ signal ]
DESCRIPTION
kill sends the specified signal to the specified process or process group. If no signal is specified, the TERM
signal is sent. The TERM signal will kill processes which do not catch this signal. For other processes, it
may be necessary to use the KILL (9) signal, since this signal cannot be caught.
COMMANDS
None.
OPTIONS