User Commands gnome-nettool(1)
NAME
gnome-nettool - Graphical front end to network clients
SYNOPSIS
gnome-nettool [--info=DEVICE] [--ping=HOST] [--
netstat=COMAND] [--traceroute=HOST] [--port-scan=HOST] [--
lookup=HOST] [--finger=USER] [--whois=DOMAIN] [--
display=DISPAY]
DESCRIPTION
The gnome-nettool application is a GTK] front end for a
number of network client command line applications including
ping(1M), netstat(1M), traceroute(1M), dig(1M), finger(1),
whois(1) and also showing the network interface devices and
scanning for services. Each of these functions is grouped
into a tab on its own. When gnome-nettool is invoked without
any option, it displays its first tab which is showing the
machine's network devices. However, it can also be invoked
with any one of the option above. These option can only be
invoked one at a time, except the --display option.
OPTIONS
The following options are supported:
--info=DEVICE launches gnome-nettool show-
ing the device tab with the
DEVICE specified. DEVICE is
the actual device name.
--ping=HOST launches gnome-nettool show-
ing the ping tab and pinging
the HOST. HOST is either
hostname of host IP address,
--netstat=COMAND launches gnome-nettool in
the netstat tab with the
COMAND option, the valid
values for COMAND are
{route, active, multicast}.
--traceroute=HOST launches gnome-nettool in
the traceroute tab and show-
ing the routes to the HOST.
SunOS 5.11 Last change: 25 Aug 2008 1
User Commands gnome-nettool(1)
--port-scan=HOST launches gnome-nettool in
the Port Scan tab and show-
ing the open ports for HOST.
--lookup=HOST launches gnome-nettool in
the Lookup tab and showing
the HOST information.
--finger=USER launches gnome-nettool in
the Finger tab showing the
USER in local host. This
option can also be invoked
with --lookup option
together.
--whois=DOMAIN launches gnome-nettool in
the Whois tab showing the
domain information for
DOMAIN.
EXAMPLES
Example 1: Starting gnome-nettool in the Device tab for ath0
example% gnome-nettool --info=ath0
Example 2: Starting gnome-nettool in the Ping tab with
COMAND=multicast
example% gnome-nettool --netstat=multicast
EXIT STATUS
The following exit values are returned:
0 Application exited successfully
>0 Application exited with failure
FILES
The following files are used by this application:
SunOS 5.11 Last change: 25 Aug 2008 2
User Commands gnome-nettool(1)
/usr/bin/gnome-nettool
The command-line executable for the application.
/usr/share/applications/gnome-nettool.destop
Location of the desktop file.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWgnome-nettool
Interface stability Volatile
SEE ALSO
ping(1M), netstat(1M), traceroute(1M), dig(1M), finger(1M),
whois(1M),
NOTES
Written by Ghee Teo, Sun Microsystems Inc., 2008.
SunOS 5.11 Last change: 25 Aug 2008 3
|