Kill - Paradyne 6211 Command Manual

Adsl2+ router command line interface
Table of Contents

Advertisement

[-]pointopoint [addr]
This keyword enables the point-to-point mode of an interface, meaning that it is a direct link between
two machines with nobody else listening on it. If the address argument is also given, set the protocol
address of the other side of the link, as does the obsolete dstaddr keyword. Otherwise, set (or clear)
the IFF_POINTOPOINT flag for the interface.
[-]trailers
Set (or clear) the IFF_NOTRAILERS flag for the interface.
[-]dynamic
Set (or clear) the IFF_DYNAMIC flag for the interface.
hw class address
Set the hardware address of this interface, if the device driver supports this operation. The keyword
must be followed by the name of the hardware class and the printable ASCII equivalent of the
hardware address. Hardware classes currently supported include ether (Ethernet) only.
multicast
Set the multicast flag on the interface. This should not normally be needed as the drivers set the flag
correctly.
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 (as in Telnet) too much.
Examples
Display all the active interfaces.
ifconfig
Set the interface eth0 IP address to be 192.168.1.1 and 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
The kill command sends the specified signal to the specified process or process group. If no signal is
specified, the TERM signal is sent. The TERM signal kills 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.
6211-I1 ADSL2+ Router Command Line Interface User's Guide
31

Advertisement

Table of Contents
loading

This manual is also suitable for:

6211-i1

Table of Contents