Comezo

Iniciar Terminal

O xeito máis sinxelo de iniciar Terminal é usar o menú de aplicacións do seu escritorio; en Xfce, poña o cursor do rato sobre o escritorio, prema o botón dereito do rato e seleccione SistemaTerminal.

You can also start Terminal from a command line or from the Application launcher. Just hit Alt+F2, type Terminal and click the button Run.

Cando inicia Terminal por primeira vez

Cando inicia Terminal por primeira vez, a aplicación abre unha ventá de terminal cas opcións predeterminadas.

Exemplo dunha ventá predeterminada de terminal

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 Return, the computer executes the command. By default, Terminal will use the login shell of the user who starts the application (/bin/bash in case of a default Linux installation).

Terminal define as seguintes variables de contorno para o comando que se executa dentro da fiestra da terminal:

TERM

Set to xterm or xterm-color, you can configure the value from the preferences dialog.

COLORTERM

Definido como Terminal por defecto.

DISPLAY

Set to the X11 display of the terminal by default.

WINDOWID

Set to the X11 window identifier of the terminal by default.

Traballar con varias terminais

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.

Exemplo dunha ventá de terminal con lapelas

Consulte « Uso » para obter información sobre como abrir unha nova terminal con lapelas.

You can close a terminal tab by clicking on the close button in the terminal tab header or by choosing FileClose Tab from the menubar.