summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-12-14 14:47:12 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-12-14 14:47:12 -0600
commit73966a927fb9ed767c5bcb189481f23ef515011a (patch)
treee5e8e5d9eb1a68b68fed26c55686613bc761560e
parent74e2f49b7ce4669bd95335961bcb99f05d9452cc (diff)
downloaddocs-73966a927fb9ed767c5bcb189481f23ef515011a.tar.gz
docs-73966a927fb9ed767c5bcb189481f23ef515011a.tar.bz2
docs-73966a927fb9ed767c5bcb189481f23ef515011a.tar.xz
docs-73966a927fb9ed767c5bcb189481f23ef515011a.zip
Admin: ch01: keep fixing until words to making sense
-rw-r--r--src/admin/1_intro.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/admin/1_intro.xml b/src/admin/1_intro.xml
index 4cccdb5..0322c32 100644
--- a/src/admin/1_intro.xml
+++ b/src/admin/1_intro.xml
@@ -334,7 +334,7 @@
<section>
<title>The shell environment</title>
<para>The <firstterm>shell environment</firstterm>, also called a terminal or console, is an interface where you type commands in to a command processor (the <firstterm>shell</firstterm>), and view the results of the command on your screen. Windows users may know this environment as a "Command Prompt". The shell environment is an essential part of administrating any Linux system. Adélie Linux is designed to make the shell environment easy to use while still providing you the ability to view and edit nearly every detail about your system.</para>
- <para>By default, Adélie Linux uses the Z shell (zsh) as shell. This shell has many unique and powerful features, but by default, it works very similar to the widely-used Bash shell. When you start your shell, you will be greeted with a prompt similar to:</para>
+ <para>The default interactive shell in the Adélie Linux system is the Z shell (zsh). This shell has many unique and powerful features, but by default, it works very similar to the widely-used Bash shell. When you start your shell, you will be greeted with a prompt similar to:</para>
<para><prompt><replaceable>yourname</replaceable> on <replaceable>computer-name</replaceable> ~ %</prompt></para>
<para>The prompt contains your username, the name of the computer you are currently logged in to, and your current directory. The "~" represents your home directory, where your personal files and settings are stored. This "~" will change as you move around the directories on your computer's hard disk. For example, if you type <command>cd Documents</command> to change to the Documents directory in your home directory, your prompt will then show:</para>
<para><prompt><replaceable>yourname</replaceable> on <replaceable>computer-name</replaceable> ~/Documents %</prompt></para>