Using Terminal (AEN 4.2.1)
==========================

.. raw:: html

    <p>The Terminal application is a simple bash shell terminal that runs in
    your browser:</p>
    <div class="figure">
    <a class="reference internal image-reference" href="../../../../../_images/ae-notebooks/4.2.1/aen-user-terminal_image1.png"><img alt="../../../../../_images/ae-notebooks/4.2.1/aen-user-terminal_image1.png" src="../../../../../_images/ae-notebooks/4.2.1/aen-user-terminal_image1.png" style="width: 50%;" /></a>
    </div>
    <div class="line-block">
    <div class="line"><br /></div>
    </div>
    <p>Using Terminal, you can:</p>
    <ul class="simple">
    <li>Access your home directory and your project drive.</li>
    <li>Open multiple shells within one instance of Terminal.</li>
    <li>Open multiple instances of Terminal in the same browser window.</li>
    </ul>
    <ol class="arabic">
    <li><p class="first">Log in to AEN.</p>
    </li>
    <li><p class="first">Select a project you want to work on, or create a new project and open it.</p>
    </li>
    <li><p class="first">On the project home page, click the Terminal icon:</p>
    <div class="figure">
    <a class="reference internal image-reference" href="../../../../../_images/ae-notebooks/4.2.1/aen-user-terminal_image2.png"><img alt="../../../../../_images/ae-notebooks/4.2.1/aen-user-terminal_image2.png" src="../../../../../_images/ae-notebooks/4.2.1/aen-user-terminal_image2.png" style="width: 50%;" /></a>
    </div>
    <div class="line-block">
    <div class="line"><br /></div>
    </div>
    <p>Terminal opens the project directory in a new browser window.</p>
    <p>By default, the project directory is <code class="docutils literal"><span class="pre">/projects/username/project-name</span></code>.</p>
    <p>EXAMPLE: <code class="docutils literal"><span class="pre">/projects/TestUser/MyFirstNotebook</span></code></p>
    </li>
    <li><p class="first">To see the physical path of your directory, run the Print Working Directory command <code class="docutils literal"><span class="pre">pwd</span> <span class="pre">-P</span></code>.</p>
    <p>TIP: The physical path <code class="docutils literal"><span class="pre">-P</span></code> is important because project attaches data to the beginning of your virtual path to keep your project files together.</p>
    </li>
    <li><p class="first">To navigate out of your project directory to your home directory, run the command <code class="docutils literal"><span class="pre">cd</span></code>.</p>
    </li>
    <li><p class="first">To return to your project directory, run the command <code class="docutils literal"><span class="pre">cd/projects/username/project-name</span></code>.</p>
    </li>
    </ol>
    <p>TIP: If you are new to navigating in a terminal, you may want to use
    <a class="reference internal" href="use-workbench.html#workbench-term"><span class="std std-ref">the Workbench terminal</span></a>, which includes a visual
    navigation tree in the File Manager.</p>
    <div class="section" id="using-multiple-terminals">
    <h2>Using multiple Terminals<a class="headerlink" href="#using-multiple-terminals" title="Permalink to this headline">¶</a></h2>
    <p>You can open as many terminals as you want.</p>
    <p>To open another shell in the terminal, in the upper left of the pane, click
    the plus + icon.</p>
    <div class="figure">
    <a class="reference internal image-reference" href="../../../../../_images/ae-notebooks/4.2.1/aen-user-terminal_image3.png"><img alt="../../../../../_images/ae-notebooks/4.2.1/aen-user-terminal_image3.png" src="../../../../../_images/ae-notebooks/4.2.1/aen-user-terminal_image3.png" style="width: 50%;" /></a>
    </div>
    <div class="line-block">
    <div class="line"><br /></div>
    </div>
    <p>A corresponding number appears after the plus + icon and 1.</p>
    <p>To move to another Terminal, click the corresponding number.</p>
    <p>The color of the number tab changes to show which terminal is currently selected.</p>
    </div>
