~ubuntu-core-dev/debian-installer/xenial-proposed

« back to all changes in this revision

Viewing changes to doc/manual/eu/using-d-i/modules/shell.xml

  • Committer: Colin Watson
  • Date: 2007-11-28 15:27:10 UTC
  • mfrom: (664.1.1444)
  • Revision ID: cjwatson@canonical.com-20071128152710-u9183jjlufbt4vxy
Tags: 20041027ubuntu1
* Resynchronise with Debian.
* build/boot/powerpc/yaboot.conf, build/config/common,
  doc/manual/build/common.ent: Update for Hoary.
* doc/manual/en/administrivia/contributors.xml: Remove specific mention of
  Warty.

Show diffs side-by-side

added added

removed removed

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