Blame man/nmtui.xml

Packit 5756e2
Packit 5756e2
Packit 5756e2
Packit 5756e2
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
Packit 5756e2
Packit 5756e2
%entities;
Packit 5756e2
]>
Packit 5756e2
Packit 5756e2
Packit 5756e2
  nmtui(1) manual page
Packit 5756e2
Packit 5756e2
  Copyright 2010 - 2016 Red Hat, Inc.
Packit 5756e2
Packit 5756e2
  Permission is granted to copy, distribute and/or modify this document
Packit 5756e2
  under the terms of the GNU Free Documentation License, Version 1.1
Packit 5756e2
  or any later version published by the Free Software Foundation;
Packit 5756e2
  with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
Packit 5756e2
  Texts. You may obtain a copy of the GNU Free Documentation License
Packit 5756e2
  from the Free Software Foundation by visiting their Web site or by
Packit 5756e2
  writing to:
Packit 5756e2
Packit 5756e2
  Free Software Foundation, Inc.,
Packit 5756e2
  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Packit 5756e2
-->
Packit 5756e2
Packit 5756e2
<refentry id='nmtui'>
Packit 5756e2
Packit 5756e2
  <refentryinfo>
Packit 5756e2
    <title>nmtui</title>
Packit 5756e2
    <author>NetworkManager developers</author>
Packit 5756e2
  </refentryinfo>
Packit 5756e2
Packit 5756e2
  <refmeta>
Packit 5756e2
    <refentrytitle>nmtui</refentrytitle>
Packit 5756e2
    <manvolnum>1</manvolnum>
Packit 5756e2
    <refmiscinfo class="source">NetworkManager</refmiscinfo>
Packit 5756e2
    <refmiscinfo class="manual">General Commands Manual</refmiscinfo>
Packit 5756e2
    <refmiscinfo class="version">&NM_VERSION;</refmiscinfo>
Packit 5756e2
  </refmeta>
Packit 5756e2
Packit 5756e2
  <refnamediv>
Packit 5756e2
    <refname>nmtui</refname>
Packit 5756e2
    <refpurpose>Text User Interface for controlling NetworkManager</refpurpose>
Packit 5756e2
  </refnamediv>
Packit 5756e2
Packit 5756e2
  <refsynopsisdiv id='synopsis'>
Packit 5756e2
    <cmdsynopsis>
Packit 5756e2
      <command><group choice='plain'>
Packit 5756e2
        <arg choice='plain'>nmtui-edit</arg>
Packit 5756e2
        <arg choice='plain'>nmtui edit</arg>
Packit 5756e2
      </group></command>
Packit 5756e2
      <arg choice='plain'>
Packit 5756e2
        <group choice='req'>
Packit 5756e2
          <arg choice='plain'><replaceable>name</replaceable></arg>
Packit 5756e2
          <arg choice='plain'><replaceable>id</replaceable></arg>
Packit 5756e2
        </group>
Packit 5756e2
      </arg>
Packit 5756e2
    </cmdsynopsis>
Packit 5756e2
    <cmdsynopsis>
Packit 5756e2
      <command><group choice='plain'>
Packit 5756e2
        <arg choice='plain'>nmtui-connect</arg>
Packit 5756e2
        <arg choice='plain'>nmtui connect</arg>
Packit 5756e2
      </group></command>
Packit 5756e2
      <arg choice='plain'>
Packit 5756e2
        <group choice='req'>
Packit 5756e2
          <arg choice='plain'><replaceable>name</replaceable></arg>
Packit 5756e2
          <arg choice='plain'><replaceable>uuid</replaceable></arg>
Packit 5756e2
          <arg choice='plain'><replaceable>device</replaceable></arg>
Packit 5756e2
          <arg choice='plain'><replaceable>SSID</replaceable></arg>
Packit 5756e2
        </group>
Packit 5756e2
      </arg>
Packit 5756e2
    </cmdsynopsis>
Packit 5756e2
    <cmdsynopsis>
Packit 5756e2
      <command><group choice='plain'>
Packit 5756e2
        <arg choice='plain'>nmtui-hostname</arg>
Packit 5756e2
        <arg choice='plain'>nmtui hostname</arg>
Packit 5756e2
      </group></command>
Packit 5756e2
    </cmdsynopsis>
Packit 5756e2
  </refsynopsisdiv>
Packit 5756e2
Packit 5756e2
  <refsect1 id='description'><title>Description</title>
Packit 5756e2
    <para><command>nmtui</command> is a cursesā€based TUI application for
Packit 5756e2
    interacting with NetworkManager. When starting <command>nmtui</command>, the
Packit 5756e2
    user is prompted to choose the activity to perform unless it was specified as
Packit 5756e2
    the first argument.</para>
Packit 5756e2
Packit 5756e2
    <para>The supported activities are:</para>
Packit 5756e2
Packit 5756e2
    <variablelist>
Packit 5756e2
      <varlistentry>
Packit 5756e2
        <term><option>edit</option></term>
Packit 5756e2
        <listitem>
Packit 5756e2
          <para>Show a connection editor that supports adding, modifying, viewing and
Packit 5756e2
          deleting connections. It provides similar functionality as
Packit 5756e2
          <command>nm-connection-editor</command>.</para>
Packit 5756e2
        </listitem>
Packit 5756e2
      </varlistentry>
Packit 5756e2
Packit 5756e2
      <varlistentry>
Packit 5756e2
        <term><option>connect</option></term>
Packit 5756e2
        <listitem>
Packit 5756e2
          <para>Show a list of available connections, with the option to activate or
Packit 5756e2
          deactivate them. It provides similar functionality as
Packit 5756e2
          <command>nm-applet</command>.</para>
Packit 5756e2
        </listitem>
Packit 5756e2
      </varlistentry>
Packit 5756e2
Packit 5756e2
      <varlistentry>
Packit 5756e2
        <term><option>hostname</option></term>
Packit 5756e2
        <listitem>
Packit 5756e2
          <para>Set the system hostname.</para>
Packit 5756e2
        </listitem>
Packit 5756e2
      </varlistentry>
Packit 5756e2
    </variablelist>
Packit 5756e2
Packit 5756e2
    <para>Corresponding to above activities, <command>nmtui</command> also comes
Packit 5756e2
    with binaries named <command>nmtui-edit</command>,
Packit 5756e2
    <command>nmtui-connect</command>, and <command>nmtui-hostname</command> to skip
Packit 5756e2
    the selection of the activities.</para>
Packit 5756e2
  </refsect1>
Packit 5756e2
Packit 5756e2
  <refsect1 id='see_also'><title>See Also</title>
Packit 5756e2
    <para><link linkend='nmcli'><citerefentry><refentrytitle>nmcli</refentrytitle><manvolnum>1</manvolnum></citerefentry></link>,
Packit 5756e2
    <citerefentry><refentrytitle>nm-applet</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
Packit 5756e2
    <citerefentry><refentrytitle>nm-connection-editor</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
Packit 5756e2
    <link linkend='NetworkManager'><citerefentry><refentrytitle>NetworkManager</refentrytitle><manvolnum>8</manvolnum></citerefentry></link>.</para>
Packit 5756e2
  </refsect1>
Packit 5756e2
Packit 5756e2
</refentry>