44ca02c582
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@169 a672b425-5310-4d7a-af5c-997e18724b81
23 lines
721 B
HTML
23 lines
721 B
HTML
---
|
|
layout: page
|
|
category-title: Basic commands
|
|
category-page: basic
|
|
tags: Close shell
|
|
author: Marzio Lunghi
|
|
title: Closing the shell
|
|
<!--next-page: pages/cmd/basic/ --> <!-- The sequence must be defined -->
|
|
---
|
|
|
|
<p>
|
|
If you want to close the shell session, there are several ways to do so:
|
|
|
|
<ul>
|
|
<li>Press <code>^ (control) + D</code>. Although this key combination closes the shell,
|
|
it doesn't quit the terminal application as it just saves and closes the current session.
|
|
A closed session does not allow any input or output anymore.
|
|
</li>
|
|
<li>Insert the <code>exit</code> command. Unlike the mentioned key combo, exit also quits
|
|
the terminal application itself.
|
|
</li>
|
|
</ul>
|
|
</p>
|