~ubuntu-branches/ubuntu/vivid/installation-guide/vivid-proposed

« back to all changes in this revision

Viewing changes to fi/using-d-i/modules/shell.xml

  • Committer: Bazaar Package Importer
  • Author(s): Frans Pop
  • Date: 2005-10-25 17:37:25 UTC
  • Revision ID: james.westby@ubuntu.com-20051025173725-aq0bm11be7bfd7rw
Tags: 20051025
* Mention in copyright that full GPL is included in the manual.
  Closes: #334925
* Register installed documents with doc-base.
* Minor updates in English text and translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- retain these comments for translator revision tracking -->
 
2
<!-- original version: 21579 untranslated -->
 
3
 
 
4
   <sect3 id="shell">
 
5
   <title>Using the Shell and Viewing the Logs</title>
 
6
   <!-- TODO: There is nothing about logs in this section! -->
 
7
 
 
8
<para>
 
9
 
 
10
There is an <guimenuitem>Execute a Shell</guimenuitem> item on the
 
11
menu. If the menu is not available when you need to use the shell,
 
12
press <keycombo><keycap>Left Alt</keycap> <keycap>F2</keycap></keycombo>
 
13
(on a Mac keyboard, <keycombo><keycap>Option</keycap> <keycap>F2</keycap>
 
14
</keycombo>) to switch to the second <emphasis>virtual
 
15
console</emphasis>. That's the <keycap>Alt</keycap> key on the
 
16
left-hand side of the <keycap>space bar</keycap>, and the
 
17
<keycap>F2</keycap> function key, at the same time. This is a separate
 
18
window running a Bourne shell clone called <command>ash</command>.
 
19
 
 
20
</para><para>
 
21
 
 
22
At this point you are booted from the RAM disk, and there is a limited
 
23
set of Unix utilities available for your use. You can see what
 
24
programs are available with the command <command>ls /bin /sbin /usr/bin
 
25
/usr/sbin</command> and by typing <command>help</command>. The
 
26
text editor is <command>nano</command>. The shell has some nice features
 
27
like autocompletion and history.
 
28
 
 
29
</para><para>
 
30
 
 
31
Use the menus to perform any task that they are able to do &mdash; the
 
32
shell and commands are only there in case something goes wrong.  In
 
33
particular, you should always use the menus, not the shell, to
 
34
activate your swap partition, because the menu software can't detect
 
35
that you've done this from the shell. Press <keycombo><keycap>Left
 
36
Alt</keycap> <keycap>F1</keycap></keycombo> to get back to menus, or
 
37
type <command>exit</command> if you used a menu item to open the
 
38
shell.
 
39
 
 
40
</para>
 
41
   </sect3>