Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

network-admin(1) [opensolaris man page]

network-admin(1)						   User Commands						  network-admin(1)

NAME
network-admin - Basic administration of network interfaces. SYNOPSIS
network-admin [--configure=INTERFACE] [--configure-type=TYPE] [gnome-std-options] DESCRIPTION
network-admin enumerates the interfaces available to the user and provides a mechanism for configuring these interfaces as static-IP or DHCP. It's also possible to select which interfaces should be enabled on boot. network-admin also allows you configure the systems hostname, DNS options and hosts using the user interface. OPTIONS
The following options are supported: -c, --configure=INTERFACE Configure a specific network interface (e.g. ath0 or bge0). -t, --configure-type=TYPE Configure the first network interface of a specific type (e.g. ethernet or wireless). gnome-std-options Standard options available for use with most GNOME applications. See gnome-std-options(5) for more informa- tion. EXAMPLES
Example 1: Running the main application. example% network-admin Example 2: Configuring the ath0 network interface. example% network-admin --configure=ath0 Example 3: Configuring the first ethernet interface. example% network-admin --configure-type=ethernet 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: /usr/bin/network-admin Executable for network interface configuration. /etc/inet/gnome-system-tools Storage location for network configuration files when not active on boot. /var/spool/setup-tool-backends/backup/network Backup directory for files that are modified. /var/spool/setup-tool-backends/data/network Where "Location" profiles are stored. /var/run/setup-tool-backends/debug/network Debug logs can be found under here. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-system-tools | +-----------------------------+-----------------------------+ |Interface stability |Uncommitted | +-----------------------------+-----------------------------+ SEE ALSO
Latest version of the GNOME Desktop User Guide for your platform. users-admin(1), shares-admin(1), services-admin(1), time-admin(1), gnome-std-options(5), ifconfig(1M), hosts(4), nsswitch.conf(4), resolv.conf(4), attributes(5) NOTES
This tool can only be used to manage physical network devices as returned by the "dladm show-dev" command, it does not support configura- tion of more complex configurations. There is currently no support for enterprise name services such as YP/NIS, NIS+ or LDAP. There is also no support for anything but the global zone. Written by Darren Kenny, Sun Microsystems Inc., 2006. SunOS 5.11 6 Nov 2006 network-admin(1)

Check Out this Related Man Page

gnome-control-center(1) 					   User Commands					   gnome-control-center(1)

NAME
gnome-control-center, gnome-desktop-prefs - configure desktop preferences SYNOPSIS
gnome-control-center [gnome-std-options] [--noshell] DESCRIPTION
Desktop Preferences allows you to configure the GNOME desktop. If Nautilus is running, gnome-control-center will open up a new window and display all your preference tools. If Nautilus is not running, gnome-control-center will display a simple interface allowing you to select the preference tool to run. There are 3 categories of preference tools: Basic, Advanced, and Accessibility. Double-click on the tool that you require and the dialog for the tool will be displayed. OPTIONS
The following options are supported: --noshell Do not display the Desktop Preferences in Nautilus. This is not a supported interface. gnome-std-optionStandard options available for use with most GNOME applications. See gnome-std-options(5). EXAMPLES
Example 1: Launching Desktop Preferences example% gnome-control-center 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: /usr/bin/gnome-control-cExecutable for Desktop Preferences interface ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+------------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+------------------------------+ |Availability |SUNWgnome-desktop-preferences | +-----------------------------+------------------------------+ |Interface stability |External | +-----------------------------+------------------------------+ SEE ALSO
Preference Tools Manual Latest version of the GNOME Desktop User Guide for your platform. gnome-background-properties(1), gnome-font-properties(1), gnome-keyboard-properties(1), gnome-keybinding-properties(1), gnome-ui-proper- ties(1), gnome-mouse-properties(1), gnome-network-preferences(1), gnome-sound-properties(1), gnome-theme-properties(1), metacity-proper- ties(1), gnome-accessibility-keyboard-properties(1), cddb-slave2-properties(1), gnome-file-types-properties(1), gnome-panel-preferences(1), gnome-default-applications-properties(1), gnome-session-properties(1), gnome-std-options(5) NOTES
Written by Glynn Foster, Sun Microsystems Inc., 2003. SunOS 5.10 2 Oct 2003 gnome-control-center(1)
Man Page