 
    
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>openning Archives - Complete, Concrete, Concise</title>
	<atom:link href="https://complete-concrete-concise.com/tag/openning/feed/" rel="self" type="application/rss+xml" />
	<link>https://complete-concrete-concise.com/tag/openning/</link>
	<description>Practical Information Without The Bloat</description>
	<lastBuildDate>Thu, 25 Apr 2013 07:01:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>Ubuntu 13.04 &#8211; How to get a Command Line, Shell, or Terminal</title>
		<link>https://complete-concrete-concise.com/ubuntu-2/ubuntu-13-04/ubuntu-13-04-how-to-get-a-command-line-shell-or-terminal/</link>
		
		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Thu, 25 Apr 2013 07:01:15 +0000</pubDate>
				<category><![CDATA[Ubuntu 13.04]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[commandline]]></category>
		<category><![CDATA[get how to]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[opening]]></category>
		<category><![CDATA[openning]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[ubuntu 13.04]]></category>
		<guid isPermaLink="false">http://complete-concrete-concise.com/?p=2806</guid>

					<description><![CDATA[<p>These instructions are for Ubuntu 13.04 using the Unity interface (although, hints are provided at the bottom of the article for those who have installed a different desktop). Linux (of which Ubuntu is a flavour) and it&#8217;s inspiration Unix, have a strong emphasis and tradition of doing everything via typed commands. Often, when searching the [&#8230;]</p>
<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-13-04/ubuntu-13-04-how-to-get-a-command-line-shell-or-terminal/">Ubuntu 13.04 &#8211; How to get a Command Line, Shell, or Terminal</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="c1">
<p>These instructions are for Ubuntu 13.04 using the Unity interface (although, hints are provided at the bottom of the article for those who have installed a different desktop).</p>
<div class="c2">
<p>Linux (of which Ubuntu is a flavour) and it&#8217;s inspiration Unix, have a strong emphasis and tradition of doing everything via typed commands.</p>
<p>Often, when searching the Internet for a solution to a problem, you often find terse (possibly cryptic) answers along the lines of:</p>
<blockquote>
<p>Test if you can reach Google with <strong>ping -c 4 google.com</strong></p>
</blockquote>
<p>or</p>
<blockquote>
<p>To recursively change your file permissions just: <strong>chmod 755 -R /opt/lampp/htdocs</strong></p>
</blockquote>
<p>In order to run those commands, you have to open a shell or command line or terminal (they are all synonymous, but <u>shell</u> is the preferred term in Linux and Unix circles).</p>
<div class="c3">
<p>There are many different shells, the original Unix shell is called the Bourne Shell (or sh), then came the C Shell (csh) and Korn Shell (ksh). Linux tends to use the Bourne Again Shell (bash). For the most part, they all do the same thing, so you don&#8217;t need to worry about which one you are using.</p>
<p>If you want to know which shell you are using, just enter <u>echo $SHELL</u> at the command line and press <u>Enter</u>.</p>
</div>
</div>
</div>
<div class="c1">
<p><strong>Note:</strong> If you find a command line solution / trick / tip for a non-Ubuntu Linux distribution, there is a good chance (though not 100% guaranteed) that it might work with Ubuntu.</p>
<p>If you get a <u>Permission denied</u> or <u>Are you root?</u> response when you type in the command, try prefixing the command with <code>sudo</code>. Ubuntu requires administrator level privileges for certain commands. <code>sudo</code> temporarily gives administrator privileges (after you supply your password).</p>
</div>
<h1>Opening a Terminal using a Keyboard Shortcut</h1>
<div class="c2">
<p>This is the default keyboard shortcut for Ubuntu 13.04 (and probably most Linux distros running a GNOME 3 based desktop), unless you (or someone else) has changed it, it should work.</p>
<p>This also the default keyboard shortcut if you have changed your desktop environment to GNOME Shell, LXDE, or the Lubuntu Desktop and will work unless you (or someone else) has changed it.</p>
<p>This will <strong><u>NOT</u></strong> work for the XFCE or Xubuntu Desktop unless you (or someone else) has added the keyboard shortcut.</p>
</div>
<p><strong>1) Press</strong> <code>Ctrl + Alt + T</code> to open a terminal / command line / shell.</p>
<div class="c2">
<p><strong>Note:</strong> pressing <code>Ctrl + Alt + T</code> means: while holding down both the <code>Ctrl</code> key and <code>Alt</code> key, press the <code>T</code> key as though you intend to type it.</p>
<p><strong>DO NOT</strong> press the <code>Shift</code> key because <code>Ctrl + Alt + Shift + T</code> is different from <code>Ctrl + Alt + T</code>.</p>
<p>It does <strong>NOT</strong> matter if your <code>Caps Lock</code> is on or off.</p>
</div>
<p>The terminal should look something like this:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/04/13.04-commandline-1.png" alt="" border="0" class="centered"/></p>
<h1>Opening a Terminal from Unity</h1>
<p><strong>1) Click</strong> the Dash icon (or use the keyboard shortcut by tapping the <u>Windows / Super</u> key &#8211; don&#8217;t hold it down, just tap it as if you were going to type it):</p>
<p><img fetchpriority="high" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/04/13.04-commandline-2.jpg" width="480" height="193" alt="" border="0" class="centered"/></p>
<p><strong>2) Type</strong> <u>terminal</u> into the entry field:</p>
<div class="c1">
<p>As you type, Unity will display matching results below the entry field. You can stop typing when what you are looking for is the leftmost item.</p>
</div>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/04/13.04-commandline-3.png" alt="" border="0" class="centered"/></p>
<p><strong>3) Press</strong> <u>Enter / Return</u> key to open the terminal:</p>
<div class="c1">
<p>You can also open the terminal by clicking on it with your mouse.</p>
<p>You can use the arrow keys on your keyboard to navigate to it and then press the <u>Enter</u> key to select it (if you are using the arrow keys built into your numpad ensure that <code>Num Lock</code> is off):</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/04/13.04-commandline-4.png" alt="" border="0" class="centered"/></div>
<h1>Opening a Terminal if You are not Using Unity</h1>
<p>Because there are many different types of desktops available for Linux, it is not possible to list all possible ways to start the terminal. However … the general technique is the same:</p>
<p><strong>1) Open</strong> the <u>Main Menu</u> or <u>Applications Menu</u> (or whatever the main menu for your environment is called).</p>
<p><strong>2)</strong> If you are lucky, there will be a menu entry for a terminal (it might be called <u>Terminal</u> or <u>LXTerminal</u> or something else with <code>terminal</code> in the name.</p>
<p><strong>3)</strong> If you are unlucky, then you will have to look for it in a submenu. It is most likely to be found in a submenu called <u>Accessories</u> or <u>System</u>.</p>
<div class="c2">
<p><strong>Note:</strong> You may have more than one terminal application installed or the terminal application may appear in more than one menu location.</p>
</div>
<h1>How to (Almost) Always Get a Command Prompt</h1>
<div class="c1">
<p>This works with pretty much any Linux distribution (unless they have been specially compiled to disable it).</p>
</div>
<p>If you need to access the command line and no terminal application has been installed,  or you can&#8217;t find it, or the GUI has become unresponsive, you can press <code>Ctrl + Alt + F1</code> to switch you to a full screen text terminal / command line / shell. To return to your GUI, press <code>Ctrl + Alt + F7</code>.</p>
<div class="c2">
<p><strong>Note:</strong> pressing <code>Ctrl + Alt + F1</code> means: while holding down both the <code>Ctrl</code> key and <code>Alt</code> key, press the <code>F1</code> key as though you intend to type it.</p>
<p>The same is true when pressing <code>Ctrl + Alt + F7</code>.</p>
<p>It does <strong>NOT</strong> matter if your <code>Caps Lock</code> is on or off.</p>
</div>
<div class="c1">
<p>All Linux distributions (unless specially compiled otherwise), use <code>Ctrl + Alt + F1</code> through <code>Ctrl + Alt + F6</code> provide access to 6 full screen command line terminals. These 6 terminals are always available, so it doesn&#8217;t matter which one you access.</p>
<p>In the same way, <code>Ctrl + Alt + F7</code> through <code>Ctrl + Alt + F12</code> provide access to running X Servers. Normally, there is only one and it is found at <code>Ctrl + Alt + F7</code> &#8211; unless you have additional X Servers running, <code>F8</code> through <code>F12</code> will be blank screens.</p>
</div>
<p>You will be required to login with your <u>username</u> and <u>password</u> (as with all command lines, your password is not echoed back to you):</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/04/13.04-commandline-5.png" alt="" border="0" class="centered"/></p>
<p>Otherwise, it behaves exactly like any other terminal.</p>
<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-13-04/ubuntu-13-04-how-to-get-a-command-line-shell-or-terminal/">Ubuntu 13.04 &#8211; How to get a Command Line, Shell, or Terminal</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Ubuntu 12.10 &#8211; How to get a Command Line, Shell, or Terminal</title>
		<link>https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-10/how-to-get-a-command-line-shell-or-terminal/</link>
		
		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Thu, 18 Oct 2012 10:47:49 +0000</pubDate>
				<category><![CDATA[Ubuntu 12.10]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[commandline]]></category>
		<category><![CDATA[get how to]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[opening]]></category>
		<category><![CDATA[openning]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[ubuntu 12.10]]></category>
		<guid isPermaLink="false">http://complete-concrete-concise.com/?p=2369</guid>

					<description><![CDATA[<p>These instructions are for Ubuntu 12.10 using the Unity interface (although, hints are provided at the bottom of the article for those who have installed a different desktop). Linux (of which Ubuntu is a flavour) and it&#8217;s inspiration Unix, have a strong emphasis and tradition of doing everything via typed commands. Often, when searching the [&#8230;]</p>
<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-10/how-to-get-a-command-line-shell-or-terminal/">Ubuntu 12.10 &#8211; How to get a Command Line, Shell, or Terminal</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="c1">
<p>These instructions are for Ubuntu 12.10 using the Unity interface (although, hints are provided at the bottom of the article for those who have installed a different desktop).</p>
<div class="c2">
<p>Linux (of which Ubuntu is a flavour) and it&#8217;s inspiration Unix, have a strong emphasis and tradition of doing everything via typed commands.</p>
<p>Often, when searching the Internet for a solution to a problem, you often find terse (possibly cryptic) answers along the lines of:</p>
<blockquote>
<p>Test if you can reach Google with <strong>ping -c 4 google.com</strong></p>
</blockquote>
<p>or</p>
<blockquote>
<p>To recursively change your file permissions just: <strong>chmod 755 -R /opt/lampp/htdocs</strong></p>
</blockquote>
<p>In order to run those commands, you have to open a shell or command line or terminal (they are all synonymous, but <u>shell</u> is the preferred term in Linux and Unix circles).</p>
<div class="c3">
<p>There are many different shells, the original Unix shell is called the Bourne Shell (or sh), then came the C Shell (csh) and Korn Shell (ksh). Linux tends to use the Bourne Again Shell (bash). For the most part, they all do the same thing, so you don&#8217;t need to worry about which one you are using.</p>
<p>If you want to know which shell you are using, just enter <u>echo $SHELL</u> at the command line and press <u>Enter</u>.</p>
</div>
</div>
</div>
<div class="c1">
<p><strong>TIP:</strong> If you find a command line solution / trick / tip for a non-Ubuntu Linux distribution, there is a good chance (though not 100% guaranteed) that it might work with Ubuntu.</p>
<p>If you get a <u>Permission denied</u> or <u>Are you root?</u> response when you type in the command, try prefixing the command with <code>sudo</code>. Ubuntu requires administrator level privileges for certain commands. <code>sudo</code> temporarily gives administrator privileges (after you supply your password).</p>
</div>
<h1>Opening a Terminal using a Keyboard Shortcut</h1>
<div class="c2">
<p>This is the default keyboard shortcut for Ubuntu 12.10 (and probably previous Ubuntu releases) running the GNOME / Unity desktop, unless you (or someone else) has changed it, it should work.</p>
<p>This also the default keyboard shortcut if you have changed your desktop environment to GNOME Shell, LXDE, or the Lubuntu Desktop and will work unless you (or someone else) has changed it.</p>
<p>This will <strong><u>NOT</u></strong> work for the XFCE or Xubuntu Desktop unless you (or someone else) has added the keyboard shortcut.</p>
</div>
<p><strong>1) Press</strong> <code>Ctrl + Alt + T</code> to open a terminal / command line / shell.</p>
<div class="c2">
<p><strong>NOTE:</strong> pressing <code>Ctrl + Alt + T</code> means: simultaneously hold down the <code>Ctrl</code> key and <code>Alt</code> key, then press the <code>T</code> key as though you intend to type it.</p>
<p><strong>DO NOT</strong> press the <code>Shift</code> key because <code>Ctrl + Alt + Shift + T</code> is different from <code>Ctrl + Alt + T</code>.</p>
<p>It does <strong>NOT</strong> matter if your <code>Caps Lock</code> is on or off.</p>
</div>
<p>The terminal should look something like this:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-how-to-get-a-commandline-1.png" alt="" border="0" class="centered" /></p>
<h1>Opening a Terminal from Unity</h1>
<p><strong>1) Click</strong> the Dash icon (or use the keyboard shortcut by pressing the <u>Windows</u> key &#8211; don&#8217;t hold it down, just tap it as if you were going to type it):</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-how-to-get-a-commandline-2.jpg" width="200" height="227" alt="" border="0" class="centered" /></p>
<p><strong>2) Type</strong> <u>terminal</u> into the entry field:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-how-to-get-a-commandline-3.jpg" width="480" height="283" alt="" border="0" class="centered" /></p>
<p><strong>3) Click</strong> on the <u>terminal</u> icon:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-how-to-get-a-commandline-4.jpg" width="480" height="283" alt="" border="0" class="centered" /></p>
<div class="c2">
<p>Alternately, you can navigate to the <u>terminal</u> icon by using the arrow keys on your keyboard (if you are using the arrow keys built into your numpad ensure that <code>Num Lock</code> is off) and then pressing the <u>Enter</u> key to select it.</p>
</div>
<h1>Opening a Terminal if You are not Using Unity</h1>
<p>Because there are many different types of desktops available for Linux, it is not possible to list all possible ways to start the terminal. However … the general technique is the same:</p>
<p><strong>1) Open</strong> the <u>Main Menu</u> or <u>Applications Menu</u> (or whatever the main menu for your environment is called).</p>
<p><strong>2)</strong> If you are lucky, there will be a menu entry for a terminal (it might be called <u>Terminal</u> or <u>LXTerminal</u> or something else with <code>terminal</code> in the name.</p>
<p><strong>3)</strong> If you are unlucky, then you will have to look for it in a submenu. It is most likely to be found in a submenu called <u>Accessories</u> or <u>System</u>.</p>
<div class="c2">
<p><strong>NOTE:</strong> You may have more than one terminal application installed or the terminal application may appear in more than one menu location.</p>
</div>
<h1>How to (Almost) Always Get a Command Prompt</h1>
<div class="c1">
<p>This works with pretty much any Linux distribution (unless they have been specially compiled to disable it).</p>
</div>
<p>If you need to access the command line and no terminal application has been installed,  or you can&#8217;t find it, or the GUI has become unresponsive, you can press <code>Ctrl + Alt + F1</code> to switch you to a full screen text terminal / command line. To return to your GUI, press <code>Ctrl + Alt + F7</code>.</p>
<div class="c2">
<p><strong>NOTE:</strong> pressing <code>Ctrl + Alt + F1</code> means: simultaneously hold down the <code>Ctrl</code> key and <code>Alt</code> key, then press the <code>F1</code> key as though you intend to type it.</p>
<p>The same is true when pressing <code>Ctrl + Alt + F7</code>.</p>
<p>It does <strong>NOT</strong> matter if your <code>Caps Lock</code> is on or off.</p>
</div>
<div class="c1">
<p>In all Linux distributions (unless specially compiled otherwise), <code>Ctrl + Alt + F1</code> through <code>Ctrl + Alt + F6</code> provide access to 6 full screen command line terminals. These 6 terminals are always available, so it doesn&#8217;t matter which one you access.</p>
<p>In the same way, <code>Ctrl + Alt + F7</code> through <code>Ctrl + Alt + F12</code> provide access to running X Servers. Normally, there is only one and it is found at <code>Ctrl + Alt + F7</code> &#8211; unless you have enabled additional X Servers to be running <code>F8</code> through <code>F12</code> will be blank screens.</p>
</div>
<p>You will be required to login with your <u>username</u> and <u>password</u> (as with all command lines, your password is not echoed back to you):</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-command-prompt.png" alt="" border="0" class="centered"/></p>
<p>Otherwise, it behaves exactly like any other terminal.</p>

<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-10/how-to-get-a-command-line-shell-or-terminal/">Ubuntu 12.10 &#8211; How to get a Command Line, Shell, or Terminal</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Ubuntu 12.04 &#8211; How to get a Command Line, Shell, or Terminal</title>
		<link>https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-get-a-command-line-shell-or-terminal/</link>
		
		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Thu, 26 Apr 2012 08:00:00 +0000</pubDate>
				<category><![CDATA[Ubuntu 12.04]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[commandline]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[opening]]></category>
		<category><![CDATA[openning]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu 12.04]]></category>
		<guid isPermaLink="false">http://complete-concrete-concise.com/?p=1695</guid>

					<description><![CDATA[<p>These instructions are for Ubuntu 12.04 using the Unity interface (although, hints are provided at the bottom of the article for those who have installed a different desktop). Linux (of which Ubuntu is a flavour) and it&#8217;s inspiration Unix, have a strong emphasis and tradition of doing everything via typed commands. Often, when searching the [&#8230;]</p>
<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-get-a-command-line-shell-or-terminal/">Ubuntu 12.04 &#8211; How to get a Command Line, Shell, or Terminal</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="c1">
<p>These instructions are for Ubuntu 12.04 using the Unity interface (although, hints are provided at the bottom of the article for those who have installed a different desktop).</p>
<div class="c2">
<p>Linux (of which Ubuntu is a flavour) and it&#8217;s inspiration Unix, have a strong emphasis and tradition of doing everything via typed commands.</p>
<p>Often, when searching the Internet for a solution to a problem, you often find terse (possibly cryptic) answers along the lines of:</p>
<blockquote><p>Test if you can reach Google with <strong>ping -c 4 google.com</strong></p></blockquote>
<p>or</p>
<blockquote><p>To recursively change your file permissions just: <strong>chmod 755 -R /opt/lampp/htdocs</strong></p></blockquote>
<p>In order to run those commands, you have to open a shell or command line or terminal (they are all synonymous, but <u>shell</u> is the preferred term in Linux and Unix circles).</p>
<div class="c3">
<p>There are many different shells, the original Unix shell is called the Bourne Shell (or sh), then came the C Shell (csh) and Korn Shell (ksh). Linux tends to use the Bourne Again Shell (bash). For the most part, they all do the same thing, so you don&#8217;t need to worry about which one you are using.</p>
<p>If you want to know which shell you are using, just enter <u>echo $SHELL</u> at the command line and press <u>Enter</u>.</p>
</div>
</div>
</div>
<div class="c1">
<p><strong>TIP:</strong> If you find a command line solution / trick / tip for a non-Ubuntu Linux distribution, there is a good chance (though not 100% guaranteed) that it might work with Ubuntu.</p>
<p>If you get a <u>Permission denied</u> or <u>Are you root?</u> response when you type in the command, try prefixing the command with <code>sudo</code>. Ubuntu requires administrator level privileges for certain commands. <code>sudo</code> temporarily gives administrator privileges (after you supply your password).</p>
</div>
<div class="c3">
<p><strong>For more information on using a command line, see this tutorial on <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-basic-command-line-techniques">Basic Command Line Techniques</a>.</strong></p>
</div>
<h1>Opening a Terminal using a Keyboard Shortcut</h1>
<div class="c2">
<p>This is the default keyboard shortcut for Ubuntu 12.04 (and probably previous Ubuntu releases) running the GNOME / Unity desktop, unless you (or someone else) has changed it, it should work.</p>
<p>This also the default keyboard shortcut if you have changed your desktop environment to GNOME Shell, LXDE, or the Lubuntu Desktop and will work unless you (or someone else) has changed it.</p>
<p>This will <strong><u>NOT</u></strong> work for the XFCE or Xubuntu Desktop unless you (or someone else) has added the keyboard shortcut.</p>
</div>
<p><strong>1) Press</strong> <code>Ctrl + Alt + T</code> to open a terminal / command line / shell.</p>
<div class="c2">
<p><strong>NOTE:</strong> pressing <code>Ctrl + Alt + T</code> means: simultaneously hold down the <code>Ctrl</code> key and <code>Alt</code> key, then press the <code>T</code> key as though you intend to type it.</p>
<p><strong>DO NOT</strong> press the <code>Shift</code> key because <code>Ctrl + Alt + Shift + T</code> is different from <code>Ctrl + Alt + T</code>.</p>
<p>It does <strong>NOT</strong> matter if your <code>Caps Lock</code> is on or off.</p>
</div>
<p>The terminal should look something like this:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-how-to-get-a-commandline-1.png" alt="" border="0" class="centered" /></p>
<h1>Opening a Terminal from Unity</h1>
<p><strong>1) Click</strong> the Dash icon (or use the keyboard shortcut by pressing the <u>Windows</u> key &#8211; don&#8217;t hold it down, just tap it as if you were going to type it):</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-how-to-get-a-commandline-2.jpg" width="200" height="227" alt="" border="0" class="centered" /></p>
<p><strong>2) Type</strong> <u>terminal</u> into the entry field:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-how-to-get-a-commandline-3.jpg" width="480" height="283" alt="" border="0" class="centered" /></p>
<p><strong>3) Click</strong> on the <u>terminal</u> icon:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-how-to-get-a-commandline-4.jpg" width="480" height="283" alt="" border="0" class="centered" /></p>
<div class="c2">
<p>Alternately, you can navigate to the <u>terminal</u> icon by using the arrow keys on your keyboard (if you are using the arrow keys built into your numpad ensure that <code>Num Lock</code> is off) and then pressing the <u>Enter</u> key to select it.</p>
</div>
<h1>Opening a Terminal if You are not Using Unity</h1>
<p>Because there are many different types of desktops available for Linux, it is not possible to list all possible ways to start the terminal. However … the general technique is the same:</p>
<p><strong>1) Open</strong> the <u>Main Menu</u> or <u>Applications Menu</u> (or whatever the main menu for your environment is called).</p>
<p><strong>2)</strong> If you are lucky, there will be a menu entry for a terminal (it might be called <u>Terminal</u> or <u>LXTerminal</u> or something else with <code>terminal</code> in the name.</p>
<p><strong>3)</strong> If you are unlucky, then you will have to look for it in a submenu. It is most likely to be found in a submenu called <u>Accessories</u> or <u>System</u>.</p>
<div class="c2">
<p><strong>NOTE:</strong> You may have more than one terminal application installed or the terminal application may appear in more than one menu location.</p>
</div>

<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-get-a-command-line-shell-or-terminal/">Ubuntu 12.04 &#8211; How to get a Command Line, Shell, or Terminal</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
