1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Getting started</title><link rel="stylesheet" href="../terminal.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="Terminal Emulator"><link rel="up" href="index.html" title="Terminal Emulator"><link rel="prev" href="index.html" title="Terminal Emulator"><link rel="next" href="usage.html" title="Usage"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Getting started</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="index.html">Natrag</a></td><th width="60%" align="center"></th><td width="20%" align="right"><a accesskey="n" href="usage.html">Naprijed</a></td></tr></table><hr></div><div class="sect1" title="Getting started"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="getting-started"></a>Getting started</h2></div></div></div><div class="sect2" title="Starting Terminal"><div class="titlepage"><div><div><h3 class="title"><a name="id494660"></a>Starting Terminal</h3></div></div></div><p>
The easiest way to start Terminal is to use the applications menu of your desktop;
for Xfce, point your mouse cursor to the desktop, press the right mouse button
and choose <span class="guimenu"><strong>System</strong></span> → <span class="guimenuitem"><strong>Terminal</strong></span>.
</p><p>
You can also start Terminal from a command line or from the <span class="guilabel"><strong>Application
launcher</strong></span>. Just hit <span class="keycap"><strong>Alt</strong></span>+<span class="keycap"><strong>F2</strong></span>, type
<strong class="userinput"><code><span class="command"><strong>Terminal</strong></span></code></strong> and click the button
<span class="guibutton"><strong>Run</strong></span>.
</p></div><div class="sect2" title="When you first start Terminal"><div class="titlepage"><div><div><h3 class="title"><a name="id494726"></a>When you first start Terminal</h3></div></div></div><p>
When you start Terminal for the first time, the application opens a terminal window
with default settings.
</p><div class="screenshot"><div class="mediaobject"><img src="images/terminal-first-time.png" alt="Example of a default terminal window"></div></div><p>
The terminal window displays a command prompt where you can type UNIX
commands. The command prompt may vary depending on the configuration of
your shell. The cursor is positioned at the command prompt. When you type a
UNIX command and press <span class="keycap"><strong>Return</strong></span>, the computer
executes the command. By default, Terminal will use the login shell of the user
who starts the application (<code class="filename">/bin/bash</code> in case of a
default Linux installation).
</p><p>
Terminal sets the following environment variables for the command
running inside the terminal window:
</p><div class="variablelist"><dl><dt><span class="term"><code class="varname">TERM</code></span></dt><dd><p>Set to <code class="literal">xterm</code> or <code class="literal">xterm-color</code>, you
can configure the value from the preferences dialog.</p></dd><dt><span class="term"><code class="varname">COLORTERM</code></span></dt><dd><p>Set to <code class="literal">Terminal</code> by default.</p></dd><dt><span class="term"><code class="varname">DISPLAY</code></span></dt><dd><p>Set to the X11 display of the terminal by default.</p></dd><dt><span class="term"><code class="varname">WINDOWID</code></span></dt><dd><p>Set to the X11 window identifier of the terminal by default.</p></dd></dl></div></div><div class="sect2" title="Working with multiple terminals"><div class="titlepage"><div><div><h3 class="title"><a name="id458349"></a>Working with multiple terminals</h3></div></div></div><p>
Terminal provides a tab feature that enables you to open several terminals
within a single window. Each terminal is opened in a separate tab. Click on the
appropriate tab to display the terminal in the window. Each tabbed terminal in
a window is separate sub-process, so you can use each terminal for a different
task.
</p><div class="screenshot"><div class="mediaobject"><img src="images/terminal-multiple-tabs.png" alt="Example of a terminal window with tabs"></div></div><p>
See <a class="xref" href="usage.html" title="Usage">the section called „Usage“</a> for information about how to open a new tabbed
terminal.
</p><p>
You can close a terminal tab by clicking on the close button in the terminal
tab header or by choosing <span class="guimenu"><strong>File</strong></span> → <span class="guimenuitem"><strong>Close
Tab</strong></span> from the menubar.
</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.html">Natrag</a></td><td width="20%" align="center"></td><td width="40%" align="right"><a accesskey="n" href="usage.html">Naprijed</a></td></tr><tr><td width="40%" align="left" valign="top">Terminal Emulator</td><td width="20%" align="center"><a accesskey="h" href="index.html">Početak</a></td><td width="40%" align="right" valign="top">Usage</td></tr></table></div></body></html>
|