Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
apps:terminal:getting-started [2012/12/28 12:00] – [When you first start Terminal] nickapps:terminal:getting-started [2020/09/28 07:05] (current) – removed deprecated page kevinbowen
Line 1: Line 1:
-====== Getting Started ====== 
- 
-===== Starting Terminal ===== 
- 
-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 {gui>System>Terminal}. 
- 
-You can also start //Terminal// from a command line or from the Application launcher. Just hit {key>Alt+F2}, type **Terminal** and click the button {gui>Execute}. 
- 
-===== When you first start Terminal ===== 
- 
-When you start //Terminal// for the first time, the application opens a terminal window with default settings.  
- 
-<figure "When you first start Terminal"> 
-{{:apps:terminal:terminal-first-time.png?nolink&|}} 
-</figure> 
- 
-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 {key>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 sets the following environment variables for the command running inside the terminal window: 
- 
-? TERM 
-! Set to xterm or xterm-color, you can configure the value from the [[preferences]] dialog. 
-? COLORTERM 
-! Set to ''xfce4-terminal'' by default. 
-? DISPLAY 
-! Set to the X11 display of the terminal by default. 
-? WINDOWID 
-! Set to the X11 window identifier of the terminal by default. 
- 
-===== Working with multiple terminals ===== 
- 
-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.  
- 
-<figure "Working with multiple terminals"> 
-{{:apps:terminal:terminal-multiple-tabs.png?nolink&|}} 
-</figure> 
- 
-See the section [[usage|Usage]] for information about how to open a new tabbed terminal. 
- 
-You can close a terminal tab by clicking on the close button in the terminal tab header or by choosing {gui>File>Close Tab} from the menubar.