diff options
| author | Michael Biebl <biebl@debian.org> | 2016-04-06 00:46:19 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2016-04-06 00:46:19 +0200 |
| commit | 2bfb3eb7d0323e69affca154395f51d8b577414d (patch) | |
| tree | e3130a5146441296df6d08a0f4ac7222a854c8f8 /docs/api/html/nmtui.html | |
| parent | d9c99a29a0d3384c9c3d2adce430f5cb1134ab6a (diff) | |
Imported Upstream version 1.1.93 upstream/1.1.93
Diffstat (limited to 'docs/api/html/nmtui.html')
| -rw-r--r-- | docs/api/html/nmtui.html | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/docs/api/html/nmtui.html b/docs/api/html/nmtui.html new file mode 100644 index 00000000..ca11c834 --- /dev/null +++ b/docs/api/html/nmtui.html @@ -0,0 +1,88 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>nmtui: NetworkManager D-Bus API Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<link rel="home" href="index.html" title="NetworkManager D-Bus API Reference Manual"> +<link rel="up" href="manpages.html" title="UNIX Manual Pages"> +<link rel="prev" href="nmcli.html" title="nmcli"> +<link rel="next" href="nm-online.html" title="nm-online"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"></td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="manpages.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="nmcli.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="nm-online.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="nmtui"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle">nmtui</span></h2> +<p>nmtui — Text User Interface for controlling NetworkManager</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsynopsisdiv"> +<a name="synopsis"></a><h2>Synopsis</h2> +<div class="cmdsynopsis"><p><code class="command"> nmtui-edit | nmtui edit </code> + { <em class="replaceable"><code>name</code></em> | <em class="replaceable"><code>id</code></em> } + </p></div> +<div class="cmdsynopsis"><p><code class="command"> nmtui-connect | nmtui connect </code> + { <em class="replaceable"><code>name</code></em> | <em class="replaceable"><code>uuid</code></em> | <em class="replaceable"><code>device</code></em> | <em class="replaceable"><code>SSID</code></em> } + </p></div> +<div class="cmdsynopsis"><p><code class="command"> nmtui-hostname | nmtui hostname </code> </p></div> +</div> +<div class="refsect1"> +<a name="description"></a><h2>Description</h2> +<p><span class="command"><strong>nmtui</strong></span> is a curses‐based TUI application for + interacting with NetworkManager. When starting <span class="command"><strong>nmtui</strong></span>, the + user is prompted to choose the activity to perform unless it was specified as + the first argument.</p> +<p>The supported activities are:</p> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term"><code class="option">edit</code></span></p></td> +<td><p>Show a connection editor that supports adding, modifying, viewing and + deleting connections. It provides similar functionality as + <span class="command"><strong>nm-connection-editor</strong></span>.</p></td> +</tr> +<tr> +<td><p><span class="term"><code class="option">connect</code></span></p></td> +<td><p>Show a list of available connections, with the option to activate or + deactivate them. It provides similar functionality as + <span class="command"><strong>nm-applet</strong></span>.</p></td> +</tr> +<tr> +<td><p><span class="term"><code class="option">hostname</code></span></p></td> +<td><p>Set the system hostname.</p></td> +</tr> +</tbody> +</table></div> +<p>Corresponding to above activities, <span class="command"><strong>nmtui</strong></span> also comes + with binaries named <span class="command"><strong>nmtui-edit</strong></span>, + <span class="command"><strong>nmtui-connect</strong></span>, and <span class="command"><strong>nmtui-hostname</strong></span> to skip + the selection of the activities.</p> +</div> +<div class="refsect1"> +<a name="see_also"></a><h2>See Also</h2> +<p><span class="citerefentry"><span class="refentrytitle">nmcli</span>(1)</span>, + <span class="citerefentry"><span class="refentrytitle">nm-applet</span>(1)</span>, + <span class="citerefentry"><span class="refentrytitle">nm-connection-editor</span>(1)</span>, + <span class="citerefentry"><span class="refentrytitle">NetworkManager</span>(8)</span>.</p> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.24</div> +</body> +</html> \ No newline at end of file |